UiO Master's thesis
Author
Dag Langmyhr
Last Updated
2 months ago
License
Creative Commons CC BY 4.0
Abstract
A document class for your master's thesis at University of Oslo
\documentclass[UKenglish]{uiomasterthesis}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc, url} \urlstyle{sf}
\usepackage{babel, textcomp, uiomasterfp}
\title{UiO Master's thesis}
\subtitle{A suitable \LaTeX{} document class}
\author{Dag Langmyhr\\ \url{dag@ifi.uio.no}}
\begin{document}
\uiomasterfp[kind={Overleaf information}, compact, nosp, colour=green,
date=\today]
\chapter{The \textsf{uiomasterthesis} document class}
The \LaTeX{} document class \textbf{\textsf{uiomasterthesis}} was
created to facilitate the writing of your thesis according to the
graphical guidelines of the University of Oslo.
\section{More information}
For more information on this document class and how to use it, see the
following online resources:
\begin{description}
\item[\url{https://www.mn.uio.no/ifi/tjenester/it/hjelp/latex/uiomasterthesis-guide.pdf}]
is a user guide for the document class.
\item[\url{https://www.mn.uio.no/ifi/tjenester/it/hjelp/latex/uiomasterfp-guide.pdf}]
tells how to use the \textbf{\textsf{uiomasterfp}} package to make the
front page.
\item[\url{https://www.mn.uio.no/ifi/tjenester/it/hjelp/latex/uiotools-guide.pdf}]
describes the \textbf{\textsf{uio\-tools}} package with many useful definitions for
writing your thesis, particularly if it contains a lot of mathematics.
\end{description}
\end{document}