From 00cf5001c52935aeec86affa466bdb2d76fe6fd1 Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 4 Jul 2013 09:50:42 -0700 Subject: [PATCH] fix tplx extension in nbconvert latex templates --- setupbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index 480c4e854..48e63cc16 100644 --- a/setupbase.py +++ b/setupbase.py @@ -151,7 +151,7 @@ def find_package_data(): 'IPython.testing.plugin' : ['*.txt'], 'IPython.html' : ['templates/*'] + static_data, 'IPython.qt.console' : ['resources/icon/*.svg'], - 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tpl', + 'IPython.nbconvert' : ['templates/*.tpl', 'templates/latex/*.tplx', 'templates/latex/skeleton/*.tplx', 'templates/skeleton/*'] } return package_data