summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/xkcdcolors
diff options
context:
space:
mode:
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}