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.

95 lines
2.9 KiB

3 years ago
6 years ago
6 years ago
6 years ago
3 years ago
6 years ago
6 years ago
6 years ago
6 years ago
3 years ago
  1. %!TeX root=./thesisStructure.tex
  2. %Add here the packages, variables, definitions, environments and specific elements created only for your thesis
  3. % 1 Code listing setup
  4. %------------------
  5. \RequirePackage{listings}
  6. \newcaptionname{spanish}{\lstlistlistingname}{Sección de Códigos}
  7. \renewcommand{\lstlistingname}{Código}
  8. \renewcommand{\lstlistlistingname}{Códigos}
  9. \lstset{ frame=Ltb,
  10. framerule=0pt,
  11. aboveskip=0.2cm,
  12. framextopmargin=3pt,
  13. framexbottommargin=3pt,
  14. framexleftmargin=0.4cm,
  15. framesep=0pt,
  16. rulesep=.4pt,
  17. backgroundcolor=\color{gray97},
  18. rulesepcolor=\color{black},
  19. %
  20. stringstyle=\ttfamily,
  21. showstringspaces = false,
  22. %basicstyle=\small\ttfamily,
  23. %basicstyle=\small,
  24. commentstyle=\color{gray45}\ttfamily,
  25. keywordstyle=\bfseries,
  26. %
  27. numbers=left,
  28. numbersep=15pt,
  29. numberstyle=\tiny,
  30. numberfirstline = false,
  31. breaklines=true,
  32. }
  33. % 2 Commands and variables
  34. % 2.1 Thesis's title page config
  35. %------------------
  36. \newcommand{\myTitle}{Un Título de la Tesis no Muy Complicado y Largo Pero Capaz de Definir Concretamente}
  37. \newcommand{\mySubtitle}{Caso de Estudio a Nivel Maestría}
  38. \newcommand{\myDegree}{Maestría en Ciencias en Ingeniería Electrónica}
  39. % 2.2 Autores:
  40. \newcommand{\myName}{Gerardo Marx Chávez-Campos}
  41. \newcommand{\myNumber}{D01120294}
  42. %\newcommand{\myPartner}{Otro autor}
  43. %----------------
  44. % 2.3 Mesa de revisión
  45. %Director:
  46. \newcommand{\myProf}{Homer Simpson}
  47. %Codirector:
  48. \newcommand{\myOtherProf}{James Clerk Maxwell \xspace}
  49. %Revisor 1:
  50. \newcommand{\mySupervisor}{Piere Simon Laplace\xspace}
  51. %Revisor 2:
  52. \newcommand{\myOtherSupervisor}{Jean-Baptiste Joseph Fourier\xspace}
  53. %--------------
  54. % 2.4 Datos del instituto:
  55. \newcommand{\myFaculty}{Maestría en Ingeniería Electrónica}
  56. \newcommand{\myDepartment}{División de Estudios de Posgrado e Investigación}
  57. \newcommand{\myUni}{Instituto Tecnológico de Morelia}
  58. \newcommand{\myLocation}{Morelia, Michoacán, México}
  59. \newcommand{\myTime}{Abril 2021}
  60. \newcommand{\myThesisVersion}{Rev 2.0}
  61. %---------------------
  62. % 3 USEFUL COMMANDS
  63. %---------------------
  64. \newcommand{\ie}{i.\,e.}
  65. \newcommand{\Ie}{I.\,e.}
  66. \newcommand{\eg}{e.\,g.}
  67. \newcommand{\Eg}{E.\,g.}
  68. %-------------------------
  69. % 4. Required packages for
  70. % figures, plots, subfigures
  71. %-------------------------
  72. \usepackage{float}
  73. \usepackage{subfigure}
  74. \usepackage{tikz}
  75. \usepackage{booktabs} %Beautiful tables
  76. \usepackage{todonotes} %Todo list for comments
  77. \usepackage[version-1-compatibility]{siunitx} %easy writting of SI units
  78. \usepackage{pgfplots}
  79. \pgfplotsset{compat=1.10}
  80. \decimalpoint %Decimal point enable
  81. \usepackage[acronym]{glossaries}
  82. %-------------------------
  83. % 5. setting space for indentation
  84. % space between paragraphs and
  85. % baseline.
  86. % Uncomment to set parameters
  87. %-------------------------
  88. % \setlength{\parindent}{4em}
  89. \setlength{\parskip}{1em}
  90. %\renewcommand{\baselinestretch}{2.0} % Interlineado