Fix chapters setup
This commit is contained in:
18
main.tex
18
main.tex
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user