From f82b8a8d08bb51cbe534a24f899d39ead64d588a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Oct 2019 21:01:14 +0000 Subject: xkcdcolors (21oct19) git-svn-id: svn://tug.org/texlive/trunk@52481 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/xkcdcolors/xkcdcolors.sty | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/xkcdcolors') 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 . 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