summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-14 23:06:33 +0000
committerKarl Berry <karl@freefriends.org>2011-08-14 23:06:33 +0000
commit1efb01d31a3aa696e10fcd96924201b097ef73a0 (patch)
tree07d372670f451fb4d11d64e7fa34177acfb72709
parentd1148bc45e870c8f7c8fc92bdb59d45f5f772fc1 (diff)
pagecolor
git-svn-id: svn://tug.org/texlive/trunk@23556 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/README16
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdfbin58148 -> 57923 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex6
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdfbin291274 -> 291452 bytes
-rw-r--r--Master/texmf-dist/source/latex/pagecolor/pagecolor.drv8
-rw-r--r--Master/texmf-dist/source/latex/pagecolor/pagecolor.dtx35
-rw-r--r--Master/texmf-dist/source/latex/pagecolor/pagecolor.ins6
-rw-r--r--Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty8
8 files changed, 42 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/pagecolor/README b/Master/texmf-dist/doc/latex/pagecolor/README
index 44289d5c048..df751cfc9c7 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/README
+++ b/Master/texmf-dist/doc/latex/pagecolor/README
@@ -1,4 +1,4 @@
-README for pagecolor package, 2011/08/06, v1.0b
+README for pagecolor package, 2011/08/08, v1.0c
TABLE OF CONTENTS
@@ -9,7 +9,7 @@ TABLE OF CONTENTS
3 Installation
4 Additional Packages
5 Package Compatibility
-6 Authors/Maintainers
+6 Author/Maintainer
7 Bug Reports
8 Known Problems
@@ -31,11 +31,11 @@ licenses.lppl.html for the details of that license.
2 DOWNLOAD
==========
-`pagecolor' should become available on CTAN soon:
+`pagecolor' is available on CTAN:
CTAN:macros/latex/contrib/pagecolor/
Also a ZIP file is provided that contains the files, already
-sorted in a TDS tree (should become available on CTAN soon):
+sorted in a TDS tree:
CTAN:install/macros/latex/contrib/pagecolor.tds.zip
`CTAN:' means one of the `Comprehensive TeX Archive Network'
@@ -97,20 +97,22 @@ which again load other packages
(see the result of the \listfiles command in the log-file
of the example).
+
5 PACKAGE COMPATIBILITY
=======================
-pagecolor should be loaded quite early, i. e. before
+pagecolor should be loaded quite early, i.e. before
\pagecolor{...} is used by some other package
(but can be loaded later using the pagecolor={...} option
with accordingly chosen value), but must be loaded after
\nopagecolor is defined (if that is defined in the document
at all).
+
6 AUTHOR/MAINTAINER
=====================
-* Hans-Martin Münch
+* H.-Martin Münch
7 BUG REPORTS
@@ -136,7 +138,7 @@ A bug report should contain:
Bug address
-----------
Bug reports can be send to the maintainer:
- Hans-Martin Münch
+ H.-Martin Münch
<Martin [dot] Muench [at] Uni-Bonn [dot] de>
diff --git a/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdf b/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdf
index 8786d32afea..11e8a4abaae 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdf
+++ b/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex b/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex
index da31c2c8661..aa095260c5d 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex
+++ b/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex
@@ -9,7 +9,7 @@
%% This is a generated file.
%%
%% Project: pagecolor
-%% Version: 2011/08/06 v1.0b
+%% Version: 2011/08/08 v1.0c
%%
%% Copyright (C) 2011 by
%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
@@ -56,7 +56,7 @@
\usepackage[x11names]{xcolor}[2007/01/21]% v2.11
% The xcolor package would not be needed for just using the base colours.
% The color package would be sufficient for that.
-\usepackage[pagecolor={LightGoldenrod1}]{pagecolor}[2011/08/06]% v1.0b
+\usepackage[pagecolor={LightGoldenrod1}]{pagecolor}[2011/08/08]% v1.0c
\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
\listfiles
\begin{document}
@@ -64,7 +64,7 @@
\section*{Example for pagecolor}
This example demonstrates the use of package\newline
-\textsf{pagecolor}, v1.0b as of 2011/08/06 (HMM).\newline
+\textsf{pagecolor}, v1.0c as of 2011/08/08 (HMM).\newline
The used option was \verb|pagecolor={LightGoldenrod1}|.\newline
\verb|pagecolor={none}| would be the default.\newline
diff --git a/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf b/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf
index 484e863c545..03267664120 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf
+++ b/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/pagecolor/pagecolor.drv b/Master/texmf-dist/source/latex/pagecolor/pagecolor.drv
index f4dc808c26b..253ecae6d1d 100644
--- a/Master/texmf-dist/source/latex/pagecolor/pagecolor.drv
+++ b/Master/texmf-dist/source/latex/pagecolor/pagecolor.drv
@@ -9,7 +9,7 @@
%% This is a generated file.
%%
%% Project: pagecolor
-%% Version: 2011/08/06 v1.0b
+%% Version: 2011/08/08 v1.0c
%%
%% Copyright (C) 2011 by
%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
@@ -39,10 +39,10 @@
%% pagecolor-example.tex.
%%
\NeedsTeXFormat{LaTeX2e}[2009/09/24]
-\ProvidesFile{pagecolor.drv}%
- [2011/08/06 v1.0b Provides thepagecolor (HMM)]%
+\ProvidesFile{pagecolor.drv}[2011/08/08 v1.0c
+ Provides thepagecolor (HMM)]
\documentclass{ltxdoc}[2007/11/11]% v2.0u
-\usepackage{holtxdoc}[2011/02/04]% v0.21
+\usepackage{holtxdoc}[2011/02/04]% v0.21
%% pagecolor may work with earlier versions of LaTeX2e and those
%% class and package, but this was not tested.
%% Please consider updating your LaTeX, class, and package
diff --git a/Master/texmf-dist/source/latex/pagecolor/pagecolor.dtx b/Master/texmf-dist/source/latex/pagecolor/pagecolor.dtx
index f8a02ecdf53..8394dca4a5e 100644
--- a/Master/texmf-dist/source/latex/pagecolor/pagecolor.dtx
+++ b/Master/texmf-dist/source/latex/pagecolor/pagecolor.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% File: pagecolor.dtx
-% Version: 2011/08/06 v1.0b
+% Version: 2011/08/08 v1.0c
%
% Copyright (C) 2011 by
% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
@@ -80,7 +80,7 @@
\input docstrip.tex
\Msg{*****************************************************************}
\Msg{* Installation}
-\Msg{* Package: pagecolor 2011/08/06 v1.0b Provides thepagecolor (HMM)}
+\Msg{* Package: pagecolor 2011/08/08 v1.0c Provides thepagecolor (HMM)}
\Msg{*****************************************************************}
\keepsilent
@@ -92,7 +92,7 @@
This is a generated file.
Project: pagecolor
-Version: 2011/08/06 v1.0b
+Version: 2011/08/08 v1.0c
Copyright (C) 2011 by
H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
@@ -175,10 +175,10 @@ and the derived files
% \begin{macrocode}
%<*driver>
\NeedsTeXFormat{LaTeX2e}[2009/09/24]
-\ProvidesFile{pagecolor.drv}%
- [2011/08/06 v1.0b Provides thepagecolor (HMM)]%
+\ProvidesFile{pagecolor.drv}[2011/08/08 v1.0c
+ Provides thepagecolor (HMM)]
\documentclass{ltxdoc}[2007/11/11]% v2.0u
-\usepackage{holtxdoc}[2011/02/04]% v0.21
+\usepackage{holtxdoc}[2011/02/04]% v0.21
%% pagecolor may work with earlier versions of LaTeX2e and those
%% class and package, but this was not tested.
%% Please consider updating your LaTeX, class, and package
@@ -212,7 +212,7 @@ and the derived files
%
% \fi
%
-% \CheckSum{111}
+% \CheckSum{110}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -262,7 +262,7 @@ and the derived files
% \DoNotIndex{\DeclareStringOption,\ifx,\MessageBreak,\space}
%
% \title{The \xpackage{pagecolor} package}
-% \date{2011/08/06 v1.0b}
+% \date{2011/08/08 v1.0c}
% \author{H.-Martin M\"{u}nch\\\xemail{Martin.Muench at Uni-Bonn.de}}
%
% \maketitle
@@ -353,7 +353,7 @@ and the derived files
%
% \DescribeMacro{hrefhide}
% \begin{description}
-% \item[-] \xpackage{transparent} package: It allows to
+% \item[-] \xpackage{hrefhide} package: It allows to
% \textquotedblleft hide\textquotedblright\ some (hyperlinked) text when printing
% the document while keeping the layout.
% \end{description}
@@ -394,7 +394,7 @@ and the derived files
\usepackage[x11names]{xcolor}[2007/01/21]% v2.11
% The xcolor package would not be needed for just using the base colours.
% The color package would be sufficient for that.
-\usepackage[pagecolor={LightGoldenrod1}]{pagecolor}[2011/08/06]% v1.0b
+\usepackage[pagecolor={LightGoldenrod1}]{pagecolor}[2011/08/08]% v1.0c
\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
\listfiles
\begin{document}
@@ -402,7 +402,7 @@ and the derived files
\section*{Example for pagecolor}
This example demonstrates the use of package\newline
-\textsf{pagecolor}, v1.0b as of 2011/08/06 (HMM).\newline
+\textsf{pagecolor}, v1.0c as of 2011/08/08 (HMM).\newline
The used option was \verb|pagecolor={LightGoldenrod1}|.\newline
\verb|pagecolor={none}| would be the default.\newline
@@ -448,8 +448,8 @@ Which made the preceding line of text practically invisible.
%
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}[2009/09/24]
-\ProvidesPackage{pagecolor}[2011/08/06 v1.0b
- Provides thepagecolor (HMM)]%
+\ProvidesPackage{pagecolor}[2011/08/08 v1.0c
+ Provides thepagecolor (HMM)]
% \end{macrocode}
%
% A short description of the \xpackage{pagecolor} package:
@@ -600,7 +600,7 @@ Which made the preceding line of text practically invisible.
but \string\nopagecolor\space is unknown. Please use another\MessageBreak%
option value; white will be used now.\MessageBreak%
}
- \gdef\pagecolor@pagecolor{white}%
+ \setkeys{pagecolor}{pagecolor=white}%
}{% ok
}%
\fi
@@ -631,7 +631,7 @@ Which made the preceding line of text practically invisible.
%
% \subsection{Downloads\label{ss:Downloads}}
%
-% Everything should be available at \CTAN{}, \url{http://www.ctan.org/tex-archive/},
+% Everything is available at \CTAN{}, \url{http://www.ctan.org/tex-archive/},
% but may need additional packages themselves.\\
%
% \DescribeMacro{pagecolor.dtx}
@@ -677,7 +677,7 @@ Which made the preceding line of text practically invisible.
% \item[-] class \xpackage{article}, 2007/10/19, v1.4h, from \xpackage{classes.dtx}:\\
% \CTAN{macros/latex/base/classes.dtx}
%
-% \item[-] package \xpackage{pagecolor}, 2011/08/06, v1.0b,\\
+% \item[-] package \xpackage{pagecolor}, 2011/08/08, v1.0c,\\
% \CTAN{macros/latex/contrib/pagecolor/pagecolor.dtx}\\
% (Well, it is the example file for this package, and because you are
% reading the documentation for the \xpackage{pagecolor} package,
@@ -905,6 +905,9 @@ Which made the preceding line of text practically invisible.
% \begin{Version}{2011/08/06 v1.0b}
% \item Changed version uploaded to \CTAN{}.
% \end{Version}
+% \begin{Version}{2011/08/08 v1.0c}
+% \item Fixed a |\setkeys|.
+% \end{Version}
% \end{History}
%
% \bigskip
diff --git a/Master/texmf-dist/source/latex/pagecolor/pagecolor.ins b/Master/texmf-dist/source/latex/pagecolor/pagecolor.ins
index e723d72141d..2805aaf8fe6 100644
--- a/Master/texmf-dist/source/latex/pagecolor/pagecolor.ins
+++ b/Master/texmf-dist/source/latex/pagecolor/pagecolor.ins
@@ -9,7 +9,7 @@
%% This is a generated file.
%%
%% Project: pagecolor
-%% Version: 2011/08/06 v1.0b
+%% Version: 2011/08/08 v1.0c
%%
%% Copyright (C) 2011 by
%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
@@ -41,7 +41,7 @@
\input docstrip.tex
\Msg{*****************************************************************}
\Msg{* Installation}
-\Msg{* Package: pagecolor 2011/08/06 v1.0b Provides thepagecolor (HMM)}
+\Msg{* Package: pagecolor 2011/08/08 v1.0c Provides thepagecolor (HMM)}
\Msg{*****************************************************************}
\keepsilent
@@ -53,7 +53,7 @@
This is a generated file.
Project: pagecolor
-Version: 2011/08/06 v1.0b
+Version: 2011/08/08 v1.0c
Copyright (C) 2011 by
H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
diff --git a/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty b/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty
index f50af4e2c44..beea5bfb298 100644
--- a/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty
+++ b/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty
@@ -9,7 +9,7 @@
%% This is a generated file.
%%
%% Project: pagecolor
-%% Version: 2011/08/06 v1.0b
+%% Version: 2011/08/08 v1.0c
%%
%% Copyright (C) 2011 by
%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
@@ -39,8 +39,8 @@
%% pagecolor-example.tex.
%%
\NeedsTeXFormat{LaTeX2e}[2009/09/24]
-\ProvidesPackage{pagecolor}[2011/08/06 v1.0b
- Provides thepagecolor (HMM)]%
+\ProvidesPackage{pagecolor}[2011/08/08 v1.0c
+ Provides thepagecolor (HMM)]
%% Provides the \thepagecolor and \thepagecolornone commands.
\RequirePackage{kvoptions}[2010/12/23]% v3.10
%% \RequirePackage{ either color or xcolor }:
@@ -131,7 +131,7 @@
but \string\nopagecolor\space is unknown. Please use another\MessageBreak%
option value; white will be used now.\MessageBreak%
}
- \gdef\pagecolor@pagecolor{white}%
+ \setkeys{pagecolor}{pagecolor=white}%
}{% ok
}%
\fi