-
Notifications
You must be signed in to change notification settings - Fork 0
/
cover.tex
52 lines (51 loc) · 1.55 KB
/
cover.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
\begin{titlepage}
\begin{center}
\resizebox{!}{1.5cm} {
\begin{tikzpicture}
\fill [fill=upcblue] (0,0) circle (5);
\foreach \x in {-1.8,0,1.8}
\foreach \y in {-1.8,0,1.8}
{
\fill [fill=white,yshift=1cm] (\x,\y) circle (.7);
}
\draw [color=white,text centered,font=\helvbupc,yshift=0.2cm]
(-1.8,-3 ) node {U}
(0,-3) node {P}
(1.8,-3) node {C};
\draw [color=upcblue,text centered,font=\helvupc]
(0,-7) node {UNIVERSITAT POLIT\`ECNICA DE CATALUNYA};
\end{tikzpicture}
}
\par
\textsf{\color{upcblue}\Large Escola Superior d'Enginyeria de Manresa}
\end{center}
\vfill
\begin{center}
\rule{0.9\textwidth}{1pt}\par
\noindent\Huge\textbf{\thetitle}\par
\bigskip\noindent\LARGE\thesubtitle\par
\bigskip\bigskip
\large\today\par
\rule{0.9\textwidth}{1pt}\par
\vfill
\Large
{\scriptsize
Bachelor’s thesis submitted by
}\\
\textsc{\theauthor}\\
{\scriptsize
in partial fulfillment of the
requirements for the
}\\
\textsc{Degree of ICT Systems Engineering}
\par
\bigskip\large
{
Advisor: \theadvisor
}\\
\end{center}
\end{titlepage}
\clearpage
% License
\thispagestyle{empty}
\input{license}