summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/xkcdcolors
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-10-21 21:01:14 +0000
committerKarl Berry <karl@freefriends.org>2019-10-21 21:01:14 +0000
commitf82b8a8d08bb51cbe534a24f899d39ead64d588a (patch)
treea469566fef14760d4da9739c9eec91767791cd6d /Master/texmf-dist/tex/latex/xkcdcolors
parent1a038ccff108bb05ebfc34f9e88f7f099c9c1485 (diff)
xkcdcolors (21oct19)
git-svn-id: svn://tug.org/texlive/trunk@52481 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xkcdcolors')
-rw-r--r--Master/texmf-dist/tex/latex/xkcdcolors/xkcdcolors.sty20
1 files changed, 14 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/xkcdcolors/xkcdcolors.sty b/Master/texmf-dist/tex/latex/xkcdcolors/xkcdcolors.sty
index 7cac7e40372..b10470c4310 100644
--- a/Master/texmf-dist/tex/latex/xkcdcolors/xkcdcolors.sty
+++ b/Master/texmf-dist/tex/latex/xkcdcolors/xkcdcolors.sty
@@ -1,15 +1,23 @@
+% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[1996/06/01]
-\ProvidesPackage{xkcdcolors}[2019/10/20 v1.0 Provide names for xkcd colors]
+\ProvidesPackage{xkcdcolors}[2019/10/21 v1.0.1 Provide names for xkcd colors]
\RequirePackage{xcolor}
+% \end{macrocode}
%
-% Created by Romano Giannetti <romano.giannetti@gmail.com>. Same license of
-% the original txt file: http://creativecommons.org/publicdomain/zero/1.0/
-% you can also distribute it under LPPL (LaTeX) license
+% Created by Romano Giannetti <romano.giannetti@gmail.com>.
+% Using Randall Munroe's .txt file: https://xkcd.com/color/rgb.txt
+% That file explicitly state a CC0 1.0 , see
+% https://creativecommons.org/publicdomain/zero/1.0/
+%
+% This file is distributable under the same CC0 1.0 license, OR
+% Copyright (c) Romano Giannetti 2019
+% License: LPPL 1.3c (https://ctan.org/license/lppl1.3c)
%
% Original color set by Randall Munroe
% See http://xkcd.com/color/rgb/
%
-
+% \begin{macrocode}
+%
\definecolorset{HTML}{xkcd}{}{%
CloudyBlue,ACC2D9;%
DarkPastelGreen,56AE57;%
@@ -961,4 +969,4 @@
Green,15B01A;%
Purple,7E1E9C}
\endinput
-
+% \end{macrocode}