From: Thomas Pietrzak Date: Tue, 9 Nov 2021 10:54:29 +0000 (+0100) Subject: compilation séparée X-Git-Tag: first-full-draft~113 X-Git-Url: https://git.thomaspietrzak.com/?a=commitdiff_plain;h=92a8c4b7d3b98917734dc60066a3b54fe90f87f0;p=hdr.git compilation séparée --- diff --git a/hdrmain.tex b/hdrmain.tex index 823f886..c2ea5dc 100644 --- a/hdrmain.tex +++ b/hdrmain.tex @@ -11,39 +11,31 @@ \author{\Large Thomas Pietrzak} \date{} +\includeonly{tex/0-titre,tex/3-input} + \begin{document} \frontmatter -\input{tex/0-titre} - -\tableofcontents - \cleardoublepage - -\listoffigures - \cleardoublepage - -\listoftables - \cleardoublepage - -\listofdefinitions - \cleardoublepage +\include{tex/0-titre} -\input{tex/00-remerciements} +\include{tex/00-tocs.tex +} +\include{tex/00-remerciements} \cleardoublepage \mainmatter -\input{tex/1-introduction} +\include{tex/1-introduction} \cleardoublepage -\input{tex/2-output} +\include{tex/2-output} \cleardoublepage -\input{tex/3-input} +\include{tex/3-input} \cleardoublepage -\input{tex/4-loop} +\include{tex/4-loop} \cleardoublepage @@ -62,7 +54,7 @@ %\input{tex/something} % \cleardoublepage -\input{tex/5-conclusion} +\include{tex/5-conclusion} \backmatter diff --git a/tex/00-tocs.tex b/tex/00-tocs.tex new file mode 100644 index 0000000..e595dff --- /dev/null +++ b/tex/00-tocs.tex @@ -0,0 +1,13 @@ +%!TEX root = ../hdrmain.tex + +\tableofcontents +\cleardoublepage + +\listoffigures +\cleardoublepage + +\listoftables +\cleardoublepage + +\listofdefinitions +\cleardoublepage