From 22cfa7ec247cb4bd69409d943d7b2bb090c800de 2013-07-04 16:50:42 From: MinRK Date: 2013-07-04 16:50:42 Subject: [PATCH] fix tplx extension in nbconvert latex templates --- diff --git a/setupbase.py b/setupbase.py index 480c4e8..48e63cc 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