summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pagecolor/pagecolor-example.tex26
1 files changed, 18 insertions, 8 deletions
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
%%