summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tui/example/portada.tex
blob: 733761435cf16072f303fd8f81a362d2b6c5a507 (plain)
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
% !TEX root = main.tex
% !TEX encoding = Windows Latin 1
% !TEX TS-program = pdflatex
%
% portada.tex (portadilla y portada de la tesis)

% +++++++++++++++++++++++ Portadilla +++++++++++++++++++++++++++++
%
\pagestyle{empty}
\dosenblanco

% Portadilla
\begin{center}
  \scshape%
  % Aqui va el titulo de la tesis----------------------------------
  Este es el t\'{i}tulo \\
  de la tesis doctoral \\
  % ---------------------------------------------------------------
\end{center}

\cleardoublepage

% +++++++++++++++++++++++ Portada +++++++++++++++++++++++++++++
%
\begin{center}
{%
  \LARGE\scshape\bfseries%
  % Aqui va el titulo de la tesis ---------------------------
  Este es el t\'{i}tulo \\ [6pt]
  de la tesis doctoral \\ [6pt]
  % ---------------------------------------------------------
}

\vfill

{
 \large\scshape%
  A dissertation\\
  by\\
  % Aqui va el autor de la tesis-----------------------------
  Este es el autor de la tesis
  % ---------------------------------------------------------
}

\vfill

{%
  % Datos de la Universidad, el titulo, etc. ------------------
  {\normalfont Submitted to the School of Engineering of the}\\[3pt]
  {\large\scshape Universidad de los Andes}\\[3pt]
  {\normalfont in partial fulfillment for the requirements for the Degree of}\\[3pt]
  {\large\scshape Doctor in Engineering}
  % -------------------------------------------------------------
}

\vfill

%----------------------- No tocar este codigo ----------------------
\makeatletter
  \iftui@spanish
    {\scshape Aprobada por:}
  \else
    {\scshape Approved by:}
  \fi
\makeatother
% ------------------------------------------------------------------


% Llenar esta informacion ------------------------------------------
\begin{tabbing}
  \hspace{6.5cm}\=\kill
  \hspace{1cm}Committee Chair:    \> {\itshape Dr. . . . } \\
  \hspace{1cm}Committee Members:  \> {\itshape Prof. . . . } \\
  			    											 \> {\itshape Prof. . . . } \\
                                  \> {\itshape Prof. Dr. . . . } \\
                                  \> {\itshape Prof. Dr. . . . } \\
                                  \> {\itshape Prof. Dr. . . . } \\
                                  \> {\itshape Prof. Dr. . . . } \\
                                  \> {\itshape Prof. Dr. . . . } \\
                                  
  \hspace{1cm}Dean School of Engineering: \> {\itshape Dr. Alain Gauthier} \\
  \hspace{1cm}Assistant Dean: \> {\itshape Dr. Rubby Casallas}
\end{tabbing}
% --------------------------------------------------------------------

\vfill

{%
  \normalsize\scshape
  % Fecha y area --------------------------------------------------
  February 2011\\
  {\scshape%
  Field: Ingenier\'{i}a de Sistemas y Computaci\'{o}n
  % ---------------------------------------------------------------
  }
}

\end{center}



% Fin de portada.tex
\endinput