-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portada.tex
43 lines (40 loc) · 993 Bytes
/
Portada.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
% Cómo usarlo
% Se debe colocar los archivos de la portada dentro de una carpeta portada
% desde donde será llamado.
%
% Se deben declarar los siguientes comandos, ajustando los valores por
% los que guste:
%
% \newcommand{\HBar}{\rule{\linewidth}{0.5mm}}
% \newcommand{\logoURL}{logoURL}
% \newcommand{\nAutor}{Nombre del autor}
% \newcommand{\nCurso}{Curso}
% \newcommand{\cTituloA}{Titulo 1}
% \newcommand{\cTituloB}{Titulo 2}
% \newcommand{\cFecha}{Agosto de 2,014.}
\pagenumbering{gobble}
\begin{titlepage}
\vspace*{\fill}
\begin{center}
% logo URL
\includegraphics[width=0.5\textwidth]{latex-url-portada/\logoURL}~
\\[1cm]
\text{\LARGE Universidad Rafael Landívar}
\\
\text{\Large Facultad de Ingeniería}
\\
\text{\large Ingeniería en Informática y Sistemas}
\\[1cm]
\text{\large \nCurso} \\
\nAutor
\\[2cm]
\HBar \\[0.5cm]
\text{\LARGE\cTituloA}
\\[1cm]
\text{\LARGE\cTituloB} \\[0.5cm]
\HBar \\[3cm]
\cFecha
\end{center}
\vspace*{\fill}
\end{titlepage}
\pagenumbering{arabic}