Clarified README in preparation for public launch of repo.
parent
37fbd63861
commit
ee821afe22
@ -1,10 +1,30 @@
|
|||||||
Made this into a remote repo so that our [Ansible luxor
|
Clone this repo into your `TEXMF_LOCAL` directory (I suggest `/usr/local/texlive/texmf-local/tex/latex/local`).
|
||||||
playbook](https://git.chepec.se/ansible/luxor) can put it back into place during provisioning.
|
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
|
+ [LaTeX hack: Adding a custom .cls to your search
|
||||||
path](http://matsguru.com/latex-hack-adding-a-custom-cls-to-your-search-path/)
|
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 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
|
+ [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)
|
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)
|
||||||
|
Loading…
Reference in New Issue