From ee821afe22a599240ad61fe37b6faf3a3fe7653c Mon Sep 17 00:00:00 2001 From: "taha@luxor" Date: Wed, 9 Oct 2019 00:06:26 +0200 Subject: [PATCH] Clarified README in preparation for public launch of repo. --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d5ca33f..94c3197 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,30 @@ -Made this into a remote repo so that our [Ansible luxor -playbook](https://git.chepec.se/ansible/luxor) can put it back into place during provisioning. +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} +``` + +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](https://mp.uu.se/web/info/stod/kommunikation-riktlinjer/grafiskariktl) from around 2014. + + +> Note to self: your [Ansible luxor playbook](https://git.chepec.se/ansible/luxor) depends on this repo. +> This repo lives on luxor at `/usr/local/texlive/texmf-local/tex/latex/local/`. -This repo lives on luxor at `/usr/local/texlive/texmf-local/tex/latex/local/`. + [LaTeX hack: Adding a custom .cls to your search path](http://matsguru.com/latex-hack-adding-a-custom-cls-to-your-search-path/) + [How to have a local package override default package](https://tex.stackexchange.com/questions/8357/how-to-have-local-package-override-default-package/8359#8359) + [How do I add a .sty file to my MacTeX/TeXShop installation?](https://tex.stackexchange.com/questions/10252/how-do-i-add-a-sty-file-to-my-mactex-texshop-installation) ++ [Avhandlingsstöd Uppsala universitet, XeLaTeX mall](https://libguides.ub.uu.se/avhandling/latex)