Skip to content

Instantly share code, notes, and snippets.

@TheZoq2
Created November 23, 2015 09:30
Show Gist options
  • Save TheZoq2/988b22dd5dba08a25e43 to your computer and use it in GitHub Desktop.
Save TheZoq2/988b22dd5dba08a25e43 to your computer and use it in GitHub Desktop.
\begin{titlepage}
\begin{tikzpicture}[f]
\draw (0, 0) node[inner sep=0] {\includegraphics[width=1\textwidth]{titleTopBackground}};
\draw (0, 0) node {\textcolor{white}{\centering\huge\textbf{{LABORATIONSRAPPORT}}}};
\end{tikzpicture}
\begin{minipage}[t]{7cm}
\flushleft
\textbf{Rapportskrivare:} \\
Frans Skarman PERSONNUMMER\\
\ \ \ \ \ Address \\
\ \ \ \ \ postnummer \\
\ \ \ \ \ [email protected]
\vspace{0.5cm}
\textbf{Medlaborant:} \\
Namn PERSONNUMMER \\
\ \ \ \ \ [email protected]
\end{minipage}
\hfill
\begin{minipage}[t]{7cm}
\flushright
\today
\end{minipage}
\vspace{2cm}
\centering
{\huge\bfseries R-laboration: Svängande balk\par}
{\Large\itshape Mekanik för D (TFYY68)\par}
\vfill
\vfill
% Bottom of the page
\raggedright
\begin{tikzpicture}[f]
\draw (-10, 0) node[inner sep=0] {\includegraphics[width=1\textwidth]{titleBottomBackground}};
\draw (-12, -1) node {\textcolor{white}{\centering\large\textbf{{Tekniska högskolan vid Linköpings Universitet}}}};
\draw (-12, -1.5) node {\textcolor{white}{\centering\large\textbf{{Institutionen för fysik, kemi och biologi(IFM)}}}};
\end{tikzpicture}
\end{titlepage}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment