You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
999 B

6 years ago
  1. % Engineering, master and phd degree thesis format, September 2020, for the "Instituto Tecnológico de Morelia"
  2. \input{configuration}% configuration & packages required
  3. \begin{document}
  4. \pagenumbering{roman} % Roman page numbering
  5. \input{precontent} %Includes titlepage, dedication, Foreword, abstract, publication, acknowledgement
  6. \include{FrontBackMatter/Contents} % Contents, list of figures/tables/listings and acronyms
  7. \pagenumbering{arabic} % Arabic page numbering
  8. %-=-=-=-=-=-=-=-=-=-=-=-=-
  9. % Thesis Main Contents
  10. \include{Chapters/Chapter01} % Chapter 1
  11. \cleardoublepage
  12. \include{Chapters/Chapter02} % Chapter 2
  13. %-=-=-=-=-=-=-=-=-=-=-=-=-
  14. % Apendix
  15. \appendix
  16. \include{Chapters/Chapter0A} % Appendix A
  17. %-=-=-=-=-=-=-=-=-=-=-=-=-
  18. % References
  19. \cleardoublepage
  20. \include{FrontBackMatter/Bibliography}
  21. %-=-=-=-=-=-=-=-=-=-=-=-=-
  22. % Back Matter
  23. \cleardoublepage
  24. \include{FrontBackMatter/Colophon}
  25. \cleardoublepage
  26. \include{FrontBackMatter/Declaration}
  27. %-=-=-=-=-=-=-=-=-=-=-=-=-
  28. \end{document}