This thesis template is meant to follow the University of Stavanger's guidelines for graphical profile and visual communications. The template is inspired by the official PhD thesis cover.
You have the possibility to choose between a number of different color combinations and designs for the cover.
The template code itself is released under the LaTeX Project Public License.
The use of the image material in the logo
folders is restricted as follows:
The images can be used by students and employees of the University of Stavanger for official document production. Images cannot be used for any other purpose without written consent from the University of Stavanger, Department of communication and public affairs (AKS). Page 2 or the last page of the report must credit the photographer if a photo is used.
See the example.tex
file for additional details.
\documentclass[11pt, a4paper]{book}
\usepackage[american]{babel}
\usepackage{uis-thesis}
% Optional: UiS recommended font for body text
% \setmainfont{Georgia}
\title{New Directions in Machine-verifiable\\ Progress Credentials and Fully Automated and Transparent Admissions Process}
\authors{Hein Meling}
\department{ide}
% Optional: specify path to photo
% \photo{photos/cern}
\reporttype{master}
\specialization{cs}
\begin{document}
\uiscover{1}
%
% Insert thesis content here
%
\uisbackcover
\end{document}
To compile your document use either the xelatex
or lualatex
engines.
These are modern LaTeX engines that can use modern fonts via the fontspec
package.
xelatex example
I'm not aware of any problems using these alternatives over pdflatex
, but please report any issues in the issue tracker.
The following package options are currently supported:
Option | Description |
---|---|
print |
Align logo placement with color box to facilitate printing |
The package supports the following commands:
Command | Description |
---|---|
\title |
May use \\ to force line breaks |
\authors |
Multiple authors should be separate with , and and |
\department |
Lower case department abbreviations, e.g., ide and imbm |
\reporttype |
Supported: bachelor , master , phd , and tr |
\specialization |
Currently, only cs, ds, ee, med are supported; more to be added |
\photo |
Optional: Specify path to photo on cover page |
\photocredit |
Cover page photographer may be required |
\uiscover |
Display cover page, values 1-9 provide different color schemes |
\uisbackcover |
Display back cover using the same color schemes as front cover |
\faculty |
Currently, only tn is supported |
\restricted |
Use to print Restricted Access on cover page |
I recommend to use only one of \department
or \faculty
to keep the page clean.
Typically, bachelor
and master
thesis types should use \department
, while the phd
type should use \faculty
.
However, you can use both if you prefer.
Report types phd
and tr
should specify the thesis/report number in square brackets as follows:
\reporttype[404]{phd}
PhD thesis and technical report types ignores the \specialization{}
command, so it is not necessary.
However, bachelor and master thesis reports must specify the specialization, as follows:
\reporttype{master}
\specialization{cs}
If you want to use your own photo, for example a photo or screenshot of your system, simply specify the path to the photo using the \photo
command.
The usual image file types are supported.
You must credit the photographer if you use a photo that you didn't shoot yourself.
Example: Cover page with a photo placed in photos/cern
.
\photo{photos/cern}
\photocredit{Ansel Adams}
The template supports norsk
, nynorsk
and any variant of english
.
You can specify the language as an option to the bable
package or in the \documentclass
.
Note that nynorsk
support requires v1.11 of the translations package; hence make sure to update your TeX distribution.
The cover page requires the Tahoma font, which comes preinstalled on macOS and Windows. However, for Linux you may need to install the Tahoma font:
On Arch Linux:
yay -S ttf-tahoma
For Ubuntu, see this thread on askubuntu.com.
LaTeX implementation by Hein Meling, December 2021 - January 2022
Resources for graphical profile and templates UiS internal link
Thanks to Susanna King for help and guidance with preparing this template
Thanks to Rodrigo Saramago for testing on Linux and providing font instructions
Thanks to Martin Gilje Jaatun for feedback
Thanks to Vinay Setty for contributing the document instructions