LaTeX template: Add \frontmatter, \mainmatter, \backmatter for book classes.
Closes #5306.
This commit is contained in:
parent
9f268bce85
commit
c26d7f1e36
1 changed files with 9 additions and 0 deletions
|
@ -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)$
|
||||
|
|
Loading…
Add table
Reference in a new issue