ITM-Thesis Class Repository
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

32 lines
1.1 KiB

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