From 7bf461efa5036b361e9500c4ed5c675cc819652c Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 22 Oct 2019 03:01:55 +0000 Subject: CTAN sync 201910220301 --- macros/latex/contrib/xkcdcolors/xkcdcolors.sty | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'macros/latex/contrib/xkcdcolors/xkcdcolors.sty') 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 . 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 . +% 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} -- cgit v1.2.3