University of Groningen Mathematics Bachelor Thesis Frontpage
Author
David Meadon
Last Updated
6 years ago
License
Creative Commons CC BY 4.0
Abstract
A thesis frontpage for Bachelor students studying Mathematics at the University of Groningen
A thesis frontpage for Bachelor students studying Mathematics at the University of Groningen
\documentclass{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%-----------------------PAGE SETTINGS----------------------------%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[utf8]{inputenc}
\usepackage[margin=0.01cm]{geometry}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%--------------------------PREAMBLE------------------------------%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage{anyfontsize}
\usepackage{setspace}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%-----------------------CUSTOM COMMANDS--------------------------%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\textBF}[1]{%
\pdfliteral direct {2 Tr 1 w} %the second factor is the boldness
#1%
\pdfliteral direct {0 Tr 0 w}%
}
\newcommand{\textDF}[1]{%
\pdfliteral direct {2 Tr 0.2 w} %the second factor is the boldness
#1%
\pdfliteral direct {0 Tr 0 w}%
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%-----------------------DOCUMENT BEGIN---------------------------%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\begin{titlepage}
\thispagestyle{empty}
\title{
\includegraphics[width=19cm]{Extras/Mathlogo.PNG} \\
\vspace{3cm}
\begingroup
\setstretch{4}\fontsize{38}{10}\selectfont\fontdimen2\font=0.8ex
\parbox{13.3cm}{\textBF{Title of thesis which may run over multiple lines}} %%Title
\endgroup}
\date{}
\author{}
\maketitle
\vspace{-1.5cm}
\hspace{4cm}\parbox[b][15cm][b]{8cm}{\textDF{\large\setstretch{1.5}
Bachelor's Project Mathematics\\
June 2019\\
Student: A.B. Surname\\ %NAME
First supervisor: Prof.dr. C.D. Surname2\\
Second assessor: Dr.ir. E.F. Surname3}}
\end{titlepage}
\newpage
\newgeometry{top=1in,bottom=1in,right=0.5in,left=1.5in} %Needed because margins were changed for titlepage
\section{Introduction}
Some Text here
\end{document}