File: titling.tex

package info (click to toggle)
gitano 1.0-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,204 kB
  • ctags: 306
  • sloc: makefile: 203; python: 96; sh: 30
file content (17 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
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}
}