texlive-xkcdcolors 2025.2
XKCD names of colors
In the year 2010, Randall Munroe on posted a really funny and nice article on XKCD. He made a very curious experiment: showing colors to a lot of people and asking to name each one. Afterward, he processed the data and sorted the names for each color by popularity --- that means, how many people gave the same name to the same color. This package makes the collected color names usable with LaTeX.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/xkcdcolors
- Licenses: CC0 · LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-xkcdcolors 2025.2
as follows:
guix install texlive-xkcdcolors@2025.2
Or install the latest version:
guix install texlive-xkcdcolors
The texlive-xkcdcolors
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-xkcdcolors:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.