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.

98 lines
3.0 KiB

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