summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xkcdcolors/xkcdcolors.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-10-22 03:01:55 +0000
committerNorbert Preining <norbert@preining.info>2019-10-22 03:01:55 +0000
commit7bf461efa5036b361e9500c4ed5c675cc819652c (patch)
tree23bb25035cc3b6e1c64748d1d5e11ce85f69fc9e /macros/latex/contrib/xkcdcolors/xkcdcolors.sty
parent7da4243862494d1fc7478956362f4da6d80f4f7e (diff)
CTAN sync 201910220301
Diffstat (limited to 'macros/latex/contrib/xkcdcolors/xkcdcolors.sty')
-rw-r--r--macros/latex/contrib/xkcdcolors/xkcdcolors.sty20
1 files changed, 14 insertions, 6 deletions
diff --git a/macros/latex/contrib/xkcdcolors/xkcdcolors.sty b/macros/latex/contrib/xkcdcolors/xkcdcolors.sty
index 7cac7e4037..b10470c431 100644
--- a/macros/latex/contrib/xkcdcolors/xkcdcolors.sty
+++ b/macros/latex/contrib/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}