##// END OF EJS Templates
Added title to latex base
Jonathan Frederic -
Show More
@@ -64,6 +64,8 b' This template does not define a docclass, the inheriting class must define this.'
64 64 \renewenvironment{Verbatim}[1][\unskip]
65 65 {\begin{alltt}\smaller\noindent}
66 66 {\end{alltt}}
67 % Document title
68 \title{((( resources.metadata.name | escape_latex )))}
67 69 ((* endblock definitions *))
68 70
69 71 ((* block commands *))
@@ -87,6 +89,10 b' This template does not define a docclass, the inheriting class must define this.'
87 89 \makeatother
88 90 ((* endblock commands *))
89 91
92 ((* block predoc *))
93 ((* block maketitle *))\maketitle((* endblock maketitle *))
94 ((* endblock predoc *))
95
90 96 %===============================================================================
91 97 % Support blocks
92 98 %===============================================================================
General Comments 0
You need to be logged in to leave comments. Login now