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.

37 lines
1.2 KiB

3 years ago
3 years ago
6 years ago
3 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. %-=-=-=-=-=-=-=-=-=-=-=-=-
  5. % 1)Configuration:
  6. \documentclass[listings,drafting,spanish]{itmthesis} %itm thesis class
  7. \input{configuration}% configuration and packages
  8. \input{FrontBackMatter/glossary-entries}
  9. \begin{document}
  10. % -=-=-=-=-=-=-=-=-=-=-=-=-
  11. % 2)Front Matter:
  12. \pagenumbering{roman} % Roman page numbering
  13. \input{precontent} %Includes titlepage, dedication, Foreword, abstract, publication, acknowledgement
  14. \include{FrontBackMatter/Contents} % Contents, list of figures/tables/listings and acronyms
  15. \pagenumbering{arabic} % Arabic page numbering
  16. %-=-=-=-=-=-=-=-=-=-=-=-=-
  17. % 3) Thesis Main Contents
  18. \include{Chapters/Chapter01} %Introduction
  19. \cleardoublepage
  20. \include{Chapters/Chapter02} %Results
  21. %-=-=-=-=-=-=-=-=-=-=-=-=-
  22. % Apendix
  23. \appendix
  24. \include{Chapters/Chapter0A} % Appendix A
  25. %-=-=-=-=-=-=-=-=-=-=-=-=-
  26. % 4) References
  27. \cleardoublepage
  28. \include{FrontBackMatter/Bibliography}
  29. %-=-=-=-=-=-=-=-=-=-=-=-=-
  30. % 5) Back Matter
  31. \cleardoublepage
  32. \include{FrontBackMatter/Colophon}
  33. %-=-=-=-=-=-=-=-=-=-=-=-=-
  34. \end{document}
  35. %%% Local Variables:
  36. %%% mode: latex
  37. %%% TeX-master: t
  38. %%% End: