Inofficial (and probably outdated) Uppsala University profile colours, both CMYK and RGB
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 First commit as stand-alone repo.
I broke out the uucolors* sty files from my "local" texmf repo
as suggested in this ticket
config/texmf-latex#1
5 months ago
examples First commit as stand-alone repo. 5 months ago
LICENSE First commit as stand-alone repo. 5 months ago
README.md First commit as stand-alone repo. 5 months ago
uuprintcolorscmyk.sty First commit as stand-alone repo. 5 months ago
uuprintcolorsrgb.sty First commit as stand-alone repo. 5 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.

Notes and references