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
e436af35f4
I broke out the uucolors* sty files from my "local" texmf repo as suggested in this ticket config/texmf-latex#1 |
12 months ago | |
---|---|---|
examples | 12 months ago | |
LICENSE | 12 months ago | |
README.md | 12 months ago | |
uuprintcolorscmyk.sty | 12 months ago | |
uuprintcolorsrgb.sty | 12 months ago |
README.md
UU colour profiles (CMYK or RGB)
The CMYK and RGB colour definitions are entirely based on the Uppsala university graphical profile from around 2014. They are probably outdated now.
They simply use xcolor
commands to define a bunch of colour names.
If you want to use any of these colour names in your document, load the package in your document preamble
(choose CMYK or RGB colourspace depending on whether your document will be printed or digitally rendered).
For print:
\usepackage{xcolor}
\usepackage{uuprintcolorscmyk}
For digital rendering:
\usepackage{xcolor}
\usepackage{uuprintcolorsrgb}
Please note that both uuprintcolor*
packages depend on the xcolor
package.