summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-06-12 20:40:02 +0000
committerKarl Berry <karl@freefriends.org>2022-06-12 20:40:02 +0000
commit87cabbf4663200d9597c9f0c55838ecf1ebc0a6c (patch)
tree14c472f2859bc193d68932df2dfeb0b925685b99 /Master/texmf-dist/doc
parent3eca78d12a2bbf27a15e9c706fcf9243b4520441 (diff)
xcolor (12jun22)
git-svn-id: svn://tug.org/texlive/trunk@63563 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/ChangeLog10
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/README56
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/README.md74
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor.lox6
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor.pdfbin858670 -> 864625 bytes
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor1.tex8
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor2.pdfbin94138 -> 91583 bytes
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor2.tex8
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor3.tex8
-rw-r--r--Master/texmf-dist/doc/latex/xcolor/xcolor4.tex8
10 files changed, 102 insertions, 76 deletions
diff --git a/Master/texmf-dist/doc/latex/xcolor/ChangeLog b/Master/texmf-dist/doc/latex/xcolor/ChangeLog
index 1e613111c27..48ac99bfbda 100644
--- a/Master/texmf-dist/doc/latex/xcolor/ChangeLog
+++ b/Master/texmf-dist/doc/latex/xcolor/ChangeLog
@@ -3,6 +3,14 @@ https://github.com/latex3/xcolor/issues
History
=======
+2022/06/12 v2.14
+* New features:
+ - Load if it exists the code from LaTeX to define \mathcolor.
+* Bugfixes (LaTeX Team)
+ - Modify \XC@info to avoid spurious error from \colorlet{foo}{} issue #12
+ - make \normalcolor, \colorbox, \fcolorbox \textcolor, \pagecolor,
+ \nopagecolor, \definecolor, \DefineNamedColor protected as in color.sty issue #17
+
2021/10/31 v2.13
* Bugfixes (LaTeX Team)
- use \@backslashchar color rather than \string\color to
@@ -11,7 +19,7 @@ History
- Declare dvisvgm option to match graphics and color packages.
Make dvipdfm an alias for dvipdfmx
- Modify \XC@info to avoid spurious text from \colorlet{foo}{.!50}
-
+
2016/05/11 v2.12
* New features:
- \nopagecolor command as introduced in `color' v1.1a
diff --git a/Master/texmf-dist/doc/latex/xcolor/README b/Master/texmf-dist/doc/latex/xcolor/README
deleted file mode 100644
index fa4b7dc333b..00000000000
--- a/Master/texmf-dist/doc/latex/xcolor/README
+++ /dev/null
@@ -1,56 +0,0 @@
-Package `xcolor' by Dr. Uwe Kern
-Maintained by the LaTeX Project https://github.com/latex3/xcolor/issues
-
-
-`xcolor' provides easy driver-independent access to several kinds of
-colors, tints, shades, tones, and mixes of arbitrary colors by means of
-color expressions like \color{red!50!green!20!blue}.
-It allows to select a document-wide target color model and offers tools
-for automatic color schemes, conversion between nine color models,
-alternating table row colors, color blending and masking, color
-separation, and color wheel calculations.
-
-Installation instructions
-=========================
-
-Extract all package files:
- `latex xcolor.ins'
-
-Put the generated files to their respective locations
-within the TeX installation:
- *.sty -> /tex/latex/xcolor/
- *.def -> /tex/latex/xcolor/
- *.pro -> /dvips/xcolor/
-
-Create the documentation:
- `latex xcolor.dtx'
- `latex xcolor.dtx'
- `makeindex -s gind.ist xcolor.idx'
- `latex xcolor.dtx'
- `latex xcolor.dtx'
-
-Run the test files (N=1,2,...):
- `latex xcolorN.tex'
- `latex xcolorN.tex'
-
-Notes
-=====
-
-- `xcolor1.tex' should run with both LaTeX and pdfLaTeX, it yields a
- 50-page document with several systematic color conversion examples
-- `xcolor2.tex' is a 3-page `pstricks' example document that won't run
- with pdfLaTeX
-- `xcolor3.tex' is a 2-page example for demonstrating several display
- and logging facilities
-- `xcolor4.tex' is a 1-page driver test file;
- uncomment the relevant code line in the header and run it with the
- appropriate program, e.g., `latex xcolor4' or any other processor;
- apply any desired post-processing like dvips, dvipdfm, etc.
-- If the file `xcolor.ins' is missing, run `latex xcolor.dtx' once
- and quit the LaTeX compiler as soon as the first error message
- appears.
-
-History
-=======
-
-See file `ChangeLog'.
diff --git a/Master/texmf-dist/doc/latex/xcolor/README.md b/Master/texmf-dist/doc/latex/xcolor/README.md
new file mode 100644
index 00000000000..dd8e528ccd4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/xcolor/README.md
@@ -0,0 +1,74 @@
+## Package `xcolor` by Dr. Uwe Kern
+
+Version 2022-06-12 v2.14
+
+Maintained by the LaTeX Project https://github.com/latex3/xcolor/issues
+
+`xcolor` provides easy driver-independent access to several kinds of
+colors, tints, shades, tones, and mixes of arbitrary colors by means of
+color expressions like \color{red!50!green!20!blue}.
+It allows to select a document-wide target color model and offers tools
+for automatic color schemes, conversion between nine color models,
+alternating table row colors, color blending and masking, color
+separation, and color wheel calculations.
+
+## Copyright (C)
+- 2003-2021 Dr. Uwe Kern
+- 2021-2022 The LaTeX Project
+
+## License
+LaTeX Project Public License, version 1.3c or later.
+
+## Installation instructions
+
+* Extract all package files:
+
+ ~~~~
+ latex xcolor.ins
+ ~~~~
+
+* Put the generated files to their respective locations
+within the TeX installation:
+
+ ~~~~
+ *.sty -> /tex/latex/xcolor/
+ *.def -> /tex/latex/xcolor/
+ *.pro -> /dvips/xcolor/
+ ~~~~
+
+* Create the documentation:
+
+ ~~~~
+ latex xcolor.dtx
+ latex xcolor.dtx
+ makeindex -s gind.ist xcolor.idx
+ latex xcolor.dtx
+ latex xcolor.dtx
+ ~~~~
+
+* Run the test files (N=1,2,...):
+
+ ~~~~
+ latex xcolorN.tex
+ latex xcolorN.tex
+ ~~~~
+
+## Notes
+
+- `xcolor1.tex` should run with both LaTeX and pdfLaTeX, it yields a
+ 50-page document with several systematic color conversion examples
+- `xcolor2.tex` is a 3-page `pstricks` example document that won't run
+ with pdfLaTeX
+- `xcolor3.tex` is a 2-page example for demonstrating several display
+ and logging facilities
+- `xcolor4.tex` is a 1-page driver test file;
+ uncomment the relevant code line in the header and run it with the
+ appropriate program, e.g., `latex xcolor4` or any other processor;
+ apply any desired post-processing like dvips, dvipdfm, etc.
+- If the file `xcolor.ins` is missing, run `latex xcolor.dtx` once
+ and quit the LaTeX compiler as soon as the first error message
+ appears.
+
+## History
+
+See file `ChangeLog`.
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor.lox b/Master/texmf-dist/doc/latex/xcolor/xcolor.lox
index fda92a2d61e..42f00c9ae9c 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor.lox
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor.lox
@@ -23,11 +23,11 @@
%%
%% ----------------------------------------------------------------
%% Copyright (C) 2003-2021 by Dr. Uwe Kern <xcolor at ukern dot de>
-%% 2021 LaTeX Project https://github.com/latex3/xcolor/issues
+%% 2021-2022 LaTeX Project https://github.com/latex3/xcolor/issues
%% ----------------------------------------------------------------
%%
-\def\XCfileversion{v2.13}%
-\def\XCfiledate{2021/10/31}%
+\def\XCfileversion{v2.14}%
+\def\XCfiledate{2022/06/12}%
\def\ukfile#1#2#3#4%
{\def\ukhead
{\ifnum#1>2 \perCent!^^J\fi
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor.pdf b/Master/texmf-dist/doc/latex/xcolor/xcolor.pdf
index ac7a3d3ef81..be04b364513 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor.pdf
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor1.tex b/Master/texmf-dist/doc/latex/xcolor/xcolor1.tex
index 46f59362816..35accd54507 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor1.tex
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor1.tex
@@ -22,15 +22,15 @@
%% in the same archive or directory.)
%%
\ProvidesFile{xcolor1}
- [2021/10/31 v2.13 Color conversion test (UK)]
+ [2022/06/12 v2.14 Color conversion test (UK)]
%%
%% ----------------------------------------------------------------
%% Copyright (C) 2003-2021 by Dr. Uwe Kern <xcolor at ukern dot de>
-%% 2021 LaTeX Project https://github.com/latex3/xcolor/issues
+%% 2021-2022 LaTeX Project https://github.com/latex3/xcolor/issues
%% ----------------------------------------------------------------
%%
-\def\XCfileversion{v2.13}%
-\def\XCfiledate{2021/10/31}%
+\def\XCfileversion{v2.14}%
+\def\XCfiledate{2022/06/12}%
\documentclass[a4paper]{article}
\usepackage{array,multicol,multido,textcomp}
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor2.pdf b/Master/texmf-dist/doc/latex/xcolor/xcolor2.pdf
index 2391e374e89..35c2946529d 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor2.pdf
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor2.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor2.tex b/Master/texmf-dist/doc/latex/xcolor/xcolor2.tex
index 704e2a14540..a512eda641a 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor2.tex
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor2.tex
@@ -22,15 +22,15 @@
%% in the same archive or directory.)
%%
\ProvidesFile{xcolor2}
- [2021/10/31 v2.13 Pstricks color test (UK)]
+ [2022/06/12 v2.14 Pstricks color test (UK)]
%%
%% ----------------------------------------------------------------
%% Copyright (C) 2003-2021 by Dr. Uwe Kern <xcolor at ukern dot de>
-%% 2021 LaTeX Project https://github.com/latex3/xcolor/issues
+%% 2021-2022 LaTeX Project https://github.com/latex3/xcolor/issues
%% ----------------------------------------------------------------
%%
-\def\XCfileversion{v2.13}%
-\def\XCfiledate{2021/10/31}%
+\def\XCfileversion{v2.14}%
+\def\XCfiledate{2022/06/12}%
\listfiles
\documentclass{article}
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor3.tex b/Master/texmf-dist/doc/latex/xcolor/xcolor3.tex
index 36ee8024b55..975d35c604a 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor3.tex
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor3.tex
@@ -22,15 +22,15 @@
%% in the same archive or directory.)
%%
\ProvidesFile{xcolor3}
- [2021/10/31 v2.13 Color logging test (UK)]
+ [2022/06/12 v2.14 Color logging test (UK)]
%%
%% ----------------------------------------------------------------
%% Copyright (C) 2003-2021 by Dr. Uwe Kern <xcolor at ukern dot de>
-%% 2021 LaTeX Project https://github.com/latex3/xcolor/issues
+%% 2021-2022 LaTeX Project https://github.com/latex3/xcolor/issues
%% ----------------------------------------------------------------
%%
-\def\XCfileversion{v2.13}%
-\def\XCfiledate{2021/10/31}%
+\def\XCfileversion{v2.14}%
+\def\XCfiledate{2022/06/12}%
\listfiles
\documentclass[a4paper]{article}
\usepackage[showerrors,table,dvipsnames*,hyperref]{xcolor}[2005/12/21]
diff --git a/Master/texmf-dist/doc/latex/xcolor/xcolor4.tex b/Master/texmf-dist/doc/latex/xcolor/xcolor4.tex
index 55411d1ec57..0ea3a208cbc 100644
--- a/Master/texmf-dist/doc/latex/xcolor/xcolor4.tex
+++ b/Master/texmf-dist/doc/latex/xcolor/xcolor4.tex
@@ -22,15 +22,15 @@
%% in the same archive or directory.)
%%
\ProvidesFile{xcolor4}
- [2021/10/31 v2.13 Color driver test (UK)]
+ [2022/06/12 v2.14 Color driver test (UK)]
%%
%% ----------------------------------------------------------------
%% Copyright (C) 2003-2021 by Dr. Uwe Kern <xcolor at ukern dot de>
-%% 2021 LaTeX Project https://github.com/latex3/xcolor/issues
+%% 2021-2022 LaTeX Project https://github.com/latex3/xcolor/issues
%% ----------------------------------------------------------------
%%
-\def\XCfileversion{v2.13}%
-\def\XCfiledate{2021/10/31}%
+\def\XCfileversion{v2.14}%
+\def\XCfiledate{2022/06/12}%
\listfiles
\documentclass[a4paper]{article}
%%\PassOptionsToPackage{dvipdf}{xcolor}