Fix chapters setup

This commit is contained in:
2024-04-15 16:15:48 +02:00
parent a18945904b
commit a48c0ddbe5
9 changed files with 28 additions and 136 deletions

View File

@@ -59,22 +59,12 @@
\clearemptydoublepage
\mainmatter
\input{./Chapitre1/chapitre1}
\inputchapter{11-introduction/introduction}
\inputchapter{12-chapitre1/chapitre1}
\inputchapter{13-chapitre2/chapitre2}
\inputchapter{14-conclusion/conclusion}
\clearemptydoublepage
\ifenvsetTF{COMPILE_ALL}{
% Compile the chapter when the COMPILE_ALL environment variable is set
\input{./Chapitre2/chapitre2}
}{
% Uncomment this line to compile this chapter locally (when the COMPILE_ALL variable is not set)
%\input{./Chapitre2/chapitre2}
}
\clearemptydoublepage
\backmatter
\input{./Conclusion/conclusion}
\clearemptydoublepage
\printbibliography[heading=bibintoc]