-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTitle.tex
54 lines (39 loc) · 832 Bytes
/
Title.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
\begin{titlepage}
\begin{center}
% Upper part of the page
%\includegraphics{Images/umlogo.jpeg}\\[1cm]
%\textsc{\LARGE University of Miami}\\[1.5cm]
%\textsc{\Large Final year project}\\[0.5cm]
\ \\
\ \\
\ \\
\ \\
\ \\
% Title
\HRule \\[0.4cm]
{ \huge \bfseries {\color{orange} University} of {\color{darkgreen} Miami}\\ACM Codebook}\\[0.4cm]
\HRule \\[1.5cm]
\ \\
\ \\
\ \\
\ \\
\ \\
\includegraphics[scale=0.25]{Images/Sebastian.jpg}\\[1cm]
% Author and supervisor
%\begin{minipage}{0.4\textwidth}
%\begin{flushleft} \large
%\emph{Author:}\\
%John \textsc{Smith}
%\end{flushleft}
%\end{minipage}
%\begin{minipage}{0.4\textwidth}
%\begin{flushright} \large
%\emph{Supervisor:} \\
%Dr.~Mark \textsc{Brown}
%\end{flushright}
%\end{minipage}
\vfill
% Bottom of the page
{\large \today}
\end{center}
\end{titlepage}