From 4a894ac8e6557aef9ff759991eb867582f7fa333 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 21 Apr 2017 22:17:27 +0000 Subject: css-colors (21apr17) git-svn-id: svn://tug.org/texlive/trunk@43961 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/css-colors/README.txt | 9 +++++---- .../texmf-dist/doc/latex/css-colors/css-colors.xlsx | Bin 25392 -> 25397 bytes .../texmf-dist/tex/latex/css-colors/css-colors.sty | 5 +++-- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist') 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 Binary files a/Master/texmf-dist/doc/latex/css-colors/css-colors.xlsx and b/Master/texmf-dist/doc/latex/css-colors/css-colors.xlsx 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 +% Copyright 2017 by Dr Engelbert Buxbaum % % 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} -- cgit v1.2.3