diff --git a/IPython/nbconvert/templates/latex/latex_base.tplx b/IPython/nbconvert/templates/latex/latex_base.tplx index 1ca3cf1..73046d6 100644 --- a/IPython/nbconvert/templates/latex/latex_base.tplx +++ b/IPython/nbconvert/templates/latex/latex_base.tplx @@ -64,6 +64,8 @@ This template does not define a docclass, the inheriting class must define this. \renewenvironment{Verbatim}[1][\unskip] {\begin{alltt}\smaller\noindent} {\end{alltt}} + % Document title + \title{((( resources.metadata.name | escape_latex )))} ((* endblock definitions *)) ((* block commands *)) @@ -87,6 +89,10 @@ This template does not define a docclass, the inheriting class must define this. \makeatother ((* endblock commands *)) +((* block predoc *)) + ((* block maketitle *))\maketitle((* endblock maketitle *)) +((* endblock predoc *)) + %=============================================================================== % Support blocks %===============================================================================