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 %% FRONTMATTER
\newcommand*{\myfrontmatter}{% \newcommand*{\myfrontmatter}{%
%% \newgeometry{top=3cm, bottom=3cm,left=2.25 cm, right=2.25cm} %% \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 \begingroup
\thispagestyle{empty} \thispagestyle{empty}
{\Huge\@title}\\[.5cm] {\Huge\@title}\\[.5cm]
@ -61,7 +64,7 @@ Master's thesis in Computer Science
% BACK OF COVER PAGE (BLANK PAGE) % BACK OF COVER PAGE (BLANK PAGE)
\newpage \newpage
%% \newgeometry{a4paper} % Temporarily change margins %% \newgeometry{a4paper} % Temporarily change margins
%% \restoregeometry \restoregeometry
\thispagestyle{empty} \thispagestyle{empty}
\null \null
} }

View file

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

View file

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