aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 11b10ceea7a0011a88d675bdcbff00d2711fed2b (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
28
29
30
31
32
33
34
35
36
37
# UiOProfile

As submodule
```
git add submodule https://git.jakobstendahl.no/jakobst1n/UiO_profile
```

latex file
```
\documentclass[norsk]{UiO_profile/UiO_profile}

\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel, csquotes, enumitem, graphicx, parskip, xspace, colortbl, booktabs, multirow}
\usepackage[backend=biber,style=apa]{biblatex}
\usepackage[hidelinks, hypertexnames=false]{hyperref}

\usepackage[norsk]{UiO_profile/UiO_profile_fp}

\addbibresource{bibliografi.bib}

\author{Bjarne B.}
\title{Eksempel}

\begin{document}
    \uiofp[kind={Master thesis}, color=gray, image={figurer/cover.png}]
    
    \tableofcontents
    \listoffigures{}
    \listoftables{}

    \backmatter{}
    \printbibliography{}
    
\end{document}

```