-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
78 lines (64 loc) · 1.24 KB
/
main.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
%\documentclass{icontec}
\documentclass[letterpaper,12pt,oneside,pdftex]{icontec}
\usepackage{verbatim}
\usepackage[spanish]{babel}
\usepackage{float}
\usepackage[pdftex]{graphicx}
\usepackage[pdftex,colorlinks]{hyperref}
\hypersetup{linkcolor=black}
\begin{document}
\thispagestyle{empty}
\begin{center}
DESARROLLO DE UN SISTEMA DE IDENTIFICACI\'ON DE PROCESOS JUDICIALES EN IM\'AGENES DE CARTELERAS DE NOTIFICACIONES POR ESTADO
\end{center}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\begin{center}
ANDR\'ES TORRES CANO
\end{center}
\begin{center}
ESTEBAN SANTA GARC\'IA
\end{center}
\begin{center}
Anteproyecto
\end{center}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\paragraph{}
\begin{center}
UNIVERSIDAD TECNOL\'OGICA DE PEREIRA
\end{center}
\begin{center}
FACULTAD DE INGENIER\'IAS
\end{center}
\begin{center}
INGENIER\'IA EN SISTEMAS Y COMPUTACI\'ON
\end{center}
\begin{center}
2013\\
\end{center}
\frontmatter
\tableofcontents
\mainmatter
\input{titulo}
\input{definicion}
\input{justificacion}
\input{objetivos}
\input{marco}
\input{analisis}
\input{diseno}
\input{esquema}
\input{personas}
\input{recursos}
\input{cronograma}
\input{biblio}
\input{posibilidades}
\end{document}