solarchemist's version of Uppsala University's PhD thesis LaTeX class (LuaLaTeX and XeLaTeX)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Taha Ahmed 4042ce61ee Depends on xcolor package 5 years ago
LuaUUThesis.cls Added compatibility=false to caption to make it work with subcaption. 6 years ago
README.md Depends on xcolor package 5 years ago
UUThesisTemplate.cls Template for xelatex. I've done some mods compared to UU original template. 6 years ago
uuprintcolorscmyk.sty Added my old UU colour schema packages. 6 years ago
uuprintcolorsrgb.sty Added my old UU colour schema packages. 6 years ago

README.md

Clone this repo into your TEXMF_LOCAL directory (I suggest /usr/local/texlive/texmf-local/tex/latex/local). Refresh your texhash or similar, and then you should be able to load the following packages:

\usepackage{uuprintcolorscmyk}
\usepackage{uuprintcolorsrgb}

(note that these sty files depend on xcolor, so make sure to add \usepackage{xcolor} too)

and the following classes:

\documentclass{LuaUUThesis}
\documentclass{UUThesisTemplate}

LuaUUThesis is based on the UUThesisTemplate but uses LuaLaTeX instead of XeLaTeX.

The CMYK and RGB colour definitions are entirely based on the Uppsala university graphical profile from around 2014.

Note to self: your Ansible luxor playbook depends on this repo. This repo lives on luxor at /usr/local/texlive/texmf-local/tex/latex/local/.