LaTeX template: Add \frontmatter, \mainmatter, \backmatter for book classes.

Closes #5306.
This commit is contained in:
John MacFarlane 2019-03-01 16:23:05 -08:00
parent 9f268bce85
commit c26d7f1e36

View file

@ -384,6 +384,9 @@ $endif$
\begin{document}
$if(title)$
$if(book-class)$
\frontmatter
$endif$
$if(beamer)$
\frame{\titlepage}
$else$
@ -427,8 +430,14 @@ $endif$
$if(lof)$
\listoffigures
$endif$
$if(book-class)$
\mainmatter
$endif$
$body$
$if(book-class)$
\backmatter
$endif$
$if(natbib)$
$if(bibliography)$
$if(biblio-title)$