A LaTeX class to write your proposal. The class is developed for the "Instituto Tecnológico de Morelia" and the course of "Seminario de Investigación 1"
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.

27 lines
1.0 KiB

6 years ago
6 years ago
  1. % Engineering, master and phd degree thesis format, august 2018, 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. %-=-=-=-=-=-=-=-=-=-=-=-=-
  17. % References
  18. \cleardoublepage
  19. \include{FrontBackMatter/Bibliography}
  20. %-=-=-=-=-=-=-=-=-=-=-=-=-
  21. % Back Matter
  22. \cleardoublepage
  23. \include{FrontBackMatter/Colophon}
  24. \cleardoublepage
  25. \include{FrontBackMatter/Declaration}
  26. %-=-=-=-=-=-=-=-=-=-=-=-=-
  27. \end{document}