diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-21 22:17:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-21 22:17:27 +0000 |
commit | 4a894ac8e6557aef9ff759991eb867582f7fa333 (patch) | |
tree | 962a7b9807a52d806c9c7737a566941544fa6586 /Master/texmf-dist/tex/latex | |
parent | 1fd6a1d4149a474ba5da79e91c38ff9f60189626 (diff) |
css-colors (21apr17)
git-svn-id: svn://tug.org/texlive/trunk@43961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/css-colors/css-colors.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/css-colors/css-colors.sty b/Master/texmf-dist/tex/latex/css-colors/css-colors.sty index cc121736b6a..e7641317b05 100644 --- a/Master/texmf-dist/tex/latex/css-colors/css-colors.sty +++ b/Master/texmf-dist/tex/latex/css-colors/css-colors.sty @@ -1,12 +1,13 @@ -% Copyright 2016 by Dr Engelbert Buxbaum <engelbert_buxbaum@web.de> +% Copyright 2017 by Dr Engelbert Buxbaum <engelbert_buxbaum@web.de> % % This file may be distributed and/or modified % % 1. under the LaTeX Project Public License and/or % 2. under the GNU Public License. -\ProvidesClass{CSS-colors}[2016/12/18 v1.00 named colors for web-safe design] +\ProvidesPackage{css-colors}[2017/04/20 v1.02 named colors for web-safe design] \NeedsTeXFormat{LaTeX2e} +\RequirePackage{xcolor} %pink \definecolor{Pink}{rgb}{1.000,0.753,0.796} |