forked from rduenasf/template-tesis-uchile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTesis.tex
51 lines (36 loc) · 1.32 KB
/
Tesis.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
\documentclass[spanish,letterpaper]{templates/uchile-tesis}
% Comandos especiales de esta tesis
%\newcommand{\mb}{\textit{microblogging}\xspace}
%\newcommand{\web}{Web\xspace}
%\newcommand{\tw}{\textit{Twitter}\xspace}
%\newcommand{\etal}{\textit{et. al.}\xspace}
% Portada - Variables
\facultad{Facultad de Ciencias Físicas y Matemáticas}
\departamento{Departamento de Ingeniería Civil Industrial}
\title{ZZZZZ}
\trabajoygrado{Tesis para optar al grado de Magíster en Gestión de Operaciones}
%\trabajoysubgrado{Memoria para optar al título de Ingeniero Civil Industrial}
\author{ZZZ ZZZ ZZZ}
\profguia{Sr. ZZZ ZZZ ZZZ} %profesor guia
\profcoguia{Sr. ZZZ ZZZ ZZZ} %profesor co-guia
\profint{Sr. ZZZ ZZZ ZZZ} %profesor integrante
\profinta{Sr. ZZ ZZ ZZ} %profesor integrante 2, generalemente no es necesario
\profintb{Sr. ZZZ ZZZ ZZZ} %profesor integrante 3, generalmente no es necesario
\proyecto{Financiado por el proyecto \#ZZZZ}
\ciudad{Santiago} \pais{Chile} \monthpub{Diciembre} \yearpub{2011}
\begin{document}
% Lista de TODOS y FIXMES, no aparece si es que no hay nada que hacer
\listoftodos
\newpage
%% Portada
\maketitle
% Prefacio
\include{Preface}
% Introducción
\include{1_Introduction}
% Apéndices
\include{Appendix}
% Bibliografía
\bibliographystyle{abbrv}
\bibliography{../bibliography/tesis}
\end{document}