You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
118 lines
4.2 KiB
TeX
118 lines
4.2 KiB
TeX
%Add here the packages, variables, definitions, environments and specific elements created only for your thesis
|
|
|
|
% 1 Code listing setup
|
|
%------------------
|
|
\RequirePackage{listings}
|
|
\newcaptionname{spanish}{\lstlistlistingname}{Sección de Códigos}
|
|
\renewcommand{\lstlistingname}{Código}
|
|
\renewcommand{\lstlistlistingname}{Códigos}
|
|
\usepackage{color} %red, green, blue, yellow, cyan, magenta, black, white
|
|
\definecolor{gray97}{gray}{.97}
|
|
\definecolor{light-gray}{gray}{.97} %s
|
|
\definecolor{gray75}{gray}{.75}
|
|
\definecolor{gray45}{gray}{.45}
|
|
\definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
|
|
\definecolor{mylilas}{RGB}{170,55,241}
|
|
%----sayeth tables
|
|
\usepackage{multirow}
|
|
% Define el nuevo tipo de columna P en el preámbulo:
|
|
\newcolumntype{P}[1]{>{\RaggedRight\arraybackslash}p{#1}}
|
|
%\usepackage[table]{xcolor}
|
|
|
|
\definecolor{light-gray}{gray}{0.90}
|
|
%----Java----
|
|
\definecolor{mygreen}{rgb}{0,0.6,0}
|
|
\definecolor{mygray}{rgb}{0.5,0.5,0.5}
|
|
\definecolor{mymauve}{rgb}{0.58,0,0.82}
|
|
\RequirePackage[framed,numbered,captionpos=t]{matlab-prettifier}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{lmodern}
|
|
\lstset{ %
|
|
backgroundcolor=\color{white}, % choose the background color
|
|
basicstyle = \mlttfamily,
|
|
numbers=left,
|
|
stepnumber=1,
|
|
xleftmargin=.1\textwidth,
|
|
xrightmargin=.1\textwidth,
|
|
%basicstyle=\footnotesize, % size of fonts used for the code
|
|
breaklines=true, % automatic line breaking only at whitespace
|
|
captionpos=t, % sets the caption-position to bottom
|
|
commentstyle=\color{mygreen}, % comment style
|
|
keywordstyle=\color{blue}, % keyword style
|
|
}
|
|
|
|
|
|
% 2 Commands and variables
|
|
% 2.1 Thesis's title page config
|
|
%------------------
|
|
\newcommand{\myTitle}{Desarrollo de un sistema de adqusición de datos basado en Linux embebido para la medición de concentraciones de gases en reacciones sólido gas}
|
|
\newcommand{\mySubtitle}{}
|
|
\newcommand{\IngDegree}{Ingeniero en Electrónica}
|
|
\newcommand{\myDegree}{Maestría en Ciencias en Ingeniería Electrónica}
|
|
% 2.2 Autores:
|
|
\newcommand{\myName}{Edwars Sayeth Rodríguez Martínez}
|
|
\newcommand{\myNumber}{13121635}
|
|
%\newcommand{\myPartner}{Otro autor}
|
|
%----------------
|
|
% 2.3 Mesa de revisión
|
|
%Director:
|
|
\newcommand{\myProf}{Gerardo Marx Chávez Campos}
|
|
%Codirector:
|
|
\newcommand{\myOtherProf}{James Clerk Maxwell \xspace}
|
|
%Revisor 1:
|
|
\newcommand{\mySupervisor}{Piere Simon Laplace\xspace}
|
|
%Revisor 2:
|
|
\newcommand{\myOtherSupervisor}{Jean-Baptiste Joseph Fourier\xspace}
|
|
%--------------
|
|
% 2.4 Datos del instituto:
|
|
\newcommand{\myFaculty}{Maestría en Ingeniería Electrónica}
|
|
\newcommand{\IELCFaculty}{Departamento de Ingeniería Electrónica}
|
|
\newcommand{\myDepartment}{División de Estudios de Posgrado e Investigación}
|
|
\newcommand{\DEPDepartment}{División de Estudios de Profesionales}
|
|
\newcommand{\myUni}{Instituto Tecnológico de Morelia}
|
|
\newcommand{\myLocation}{Morelia, Michoacán, México}
|
|
\newcommand{\myTime}{Mes 2025}
|
|
\newcommand{\myThesisVersion}{Rev 1.0}
|
|
|
|
%---------------------
|
|
% 3 USEFUL COMMANDS
|
|
%---------------------
|
|
\newcommand{\ie}{i.\,e.}
|
|
\newcommand{\Ie}{I.\,e.}
|
|
\newcommand{\eg}{e.\,g.}
|
|
\newcommand{\Eg}{E.\,g.}
|
|
|
|
|
|
%-------------------------
|
|
% 4. Required packages for
|
|
% figures, plots, subfigures
|
|
%-------------------------
|
|
\usepackage{float}
|
|
\usepackage{subfigure}
|
|
\usepackage{tikz}
|
|
\usepackage{booktabs} %Beautiful tables
|
|
\usepackage{todonotes} %Todo list for comments
|
|
\usepackage[version-1-compatibility]{siunitx} %easy writting of SI units
|
|
\usepackage{pgfplots}
|
|
\pgfplotsset{compat=1.10}
|
|
\usepackage{hyperref}
|
|
\providecommand\subfigureautorefname{Figura}
|
|
%\decimalpoint %Decimal point enable
|
|
%-------------------------
|
|
% 5. setting space for indentation
|
|
% space between paragraphs and
|
|
% baseline.
|
|
% Uncomment to set parameters
|
|
%-------------------------
|
|
% \setlength{\parindent}{4em}
|
|
\setlength{\parskip}{1em}
|
|
%\renewcommand{\baselinestretch}{2.0} % Interlineado
|
|
%------------------------------------------
|
|
% 6. packages added
|
|
%------------------------------------------
|
|
%%itemize
|
|
%\renewcommand{\labelitemi}{\textbullet}
|
|
%\usepackage{csvsimple}
|
|
\usepackage{pgfplotstable}
|
|
%\usepackage{longtable}
|