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.

32 lines
1.0 KiB

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