From 4d2f3009eafee392d9da1d9f1a3659240c9fc02d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 4 May 2021 14:27:11 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 461b918..5de8fb5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,43 @@ -# The ITMorelia Thesis Class +# The ITMorelia Protocol Class + +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. + +# Repository structure +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. + + + +```bash +. +├── Chapters +│   ├── A01.tex +│   ├── Chapter01.tex +│   ├── Chapter02.tex +│   └── Chapter0A.tex +├── configuration.tex +├── FrontBackMatter +│   ├── Abstract.tex +│   ├── Bibliography.tex +│   ├── Colophon.tex +│   ├── Contents.tex +│   ├── Declaration.tex +│   ├── Dedication.tex +│   ├── Foreword.tex +│   ├── glossary-entries.tex +│   ├── Glossary.tex +│   ├── Resumen.tex +│   ├── Titleback.tex +│   ├── TitlepageIng.tex +│   └── TitlepageMC.tex +├── itm.jpg +├── itmthesis.cls +├── precontent.tex +├── README.md +├── Reference.bib +├── sepLogo.jpg +├── tecnmBW.png +├── thesisStructure.pdf +└── thesisStructure.tex +``` +