diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-15 12:18:18 +0200 |
---|---|---|
committer | Jakob Stendahl <jakob.stendahl@outlook.com> | 2023-04-15 12:18:18 +0200 |
commit | 5c55b0b9c6064008a823d454a00f6effbab3f55e (patch) | |
tree | 39552c1e4ec8d7f942564aac72a2e893457a3779 | |
parent | 86725cfe30eb0d967cebf4a35535ec101f242548 (diff) | |
download | UiO_profile-5c55b0b9c6064008a823d454a00f6effbab3f55e.tar.gz UiO_profile-5c55b0b9c6064008a823d454a00f6effbab3f55e.zip |
Fix readme
-rw-r--r-- | README.md | 32 |
1 files changed, 21 insertions, 11 deletions
@@ -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} ``` |