39 lines
455 B
TeX
39 lines
455 B
TeX
% set default size and document class
|
|
\documentclass[12pt]{report}
|
|
|
|
\input{../settings}
|
|
|
|
\singlespacing
|
|
|
|
\input{front}
|
|
|
|
\onehalfspacing
|
|
|
|
\input{thanks}
|
|
\input{acronyms}
|
|
\input{glossary}
|
|
\input{toc}
|
|
\input{introduction}
|
|
|
|
\input{problem}
|
|
\input{proposal}
|
|
\input{results}
|
|
|
|
\input{conclusion}
|
|
|
|
\appendix
|
|
|
|
\ml
|
|
{\chapter{Appendix}}
|
|
{\chapter{Annexe}}
|
|
\pagebreak
|
|
|
|
\input{bibliography}
|
|
\input{figures}
|
|
\input{tables}
|
|
|
|
\singlespacing
|
|
|
|
\input{back}
|
|
|
|
\end{document}
|