pagebreaks
This commit is contained in:
parent
907cef8eae
commit
ef80a0c71f
8 changed files with 15 additions and 0 deletions
|
@ -12,3 +12,5 @@ Bordeaux 2021.
|
|||
\summaries
|
||||
|
||||
\thispagestyle{empty}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
\def\outro{Conclusion}
|
||||
\chapter*{\outro}
|
||||
\addcontentsline{toc}{chapter}{\outro}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
\renewcommand{\listfigurename}{\figures}
|
||||
\listoffigures
|
||||
\addcontentsline{toc}{chapter}{\figures}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
\def\intro{Introduction}
|
||||
\chapter*{\intro}
|
||||
\addcontentsline{toc}{chapter}{\intro}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -121,6 +121,7 @@
|
|||
{}
|
||||
{}
|
||||
}
|
||||
\pagebreak
|
||||
|
||||
\input{figures}
|
||||
\input{tables}
|
||||
|
|
|
@ -2,3 +2,5 @@
|
|||
\renewcommand{\listtablename}{\tables}
|
||||
\listoftables
|
||||
\addcontentsline{toc}{chapter}{\tables}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
\def\thanks{\ml{Acknowledgements}{Remerciements}}
|
||||
\chapter*{\thanks}
|
||||
\addcontentsline{toc}{chapter}{\thanks}
|
||||
|
||||
\pagebreak
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}
|
||||
|
||||
\tableofcontents
|
||||
|
||||
\pagebreak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue