UiO Bachelor's thesis
Author
Dag Langmyhr
Last Updated
2 months ago
License
Creative Commons CC BY 4.0
Abstract
Document class for a bachelor's thesis at the University of Oslo
\documentclass[UKenglish]{uiobachelorthesis}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc, url} \urlstyle{sf}
\usepackage{babel, textcomp, uiomasterfp}
\title{UiO Bachelor's thesis}
\subtitle{A suitable \LaTeX{} document class}
\author{Dag Langmyhr\\ \url{dag@ifi.uio.no}}
\begin{document}
\uiomasterfp[kind={Overleaf information}, compact, nosp, date=\today]
\begin{abstract}
The \LaTeX{} document class \textbf{\textsf{uiobachelorthesis}} was
created to facilitate the writing of your thesis according to the
graphical guidelines of the University of Oslo.
\end{abstract}
\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/uiobachelorthesis-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}