Skip to content

Instantly share code, notes, and snippets.

@HPieters
Created January 11, 2014 10:40
Show Gist options
  • Save HPieters/8369335 to your computer and use it in GitHub Desktop.
Save HPieters/8369335 to your computer and use it in GitHub Desktop.
Latex - Front for Thesis
\begin{titlepage}
\setlength{\parindent}{0cm} %remove indent at new paragraph
\setstretch{1.8}
\center
\textbf{\huge{\textsc{Title}}}
\vspace*{1.5cm}
\textbf{\Large{Master Thesis Industrial Engineering and Management -
Information Engineering \\}}
{Faculty of Mathematics and Natural Sciences \\ University of Groningen}
\vspace*{1.5cm}
\textbf{\Large{Name\\}}
{snumber - email \\ {\today}}
\vspace*{1.5cm} %vertical space
\textbf{\Large{Supervisors\\}}
\vspace*{.2cm}
\begin{tabular}{ll}
A & \emph{University of Groningen} \\
B & \emph{University of Groningen} \\
\end{tabular}
\vspace*{1cm} %vertical space
\thispagestyle{empty}
\end{titlepage}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment