-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thesis.tex
57 lines (44 loc) · 1.39 KB
/
Thesis.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
\documentclass[11pt,oneside]{uhthesis}
\usepackage{subfigure}
\usepackage[linesnumbered,lined,titlenumbered,ruled]{algorithm2e}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage{mathpazo}
\usepackage{float}
\usepackage{verbatim}
%\floatstyle{ruled}
%\restylefloat{table}
\renewcommand{\tablename}{Tabla}
%\dontprintsemicolon
\title{Aprendizaje autom\'atico para clasificar entonemas en segmentos del habla en espa\~nol}
\author{Masiel Villalba Carmenate}
\advisor{MSc. Damian Vald\'es Santiago \\ \hspace{2.8cm} Dra.C. Raquel Mar\'ia Garc\'ia River\'on}
\degree{Licenciado en Ciencia de la Computación}
\faculty{Facultad de Matemática y Computación}
\date{Septiembre de 2020}
\logo{Graphics/uhlogo}
\makenomenclature
\renewcommand{\vec}[1]{\boldsymbol{#1}}
\newcommand{\diff}[1]{\ensuremath{\mathrm{d}#1}}
\begin{document}
\frontmatter
\maketitle
\renewcommand{\bibname}{Referencias}
\include{FrontMatter/Dedication}
%\include{FrontMatter/Thanks}
\include{FrontMatter/SupervisorOpinion}
\include{FrontMatter/Abstract}
\include{FrontMatter/Contents}
\mainmatter
\include{MainMatter/Introduction}
\include{MainMatter/Preliminares}
\include{MainMatter/Sistemasent}
\include{MainMatter/Background}
\include{MainMatter/Results}
\backmatter
\include{BackMatter/Conclusions}
\include{MainMatter/Recomendations}
\include{MainMatter/Anexos}
\include{BackMatter/Bibliography}
\end{document}