blob: d36f67e4728f4bd97ae016a8470e51c73956039d (
plain) (
blame)
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
|
# UiOProfile
As submodule
```
git add submodule https://git.jakobstendahl.no/jakobst1n/UiO_profile
```
latex file
```
\documentclass[no]{UiO_profile/UiO_profile}
\usepackage{blindtext}
\author{<Author>}
\date{<Date>}
\deliverabletitle{<Title>}{<Subtitle>}
\deliverableversion{<Chip>}
\programname{<program>}
\branch{<Institute>}{<Faculty>}
\begin{document}
\uiotitlepage
\maketitle
\Blinddocument
\end{document}
```
|