Skip to content

Instantly share code, notes, and snippets.

@magnusross
Created April 1, 2020 10:20
Show Gist options
  • Save magnusross/dc9838369431f8e529731cfa1f3a11f2 to your computer and use it in GitHub Desktop.
Save magnusross/dc9838369431f8e529731cfa1f3a11f2 to your computer and use it in GitHub Desktop.
Report Title Page
\begin{titlepage}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} % Defines a new command for the horizontal lines, change thickness here
\center % Center everything on the page
%----------------------------------------------------------------------------------------
% HEADING SECTIONS
%----------------------------------------------------------------------------------------
\includegraphics[scale=.07]{logo.png}\\[1cm] % Include a department/university logo - this will require the graphicx package
\textsc{\Large Department of Physics}\\[0.5cm] % Major heading such as course name
\textsc{\large Physics Msci}\\[0.5cm] % Minor heading such as course title
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\HRule \\[0.4cm]
{ \LARGE \bfseries Title}\\[0.4cm] % Title of your document
\HRule \\[1.5cm]
%----------------------------------------------------------------------------------------
% AUTHOR SECTION
%----------------------------------------------------------------------------------------
\begin{minipage}{0.6\textwidth}
\begin{flushleft} \large
\emph{Author:}\\
Magnus Ross\\
\end{flushleft}
\begin{flushleft} \large
\emph{Supervisor:}\\
Henning Flaecher, Ben Krikler\\
\end{flushleft}
\begin{flushleft} \large
\emph{Word Count:}\\
100\\ % Your name
\end{flushleft}
\end{minipage}\\[2cm]
{\large For submission in 2020}\\[2cm] % Date, change the \today to a set date if you want to be precise
\vfill % Fill the rest of the page with whitespace
\end{titlepage}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment