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
|
\summaries
|
||||||
|
|
||||||
\thispagestyle{empty}
|
\thispagestyle{empty}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
\def\outro{Conclusion}
|
\def\outro{Conclusion}
|
||||||
\chapter*{\outro}
|
\chapter*{\outro}
|
||||||
\addcontentsline{toc}{chapter}{\outro}
|
\addcontentsline{toc}{chapter}{\outro}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
|
@ -2,3 +2,5 @@
|
||||||
\renewcommand{\listfigurename}{\figures}
|
\renewcommand{\listfigurename}{\figures}
|
||||||
\listoffigures
|
\listoffigures
|
||||||
\addcontentsline{toc}{chapter}{\figures}
|
\addcontentsline{toc}{chapter}{\figures}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
\def\intro{Introduction}
|
\def\intro{Introduction}
|
||||||
\chapter*{\intro}
|
\chapter*{\intro}
|
||||||
\addcontentsline{toc}{chapter}{\intro}
|
\addcontentsline{toc}{chapter}{\intro}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
|
@ -121,6 +121,7 @@
|
||||||
{}
|
{}
|
||||||
{}
|
{}
|
||||||
}
|
}
|
||||||
|
\pagebreak
|
||||||
|
|
||||||
\input{figures}
|
\input{figures}
|
||||||
\input{tables}
|
\input{tables}
|
||||||
|
|
|
@ -2,3 +2,5 @@
|
||||||
\renewcommand{\listtablename}{\tables}
|
\renewcommand{\listtablename}{\tables}
|
||||||
\listoftables
|
\listoftables
|
||||||
\addcontentsline{toc}{chapter}{\tables}
|
\addcontentsline{toc}{chapter}{\tables}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
\def\thanks{\ml{Acknowledgements}{Remerciements}}
|
\def\thanks{\ml{Acknowledgements}{Remerciements}}
|
||||||
\chapter*{\thanks}
|
\chapter*{\thanks}
|
||||||
\addcontentsline{toc}{chapter}{\thanks}
|
\addcontentsline{toc}{chapter}{\thanks}
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
|
@ -3,3 +3,5 @@
|
||||||
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}
|
\renewcommand{\cftchapleader}{\cftdotfill{\cftdotsep}}
|
||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
\pagebreak
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue