-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy-thesis-setup.tex
81 lines (66 loc) · 3.06 KB
/
my-thesis-setup.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
% !TEX root = my-thesis.tex
% **************************************************
% Files' Character Encoding
% **************************************************
\PassOptionsToPackage{utf8}{inputenc}
\usepackage{inputenc}
% **************************************************
% Information and Commands for Reuse
% **************************************************
\newcommand{\thesisTitle}{Análisis de los Errores Incurridos en la Localización de Fuentes de Actividad Neuronal al Usar Diversos Valores Nominales de Conductividad Cerebral}
\newcommand{\thesisName}{Óscar Eduardo Colunga González}
\newcommand{\thesisSubject}{Tesis de Maestría en Ciencias}
\newcommand{\thesisDate}{Noviembre 2024}
\newcommand{\thesisVersion}{Revisión Sinodales}
\newcommand{\thesisFirstReviewer}{Dr.\ Mauricio Carrillo Tripp}
\newcommand{\thesisFirstReviewerUniversity}{\protect{Clean Thesis Style University}}
\newcommand{\thesisFirstReviewerDepartment}{Department of Clean Thesis Style}
\newcommand{\thesisSecondReviewer}{Dr.\ Moisés Santillán Zerón}
\newcommand{\thesisSecondReviewerUniversity}{\protect{Clean Thesis Style University}}
\newcommand{\thesisSecondReviewerDepartment}{Department of Clean Thesis Style}
\newcommand{\thesisFirstSupervisor}{Dr.\ David Gutiérrez Ruiz}
%\newcommand{\thesisSecondSupervisor}{John Smith}
\newcommand{\thesisUniversity}{\protect{Unidad Monterrey}}
\newcommand{\thesisUniversityDepartment}{Laboratorio de Procesamiento de Señales Médicas}
\newcommand{\thesisUniversityInstitute}{Institute for Clean Thesis Dev}
\newcommand{\thesisUniversityGroup}{Clean Thesis Group (CTG)}
\newcommand{\thesisUniversityCity}{Monterrey NL}
\newcommand{\thesisUniversityStreetAddress}{Vía del Conocimiento 201\\Parque de Investigación e Innovación Tecnológica,}
\newcommand{\thesisUniversityPostalCode}{ C.P. 66600}
% **************************************************
% Debug LaTeX Information
% **************************************************
%\listfiles
% **************************************************
% Load and Configure Packages
% **************************************************
\usepackage[spanish]{babel} % babel system, adjust the language of the content
\spanishdecimal{.}
\PassOptionsToPackage{% setup clean thesis style
figuresep=colon,%
hangfigurecaption=false,%
hangsection=true,%
hangsubsection=true,%
sansserif=false,%
configurelistings=true,%
colorize=full,%
colortheme=bluemagenta,%
configurebiblatex=true,%
bibsys=bibtex,%
bibfile=bib-refs,%
bibstyle=ieee,%
bibsorting=none,%
}{cleanthesis}
\usepackage{cleanthesis}
\hypersetup{% setup the hyperref-package options
pdftitle={\thesisTitle}, % - title (PDF meta)
pdfsubject={\thesisSubject},% - subject (PDF meta)
pdfauthor={\thesisName}, % - author (PDF meta)
plainpages=false, % -
colorlinks=false, % - colorize links?
pdfborder={0 0 0}, % -
breaklinks=true, % - allow line break inside links
bookmarksnumbered=true, %
bookmarksopen=true %
}
\frenchspacing