summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-15 20:37:40 +0000
committerKarl Berry <karl@freefriends.org>2023-02-15 20:37:40 +0000
commit60c283c8ec9c325db2f518e6d60e5c48c887ad5c (patch)
treeaab8e969f76ae77e09b1d0eca0b08a250e989a90 /Master/texmf-dist/tex/latex
parent091c76ff0f18f9a142995454a1de8b969e50653f (diff)
pagecolor (15feb23)
git-svn-id: svn://tug.org/texlive/trunk@65843 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r--Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty30
1 files changed, 21 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty b/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty
index e38807064ef..f8647fa5292 100644
--- a/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty
+++ b/Master/texmf-dist/tex/latex/pagecolor/pagecolor.sty
@@ -9,9 +9,9 @@
%% This is a generated file.
%%
%% Project: pagecolor
-%% Version: 2022-11-27 v1.2a
+%% Version: 2023-02-14 v1.2b
%%
-%% Copyright (C) 2011 - 2022 by
+%% Copyright (C) 2011 - 2023 by
%% H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
%%
%% This work may be distributed and/or modified under the
@@ -39,23 +39,35 @@
%% Tommy Muench + 2014-01-02
%% Hans-Klaus Muench + 2014-08-24
%%
-\NeedsTeXFormat{LaTeX2e}[2021-11-15]
-\ProvidesPackage{pagecolor}[2022-11-27 1.2a
+\NeedsTeXFormat{LaTeX2e}[2022-11-01]
+\ProvidesPackage{pagecolor}[2023-02-14 v1.2b
Provides thepagecolor (HMM)]
%% Provides the \thepagecolor, \thepagecolornone, \newpagecolor{...},
%% \restorepagecolor, \backgroundpagecolor, \newbackgroundpagecolor{...},
%% and \restorebackgroundpagecolor commands and a replacement for the
%% \nopagecolor command, if this is not available.
-\RequirePackage{hardwrap}[2011/02/12]% v0.2
+\RequirePackage{hardwrap}[2011/02/12]% v0.2 Hard wrap messages
\GenerateLogMacros{package}{pagecolor}
-\RequirePackage{kvoptions}[2020-10-07]% v3.14
+\@ifl@t@r\fmtversion{2022/11/01}{% would have understood
+ % \IfFormatAtLeastTF{2022-11-01}{<true code>}{<false code>}
+ }{\PackageError{pagecolor}{%
+ Newer LaTeX format needed or older undolabl package%
+ }{Needed LaTeX format version: 2022-11-01 or newer.\MessageBreak%
+ Found\space\space LaTeX format version: \fmtversion.\MessageBreak%
+ Either update your TeX distribution\MessageBreak%
+ or use an archived version of pagecolor\MessageBreak%
+ (see section History in the documentation).\MessageBreak%
+ }
+ }
+
+\RequirePackage{kvoptions}[2022-06-15]% v3.15 Key value format for package options (HO)
%% \RequirePackage{ either color or xcolor }:
\IfPackageLoadedTF{xcolor}{% xcolor loaded
- \RequirePackage{xcolor}[2021/10/31]% v2.13
+ \RequirePackage{xcolor}[2022/06/12]% v2.14 LaTeX color extensions (UK)
}{% xcolor not loaded
\IfPackageLoadedTF{color}{%
- \RequirePackage{color}[2021/12/07]% v1.3c
+ \RequirePackage{color}[2022-01-06]% v1.3d Standard LaTeX Color (DPC)
}{\pagecolor@warning@noline{%
The pagecolor package must be loaded after either %
package color or after package xcolor (at your %
@@ -67,7 +79,7 @@
option for xcolor package, this will not work!%
}
}
- \RequirePackage{xcolor}[2021/10/31]% v2.13
+ \RequirePackage{xcolor}[2022/06/12]% v2.14 LaTeX color extensions (UK)
}
\SetupKeyvalOptions{family=pagecolor,prefix=pagecolor@}