summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pagecolor
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pagecolor')
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/README25
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdfbin81832 -> 92870 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex26
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdfbin339411 -> 342986 bytes
4 files changed, 32 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/pagecolor/README b/Master/texmf-dist/doc/latex/pagecolor/README
index 0bae5caeb6f..be71d8d8c8c 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, 2022-11-20, v1.1a
+README for pagecolor package, 2022-11-27, v1.2a
TABLE OF CONTENTS
@@ -27,6 +27,9 @@ When \nopagecolor is unknown or broken (crop package),
this package provides a replacement.
Similar to \newgeometry and \restoregeometry of the geometry package
\newpagecolor{...} and \restorepagecolor are provided.
+For use with the crop package \backgroundpagecolor{...}
+as well as \newbackgroundpagecolor{...} and
+\restorebackgroundpagecolor are provided.
This material is published under the LPPL 1.3c: This work may be
distributed and/or modified under the conditions of the LaTeX Project
@@ -36,13 +39,13 @@ https://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
https://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of LaTeX version
-2008-05-04 or later.
+2005-12-01 or later.
2 DOWNLOAD
==========
-`pagecolor' is available on CTAN:
+"pagecolor" is available on CTAN:
https://www.ctan.org/pkg/pagecolor
Also a ZIP file is provided that contains the files:
@@ -60,7 +63,7 @@ https://mirrors.ctan.org/install/macros/latex/contrib/pagecolor.tds.zip
Installation with ZIP file in TDS format
----------------------------------------
-The ZIP file `pagecolor.tds.zip' contains the files
+The ZIP file "pagecolor.tds.zip" contains the files
sorted in a TDS tree. Thus you can directly unpack the
ZIP file inside a TDS tree.
See https://www.ctan.org/TDS-guidelines for an explanation
@@ -79,9 +82,9 @@ a) Download the pagecolor files from CTAN.
If necessary, unpack them.
b) Generate the package and driver files:
tex pagecolor.dtx
-c) Install the file `pagecolor.sty' in your TDS tree:
+c) Install the file "pagecolor.sty" in your TDS tree:
cp pagecolor.sty TDS:tex/latex/pagecolor/
- Replace `TDS:' by the prefix of your TDS tree
+ Replace "TDS:" by the prefix of your TDS tree
(texmf directory).
d) Create the documentation, if necessary, e.g.
pdflatex pagecolor.dtx
@@ -105,8 +108,8 @@ g) Copy the documentation files to
=====================
pagecolor loads other packages:
-kvoptions and
-xcolor, if the color package has not been loaded before pagecolor
+- kvoptions and
+- xcolor, if the color package has not been loaded before pagecolor
which again load other packages
(see the result of the \listfiles command in the log-file
of the example).
@@ -115,7 +118,7 @@ which again load other packages
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
@@ -138,8 +141,8 @@ A bug report should contain:
warning messages.
* \errorcontextlines=\maxdimen can be added in the
TeX code to get more information in TeX error messages.
-* Minimal test file that shows the problem, but does not
- contain any unnecessary packages and code.
+* Minimal test file that shows the problem,
+ but does not contain any unnecessary packages and code.
* Used drivers/programs.
* Version information about used packages and programs.
* If you are using LaTeX, then add "\listfiles" to the document.
diff --git a/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdf b/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.pdf
index ae63e8048c5..2f542a31844 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 937d23eb980..44261a2d69e 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex
+++ b/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex
@@ -9,16 +9,11 @@
%% This is a generated file.
%%
%% Project: pagecolor
-%% Version: 2022-11-20 v1.1a
+%% Version: 2022-11-27 v1.2a
%%
%% Copyright (C) 2011 - 2022 by
%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%%
-%% The usual disclaimer applies:
-%% If it does not work right that is your problem.
-%% (Nevertheless, send an e-mail to the maintainer
-%% when you find an error in this package.)
-%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
@@ -64,8 +59,10 @@
% The xcolor package would not be needed for just using the base colors.
% The color package would be sufficient for that.
+ % \usepackage[cam,center,a3]{crop}[2017/11/19]% 1.10
+
\usepackage[pagecolor={LightGoldenrod1},%
- nopagecolor={none}]{pagecolor}[2022-11-20]% v1.1a
+ nopagecolor={none}]{pagecolor}[2022-11-27]% v1.2a
\usepackage{afterpage}[2014/10/28]% v1.08
% The afterpage package is generally not needed,
@@ -82,7 +79,7 @@
\section*{Example for pagecolor}
This example demonstrates the use of package\newline
-\textsf{pagecolor}, v1.1a as of 2022-11-20 (HMM).\newline
+\textsf{pagecolor}, v1.2a as of 2022-11-27 (HMM).\newline
The used options were\newline
\verb|pagecolor={LightGoldenrod1}|\newline
(\verb|pagecolor={none}| would be the default), and\newline
@@ -155,6 +152,19 @@ here (i.\,e. green).}
The page color was changed back at the end of the page --
in mid-sentence!
+\pagebreak
+
+\backgroundpagecolor{pink}
+
+When activating the loading of the crop package in the preamble of this
+document, \verb|\backgroundpagecolor{<|\textit{some color}\verb|>}|
+changes the color of the background/outer/physical page.
+
+Analogous to \verb|\newpagecolor{...}| and \verb|\restorepagecolor|,
+for the background/outer/physical page
+\verb|\newbackgroundpagecolor{<|\textit{some color}\verb|>}| and\linebreak
+\verb|\restorebackgroundpagecolor| are provided (but not demonstrated
+here).
\end{document}
\endinput
%%
diff --git a/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf b/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf
index 08642c75e5a..edbc7cbde2e 100644
--- a/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf
+++ b/Master/texmf-dist/doc/latex/pagecolor/pagecolor.pdf
Binary files differ