From 43dd980aff854758ff59dd39e65014b81ab0e466 2014-04-23 20:49:52 From: jakobgager Date: 2014-04-23 20:49:52 Subject: [PATCH] Add booktabs package to latex base.tplx --- diff --git a/IPython/nbconvert/templates/latex/base.tplx b/IPython/nbconvert/templates/latex/base.tplx index 6b26557..e4a836a 100644 --- a/IPython/nbconvert/templates/latex/base.tplx +++ b/IPython/nbconvert/templates/latex/base.tplx @@ -30,6 +30,7 @@ This template does not define a docclass, the inheriting class must define this. % internal cross-reference links, web links for URLs, etc.) \usepackage{hyperref} \usepackage{longtable} % longtable support required by pandoc >1.10 + \usepackage{booktabs} % table support for pandoc > 1.12.2 ((* endblock packages *)) ((* block definitions *))