forked from ngbravo/Template-LaTeX-MSc-PUC
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathThesis.tex
220 lines (173 loc) · 6.07 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
% Select one class
%\documentclass{pucthesis} % For DVI
\documentclass[pdftex]{pucthesis} % For pdfLaTeX
%\documentclass[spanish]{pucthesis} % For DVI, in spanish
%\documentclass[pdftex,spanish]{pucthesis} % For pdfLaTeX, in spanish
%%%%%%%%%%%%%%%%%%%%%%%%%%
% Nota: si usas español, algunos nombres %
% debes cambiarlos manualmente en este %
% documento. En teoría, nunca deberías %
% modificar el archivo pucthesis.cls %
%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%
% Packages %
%%%%%%%%%
% Floats
\usepackage{graphicx}
\usepackage{float}
\floatstyle{boxed}
\restylefloat{figure}
\usepackage{subfigure}
\usepackage{color}
% Math packages
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
% Closest font to Times New Roman
\usepackage{times}
% To make pretty tables
\usepackage{booktabs}
\usepackage{multirow}
% To avoid underfull errors in the bibliography
\usepackage{etoolbox}
\apptocmd{\sloppy}{\hbadness 10000\relax}{}{}
% To make cites and references
\usepackage[hidelinks,pdfusetitle,pdfdisplaydoctitle]{hyperref}
\usepackage[notocbib]{apacite}
\usepackage{doi}
\renewcommand{\doitext}{}
%--------- NEW ENVIRONMENTS --------- You are free to remove or use it
\newtheorem{definition}{\bf Definition}[chapter]
\newtheorem{property}{Property}[chapter]
\newtheorem{claim}{Claim}[chapter]
\newtheorem{lemma}{\bf Lemma}[chapter]
\newtheorem{proposition}{Proposition}[chapter]
\newtheorem{theorem}{\noindent \bf Theorem}[chapter]
\newtheorem{corollary}{\bf Corollary}[chapter]
\newtheorem{pf}{Proof}[chapter]
\newtheorem{example}{\bf Example}[chapter]
\newtheorem{remark}{Remark}[chapter]
<<<<<<< HEAD
\makeatletter
\setlength{\beftitle}{105\p@\@plus24\p@}
\setlength{\afttitle}{65\p@}
\makeatother
=======
% En caso de que el título sea muy largo, se puede ajustar el espacio
% antes y después de este en las dos primeras páginas para que quede centrado.
%\makeatletter
% \setlength{\beftitle}{105\p@\@plus24\p@}
% \setlength{\afttitle}{65\p@}
%\makeatother
>>>>>>> origin/master
\begin{document}
\mdate{Month Day, Year} % date manuscript changed
\version{1} % manuscript version #
\title[(LONG THESIS TITLE)]
{\bf (LONG THESIS TITLE)}
\author[Author's Name]{Author's name}
\address{Escuela de Ingenier\'ia\\
Pontificia Universidad Cat\'olica de Chile\\
Vicu\~na Mackenna 4860\\
Santiago, Chile\\
{\it Tel.\/} : 56 (2) 354-2000}
\email{[email protected]}
\facultyto {the School of Engineering}
%\department {}
\faculty {Faculty of Engineering}
\degree {Master of Science in Engineering} % {Mag\'ister en Ciencias de la Ingenier\'ia} %
% or {Doctor in Engineering Sciences} % {Doctor en Ciencias de la Ingenier\'ia}
\advisor {Professor's name}
\committeememberA {Member A}
\guestmemberA {Member B}
\ogrsmember {Member C}
\subject {Structural Engineering}
\date {Month Year}
\copyrightname {Author's name}
\copyrightyear {MMXV}
\dedication {Gratefully to my parents and siblings}
%%%%%%%%%%%%%%%%%%%%
% PRELIMINARIES %
%----------------------------------------------------%
% page i & ii: cover page %
% page iii: dedication %
%%%%%%%%%%%%%%%%%%%%
\NoChapterPageNumber
\pagenumbering{roman}
\maketitle
%%%%%%%%%%%%%%%%%%%%
% EXTRA PAGES %
%----------------------------------------------------%
% page --: not used %
%%%%%%%%%%%%%%%%%%%%
%\newpage
%\thispagestyle{empty}
%----------------------------------------------------------------------%
%%%%%%%%%%%%%%%%%%%%%%%%%
% page v: ACKNOWLEDGEMENTS %
%%%%%%%%%%%%%%%%%%%%%%%%%
\phantomsection \label{acknowledgements} % Comment if hyperref is unused
\chapter*{ACKNOWLEDGEMENTS}
\input{./chapters/acknowledgments.tex}
\cleardoublepage
%----------------------------------------------------------------------%
%%%%%%%%%%%%%%%%%%
% page v & up --- %
% Table of contents %
% List of figures %
% List of tables %
%%%%%%%%%%%%%%%%%%
\pdfbookmark{\contentsname}{toc}
\tableofcontents
\phantomsection \label{listoffigures}
\listoffigures
\phantomsection \label{listoftables}
\listoftables
\cleardoublepage
%----------------------------------------------------------------------%
%%%%%%%%%%%%%%%%%%%%%%%%
% page x & xi: ABSTRACT - RESUMEN %
%%%%%%%%%%%%%%%%%%%%%%%%
\phantomsection \label{abstract}
\chapter*{ABSTRACT}
\input{./chapters/abstract.tex}
\cleardoublepage
\phantomsection \label{resumen}
\chapter*{RESUMEN}
\input{./chapters/resumen.tex}
\cleardoublepage
%%%%%%%%%%%%%
% TEXT OF THESIS %
%%%%%%%%%%%%%
\pagenumbering{arabic}
\chapter[INTRODUCTION]{Introduction}
\input{./chapters/introduction.tex}
\chapter[CHAPTER 1]{Chapter 1} \label{ch1}
\input{./chapters/chapter1.tex}
\chapter[CHAPTER 2]{Chapter 2} \label{ch2}
\input{./chapters/chapter2.tex}
\chapter[CONCLUSIONS]{Conclusions}
\input{./chapters/conclusions.tex}
%%%%%%%%%%%%%
% REFERENCES %
%%%%%%%%%%%%%
\cleardoublepage
\phantomsection \label{references}
\bibliographystyle{apacite}
\renewcommand{\bibname}{REFERENCES}
%%%% ACTIVAR SIGUIENTES 3 LINEAS SI POSTGRADO RECHAZA LA BIBLIOGRAFIA
%\setlength{\bibleftmargin}{0em}
%\setlength{\bibindent}{0em}
%\setlength{\bibitemsep}{1em}
\bibliography{Thesis}
%%%%%%%%%%%%
% APPENDICES %
%%%%%%%%%%%%
\appendix % It is like a chapter, so each appendix (A, B, C...) must to be considered as a section
\newpage
\section[First Appendix]{First Appendix}
\input{./chapters/appendix1.tex}
\newpage
\section[An Interesting Short Story]{An Interesting Short Story}
\input{./chapters/appendix2.tex}
\end{document}