summaryrefslogtreecommitdiff
path: root/doc/admin/titling.tex
blob: 6a57cf30ffd34767c51d6697e66c144d5c3bd2ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\usepackage{titling}

\pretitle{
        \begin{center}
        \includegraphics[width=15cm,height=15cm]{cover-image.jpg}
        \vskip 2em
        \resizebox{15cm}{!}{Gitano Administration}
        \end{center}
        \newpage
        \thispagestyle{stilltitle}
	\begin{center}
	\includegraphics[width=8cm,height=8cm]{logo-front.jpg}\\[\bigskipamount]
        \LARGE
}
\posttitle{
       \end{center}
}