aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2023-04-15 12:18:18 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2023-04-15 12:18:18 +0200
commit5c55b0b9c6064008a823d454a00f6effbab3f55e (patch)
tree39552c1e4ec8d7f942564aac72a2e893457a3779
parent86725cfe30eb0d967cebf4a35535ec101f242548 (diff)
downloadUiO_profile-5c55b0b9c6064008a823d454a00f6effbab3f55e.tar.gz
UiO_profile-5c55b0b9c6064008a823d454a00f6effbab3f55e.zip
Fix readme
-rw-r--r--README.md32
1 files changed, 21 insertions, 11 deletions
diff --git a/README.md b/README.md
index d36f67e..11b10ce 100644
--- a/README.md
+++ b/README.md
@@ -7,21 +7,31 @@ git add submodule https://git.jakobstendahl.no/jakobst1n/UiO_profile
latex file
```
-\documentclass[no]{UiO_profile/UiO_profile}
-\usepackage{blindtext}
+\documentclass[norsk]{UiO_profile/UiO_profile}
-\author{<Author>}
-\date{<Date>}
-\deliverabletitle{<Title>}{<Subtitle>}
-\deliverableversion{<Chip>}
-\programname{<program>}
-\branch{<Institute>}{<Faculty>}
+\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}
- \uiotitlepage
- \maketitle
+ \uiofp[kind={Master thesis}, color=gray, image={figurer/cover.png}]
+
+ \tableofcontents
+ \listoffigures{}
+ \listoftables{}
- \Blinddocument
+ \backmatter{}
+ \printbibliography{}
+
\end{document}
```