-
Notifications
You must be signed in to change notification settings - Fork 3
/
ku-template.tex
43 lines (30 loc) · 1.01 KB
/
ku-template.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
37
38
39
40
41
42
43
\documentclass[11pt]{article}
\usepackage[a4paper, hmargin={2.8cm, 2.8cm}, vmargin={2.5cm, 2.5cm}]{geometry}
\usepackage{eso-pic} % \AddToShipoutPicture
\usepackage{graphicx} % \includegraphics
%% Change `ku-farve` to `nat-farve` to use SCIENCE's old colors or
%% `natbio-farve` to use SCIENCE's new colors and logo.
\def \ColourPDF {include/ku-farve}
%% Change `ku-en` to `nat-en` to use the `Faculty of Science` header
\def \TitlePDF {include/ku-en} % University of Copenhagen
\title{
\vspace{3cm}
\Huge{Some Title} \\
\Large{More elaborate subtitle}
}
\author{
\Large{Philip Munksgaard}
\\ \texttt{[email protected]} \\
}
\date{
\today
}
\begin{document}
\AddToShipoutPicture*{\put(0,0){\includegraphics*[viewport=0 0 700 600]{\ColourPDF}}}
\AddToShipoutPicture*{\put(0,602){\includegraphics*[viewport=0 600 700 1600]{\ColourPDF}}}
\AddToShipoutPicture*{\put(0,0){\includegraphics*{\TitlePDF}}}
\clearpage\maketitle
\thispagestyle{empty}
\newpage
%% Write your dissertation here.
\end{document}