forked from NorfairKing/kansrekenen-notities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
titelpagina.tex
36 lines (26 loc) · 868 Bytes
/
titelpagina.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\begin{titlepage}
\thispagestyle{empty}
\hbox{
\hspace*{0.05\textwidth}
\foreach \i in {1,...,4} {
\rule{\i pt}{\textheight}
\hspace{\i pt}
}
\hspace*{0.05\textwidth} % Whitespace between the vertical line and title page text
\parbox[b]{0.75\textwidth}{ % Paragraph box which restricts text to less than the width of the page
\textsc{\LARGE KU Leuven}\\[1.5cm]
{\noindent\Huge\bfseries Kansrekenen \\[0.5\baselineskip] [B-KUL-G0W66A]}\\[2\baselineskip] % Title
{\large \textit{Notities}}\\[4\baselineskip]
{\Large \textsc{Tom Sydney Kerckhove}}\\[4\baselineskip]
\begin{large}
\begin{tabular}{l l}
Gestart & 8 februari 2015\\
Gecompileerd & \today\\
Commit & \input{commit.tex}\\
\end{tabular}
\end{large}
\vspace{0.05\textheight}
\emph{Docent:} \\
Prof. Tim \textsc{Verdonck}\\
\vspace{0.2\textheight}}}
\end{titlepage}