Add Chalmers logo to front page

This commit is contained in:
Frederik Hanghøj Iversen 2018-09-11 15:16:14 +02:00
parent d7a07da07b
commit c5020a0d87
8 changed files with 12 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
doc/assets/logo_ch_gu.pdf Normal file

Binary file not shown.

BIN
doc/assets/logo_swe.pdf Normal file

Binary file not shown.

View File

@ -41,6 +41,9 @@
%% FRONTMATTER
\newcommand*{\myfrontmatter}{%
%% \newgeometry{top=3cm, bottom=3cm,left=2.25 cm, right=2.25cm}
\AddToShipoutPicture*{\backgroundpic{-4}{56.7}{assets/frontpage_gu_eng.pdf}}
\ClearShipoutPicture
\addtolength{\voffset}{2cm}
\begingroup
\thispagestyle{empty}
{\Huge\@title}\\[.5cm]
@ -61,7 +64,7 @@ Master's thesis in Computer Science
% BACK OF COVER PAGE (BLANK PAGE)
\newpage
%% \newgeometry{a4paper} % Temporarily change margins
%% \restoregeometry
\restoregeometry
\thispagestyle{empty}
\null
}

View File

@ -30,7 +30,7 @@
\usepackage{chalmerstitle}
\subtitle{A formalization of category theory in Cubical Agda}
\authoremail{hanghj@student.chalmers.se}
\newcommand{\chalmers}{Chalmers University of Technology}
\newcommand{\chalmers}{Chalmers University of Technology and University of Gothenburg}
\supervisor{Thierry Coquand}
\supervisoremail{coquand@chalmers.se}
\supervisordepartment{\chalmers}

View File

@ -142,3 +142,10 @@
}
}
\usepackage{ dsfont }
\usepackage{eso-pic}
\newcommand{\backgroundpic}[3]{
\put(#1,#2){
\parbox[b][\paperheight]{\paperwidth}{
\centering
\includegraphics[width=\paperwidth,height=\paperheight,keepaspectratio]{#3}}}}