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.

43 lines
1.6 KiB

6 years ago
  1. # The ITMorelia Protocol Class
  2. The present Redme file shows how to work with and compile the `Protocol-Class` in LaTeX. This class is mainly base in the `Thesis-Class`![](). If you want know what sections should be included and its content visit the **Wiki** of this repository.
  3. # Repository structure
  4. Below you can see the repository's contents. The repository is made of 27 files and 2 folders. The folder `Chapters` includes each `.tex` file that will be included on your portocol; later you will learn how to included. On the other hand, the folder `FrontBackMatter` folder includes `.tex` files related with common chapters/section required on protocols guides like: *Titlepage, Abstract, Colophon, Dedication, Glossary, and others*; you can include as much as you need.
  5. ```bash
  6. .
  7. ├── Chapters
  8. │   ├── A01.tex
  9. │   ├── Chapter01.tex
  10. │   ├── Chapter02.tex
  11. │   └── Chapter0A.tex
  12. ├── configuration.tex
  13. ├── FrontBackMatter
  14. │   ├── Abstract.tex
  15. │   ├── Bibliography.tex
  16. │   ├── Colophon.tex
  17. │   ├── Contents.tex
  18. │   ├── Declaration.tex
  19. │   ├── Dedication.tex
  20. │   ├── Foreword.tex
  21. │   ├── glossary-entries.tex
  22. │   ├── Glossary.tex
  23. │   ├── Resumen.tex
  24. │   ├── Titleback.tex
  25. │   ├── TitlepageIng.tex
  26. │   └── TitlepageMC.tex
  27. ├── itm.jpg
  28. ├── itmthesis.cls
  29. ├── precontent.tex
  30. ├── README.md
  31. ├── Reference.bib
  32. ├── sepLogo.jpg
  33. ├── tecnmBW.png
  34. ├── thesisStructure.pdf
  35. └── thesisStructure.tex
  36. ```