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.

1.5 KiB

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