summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/xkeyval
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-11-21 03:01:06 +0000
committerNorbert Preining <norbert@preining.info>2020-11-21 03:01:06 +0000
commita66b0031e302fc53a3e94a2c80485bbbd923a299 (patch)
tree8eb50e9638a8589ad16f7dec1bd997a5d277a159 /macros/latex/contrib/xkeyval
parent9fd41d05ec3aeb960a242af4f054e5c2d21de4e1 (diff)
CTAN sync 202011210301
Diffstat (limited to 'macros/latex/contrib/xkeyval')
-rw-r--r--macros/latex/contrib/xkeyval/README6
-rw-r--r--macros/latex/contrib/xkeyval/xkeyval.dtx15
-rw-r--r--macros/latex/contrib/xkeyval/xkeyval.pdfbin492265 -> 492216 bytes
3 files changed, 9 insertions, 12 deletions
diff --git a/macros/latex/contrib/xkeyval/README b/macros/latex/contrib/xkeyval/README
index 1f2a97ca22..bfae33636a 100644
--- a/macros/latex/contrib/xkeyval/README
+++ b/macros/latex/contrib/xkeyval/README
@@ -1,5 +1,5 @@
-xkeyval v2.7a
--------------
+xkeyval v2.8
+------------
This package is an extension of the keyval package by David Carlisle
and offers additional macros for setting keys and declaring and
@@ -61,7 +61,7 @@ xkeyval into your LaTeX distribution
License
-------
-Copyright (C) 2004-2014 Hendri Adriaens
+Copyright (C) 2004-2020 Hendri Adriaens
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/macros/latex/contrib/xkeyval/xkeyval.dtx b/macros/latex/contrib/xkeyval/xkeyval.dtx
index 874701926a..34a01d898b 100644
--- a/macros/latex/contrib/xkeyval/xkeyval.dtx
+++ b/macros/latex/contrib/xkeyval/xkeyval.dtx
@@ -26,7 +26,7 @@
% pst-xkey.sty
%
%% ---------------------------------------
-%% Copyright (C) 2004-2014 Hendri Adriaens
+%% Copyright (C) 2004-2020 Hendri Adriaens
%% ---------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -188,7 +188,7 @@ macro. \PrintChangesX\PrintIndexX
%
% \GetFileInfo{xkeyval.sty}
%
-% \CheckSum{3042}
+% \CheckSum{3040}
%
%\DoNotIndex{\:,\@,\@@,\@backslashchar,\@ehc,\@empty,\@expandtwoargs,
%\@for,\@forloop,\@fornoop,\@fortmp,\@gobble,\@gobbletwo,\@if,\@ifnch,
@@ -3440,7 +3440,7 @@ macro. \PrintChangesX\PrintIndexX
%<*xkvlatex>
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesPackage{xkeyval}
- [2014/12/03 v2.7a package option processing (HA)]
+ [2020/11/20 v2.8 package option processing (HA)]
% \end{macrocode}
% Initializations. Load |xkeyval.tex|, adjust some catcodes to define
% internal macros and initialize the |\DeclareOptionX*| working macro.
@@ -3457,6 +3457,7 @@ macro. \PrintChangesX\PrintIndexX
% \end{macrocode}
% \begin{macro}{\XKV@warn}
% \begin{macro}{\XKV@err}
+% \changes{v2.8}{2020/11/20}{Removed path from search for options of the documentclass}
% Warning and error macros.
% \begin{macrocode}
\def\XKV@warn#1{\PackageWarning{xkeyval}{#1}}
@@ -3472,12 +3473,8 @@ macro. \PrintChangesX\PrintIndexX
\XKV@whilist\@filelist\XKV@tempa\ifx\XKV@documentclass\@undefined\fi{%
\filename@parse\XKV@tempa
\ifx\filename@ext\@clsextension
- \XKV@ifundefined{opt@\filename@area\filename@base.\filename@ext
- }{}{%
- \edef\XKV@documentclass{%
- \filename@area\filename@base.\filename@ext
- }%
- }%
+ \XKV@ifundefined{opt@\filename@base.\filename@ext
+ }{}{\edef\XKV@documentclass{\filename@base.\filename@ext}}%
\fi
}
% \end{macrocode}
diff --git a/macros/latex/contrib/xkeyval/xkeyval.pdf b/macros/latex/contrib/xkeyval/xkeyval.pdf
index 336f81eb54..4b1f569696 100644
--- a/macros/latex/contrib/xkeyval/xkeyval.pdf
+++ b/macros/latex/contrib/xkeyval/xkeyval.pdf
Binary files differ