PhD thesis, uiophd documentclass and home computer. Done.

June 6, 2013

Using the uiophd documentclass in a latex file on your home computer:


1) Go to this page http://ifidrift.at.ifi.uio.no/doc/uiophd.cls

2) Save the file (“save page as” in your browser) in the folder where you keep your tex-file

3) Check out more here: http://www.mn.uio.no/ifi/tjenester/it/hjelp/latex/uiophd.html

Update: I needed to install a font package to get this working… Check to see if you’ve got the texlive-fonts-recommended package. If not, install it.

Open a terminal and type to check:
dpkg-query -W | grep tex| grep font
Type to install:
sudo apt-get install texlive-fonts-recommended