[texhax] Package BeamerColor

Philip Taylor (Webmaster, Ret'd) P.Taylor at Rhul.Ac.Uk
Wed Sep 1 16:09:50 CEST 2010



Herbert Voss wrote:

> http://www.informatik.uni-freiburg.de/~frank/latex-kurs/latex-kurs-3/farben/BeamerColor.sty
>
> it is a private package and not available on CTAN.

I don't normally prefer compactness over readability,
but I think that, faced with 450-odd lines of


	\definecolor{AliceBlue}{rgb}{0.94,0.97,1}
	\definecolor{BlueViolet}{rgb}{0.54,0.17,0.88}
	\definecolor{CadetBlue}{rgb}{0.37,0.62,0.63}

I might have done something similar to

	\def \DCRGB #1#{\definecolor {#1}{rgb}}

and then 450-odd lines of

	\DCRGB {AliceBlue}{0.94,0.97,1.00}
	\DCRGB {BlueViolet}{0.54,0.17,0.88}
	\DCRGB {CadetBlue}{0.37,0.62,0.63}

** Phil.


More information about the texhax mailing list