[texhax] Package BeamerColor
Herbert Voss
Herbert.Voss at FU-Berlin.DE
Wed Sep 1 16:13:18 CEST 2010
Am 01.09.2010 16:09, schrieb Philip Taylor (Webmaster, Ret'd):
>
>
> 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}
or without these 450 lines and only one:
\usepackage[dvipsnames,svgnames,prologue]{xcolor}
Herbert
More information about the texhax
mailing list