summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-21 22:17:27 +0000
committerKarl Berry <karl@freefriends.org>2017-04-21 22:17:27 +0000
commit4a894ac8e6557aef9ff759991eb867582f7fa333 (patch)
tree962a7b9807a52d806c9c7737a566941544fa6586 /Master/texmf-dist
parent1fd6a1d4149a474ba5da79e91c38ff9f60189626 (diff)
css-colors (21apr17)
git-svn-id: svn://tug.org/texlive/trunk@43961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/css-colors/README.txt9
-rw-r--r--Master/texmf-dist/doc/latex/css-colors/css-colors.xlsxbin25392 -> 25397 bytes
-rw-r--r--Master/texmf-dist/tex/latex/css-colors/css-colors.sty5
3 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/css-colors/README.txt b/Master/texmf-dist/doc/latex/css-colors/README.txt
index 79657ad9103..ba0d071e0f3 100644
--- a/Master/texmf-dist/doc/latex/css-colors/README.txt
+++ b/Master/texmf-dist/doc/latex/css-colors/README.txt
@@ -7,12 +7,13 @@ This file may be distributed and/or modified
2. under the GNU Public License.
css-colors.sty defines the 143 named web-safe colors for use with
-D.P. Carlisle's color-package. They may be used by authors (with
-\usepackage or \include} or by package writers (with
-\RequirePackage, e.g. to create Beamer color themes).
+D.P. Carlisle's color-package and U. Kern's xcolor (xcolor is now
+loaded by css-colors, thanks to K. Konrad for this suggestion).
+They may be used by authors (with \usepackage) or by package
+writers (with \RequirePackage, e.g. to create Beamer color themes).
css-colors.pdf provides a list of these colors with components in
-rgb (hex, word, decimal) and hsl-format. The source for this file
+rgb (hex, word, decimal) and hsl-format. The source for this file
is the spreadsheat css-colors.xlsx
These files are provided in the hope that they may be useful, but
diff --git a/Master/texmf-dist/doc/latex/css-colors/css-colors.xlsx b/Master/texmf-dist/doc/latex/css-colors/css-colors.xlsx
index a5ae672ce62..fa347584403 100644
--- a/Master/texmf-dist/doc/latex/css-colors/css-colors.xlsx
+++ b/Master/texmf-dist/doc/latex/css-colors/css-colors.xlsx
Binary files differ
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}