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 *))