We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f6f11 commit 5f26a5cCopy full SHA for 5f26a5c
share/templates/latex/base.tex.j2
@@ -213,11 +213,17 @@ override this.-=))
213
((* endblock header *))
214
215
((* block body *))
216
+
217
\begin{document}
218
((* block predoc *))
219
((* block maketitle *))\maketitle((* endblock maketitle *))
220
((* block abstract *))((* endblock abstract *))
221
((* endblock predoc *))
222
+ ((* block tableofcontents *))
223
+ ((* if resources.include_tableofcontents *))
224
+ \tableofcontents
225
+ ((* endif *))
226
+ ((* endblock tableofcontents *))
227
228
((( super() )))
229
0 commit comments