From 3309557a23658e2121d365e6ee93ce0b125ebbd8 2015-03-01 18:09:11 From: Min RK Date: 2015-03-01 18:09:11 Subject: [PATCH] Merge pull request #7914 from jakobgager/report_chapters Enable chapters for latex report class --- diff --git a/IPython/nbconvert/templates/latex/report.tplx b/IPython/nbconvert/templates/latex/report.tplx index d15831d..3a32310 100644 --- a/IPython/nbconvert/templates/latex/report.tplx +++ b/IPython/nbconvert/templates/latex/report.tplx @@ -20,3 +20,7 @@ ((* block docclass *)) \documentclass{report} ((* endblock docclass *)) + +((* block markdowncell scoped *)) +((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) ))) +((* endblock markdowncell *))