forked from Ucampus/memoria-latex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemoria.tex
51 lines (40 loc) · 941 Bytes
/
memoria.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[upright, contnum]{umemoria}
\depto{DEPARTAMENTO DE CIENCIAS DE LA COMPUTACIÓN}
\author{ALFREDO JAIME CADIZ RODRÍGUEZ}
\title{DESDE LA WEB A LOS MÓVILES: LLEVANDO U-CURSOS A NUESTROS BOLSILLOS}
\auspicio{.}
\date{ENERO 2014}
\guia{JAVIER BUSTOS JIMÉNEZ}
\carrera{INGENIERO CIVIL EN COMPUTACIÓN}
\memoria{MEMORIA PARA OPTAR AL TÍTULO DE}
\comision{JOHAN FABRY}{PATRICIO INOSTROZA FAJARDIN}{\ }
\usepackage{lipsum}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
\frontmatter
\maketitle
\begin{abstract}
\lipsum[1-4]
\end{abstract}
\begin{dedicatoria}
Una dedicatoria corta.
\end{dedicatoria}
\begin{thanks}
\lipsum[1-2]
\end{thanks}
\cleardoublepage
\tableofcontents
\cleardoublepage
\listoftables
\cleardoublepage
\listoffigures
\mainmatter
\input{intro.tex}
\input{cap1.tex}
\input{cap2.tex}
\input{conclu.tex}
\nocite{*}
\bibliographystyle{plain}
\bibliography{bibliografia}
\end{document}