-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtitlepage.tex
53 lines (37 loc) · 1.69 KB
/
titlepage.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
% Last modification: 2015-08-17 (Marc Deisenroth)
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
%----------------------------------------------------------------------------------------
% LOGO SECTION
%----------------------------------------------------------------------------------------
\includegraphics[width = 4cm]{./figures/ugr}\\[0.5cm]
\center % Center remainder of the page
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\textsc{\Large Universidad de Granada}\\[0.5cm]
\textsc{\large Práctica 1 Inteligencia de Negocio}\\[0.5cm]
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\HRule \\[0.4cm]
{ \huge \bfseries \reporttitle}\\ % Title of your document
\HRule \\[1.5cm]
%----------------------------------------------------------------------------------------
% AUTHOR SECTION
%----------------------------------------------------------------------------------------
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\reportauthor % Your name
\end{flushleft}
\end{minipage}
~
%----------------------------------------------------------------------------------------
% FOOTER & DATE SECTION
%----------------------------------------------------------------------------------------
\vfill % Fill the rest of the page with whitespace
\degreetype\\[0.5cm]
\makeatletter
\@date
\makeatother
\end{titlepage}