Tango colour palette for LaTeX

Previous Entry Add to Memories Tell a Friend Next Entry
In the course of today, I found myself wanting to access colours from the Tango palette in a document I was writing. Rather than just defining the specific colours I wanted by hand, I figured it would be quicker in the long run to generate a LaTeX package with all of the colours.

\dumptangocolours
Posted 27/3/09 16:21 — 6 comments

Comments

From:(Anonymous)
Date:2009-03-27 08:11 (UTC)

Interesting idea

(Link)
This is interesting even if the package does not fit all LaTeX standards (usepackage instead of RequirePackage, no ProvidesPackage, etc.) One thing is missing: would you mind putting a licence on it (the WTFPL for example, or LPPL would be fine). -- Jean-Christophe Dubacq
From:[info]sadamclemson.blogspot.com
Date:2009-03-27 14:57 (UTC)
(Link)
That's made of pure awesome. I wish there was an easy way to integrate LaTeX into the desktop more. I think Cairo should be modified to accept LaTeX markup. :)
From:(Anonymous)
Date:2009-03-27 20:02 (UTC)

What did you use them for?

(Link)
Tango is a beautiful palette. no doubt about that.

But I can't think of any use for colours in Latex. Or should I say so many?
From:[info]dannipenguin
Date:2009-03-28 00:36 (UTC)

Re: What did you use them for?

(Link)
I wanted little coloured tags using \colorbox.
From:(Anonymous)
Date:2009-08-20 17:22 (UTC)

Re: What did you use them for?

(Link)
For isntance when using the beamer package, or in order to do a presentation poster
From:(Anonymous)
Date:2009-03-30 14:19 (UTC)
(Link)
here something similar.

http://pbunge.crimson.ch/2008/12/tango-syntax-highlighting/

thanks guys!