diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-20 22:12:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-20 22:12:22 +0000 |
commit | 2a089be09b0695e709899d0560b7e1dafcb84ccb (patch) | |
tree | dcd636d64e7f529991b89af85fac31b7671b391b /Master/texmf-dist | |
parent | dc92c0b1de77d6b3085e6eacf05e82275f518b3b (diff) |
xkeyval (20nov20)
git-svn-id: svn://tug.org/texlive/trunk@56971 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
23 files changed, 32 insertions, 39 deletions
diff --git a/Master/texmf-dist/doc/latex/xkeyval/README b/Master/texmf-dist/doc/latex/xkeyval/README index 1f2a97ca228..bfae33636ae 100644 --- a/Master/texmf-dist/doc/latex/xkeyval/README +++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/xkeyval/xkeyval.bib b/Master/texmf-dist/doc/latex/xkeyval/xkeyval.bib index 224af8e62e6..2b16f66a546 100644 --- a/Master/texmf-dist/doc/latex/xkeyval/xkeyval.bib +++ b/Master/texmf-dist/doc/latex/xkeyval/xkeyval.bib @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `bib') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/doc/latex/xkeyval/xkeyval.pdf b/Master/texmf-dist/doc/latex/xkeyval/xkeyval.pdf Binary files differindex 336f81eb547..4b1f569696a 100644 --- a/Master/texmf-dist/doc/latex/xkeyval/xkeyval.pdf +++ b/Master/texmf-dist/doc/latex/xkeyval/xkeyval.pdf diff --git a/Master/texmf-dist/doc/latex/xkeyval/xkvpream.ble b/Master/texmf-dist/doc/latex/xkeyval/xkvpream.ble index 705ea8c3d28..8490a2d570d 100644 --- a/Master/texmf-dist/doc/latex/xkeyval/xkvpream.ble +++ b/Master/texmf-dist/doc/latex/xkeyval/xkvpream.ble @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `preamble') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/source/latex/xkeyval/xkeyval.dtx b/Master/texmf-dist/source/latex/xkeyval/xkeyval.dtx index 874701926a9..34a01d898b9 100644 --- a/Master/texmf-dist/source/latex/xkeyval/xkeyval.dtx +++ b/Master/texmf-dist/source/latex/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/Master/texmf-dist/tex/generic/xkeyval/keyval.tex b/Master/texmf-dist/tex/generic/xkeyval/keyval.tex index 2e20848268c..97bd1937100 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/keyval.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/keyval.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvkeyval') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/pst-xkey.tex b/Master/texmf-dist/tex/generic/xkeyval/pst-xkey.tex index c97613157dd..608c632a7b3 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/pst-xkey.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/pst-xkey.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `pxktex') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex b/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex index 0679246f4bf..33eb6c5da00 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkeyval.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvtex') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkvex1.tex b/Master/texmf-dist/tex/generic/xkeyval/xkvex1.tex index fa3175e5244..47f88091a91 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkvex1.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkvex1.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvex1') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkvex2.tex b/Master/texmf-dist/tex/generic/xkeyval/xkvex2.tex index f1faa18d77d..4e6b1c364c8 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkvex2.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkvex2.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvex2') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkvex3.tex b/Master/texmf-dist/tex/generic/xkeyval/xkvex3.tex index 3af72ff69cb..0a3dc879dc7 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkvex3.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkvex3.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvex3') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkvex4.tex b/Master/texmf-dist/tex/generic/xkeyval/xkvex4.tex index 916818b922f..7402799294c 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkvex4.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkvex4.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvex4') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex b/Master/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex index a3df28495f4..6d569131ddc 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkvtxhdr.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvheader') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/generic/xkeyval/xkvutils.tex b/Master/texmf-dist/tex/generic/xkeyval/xkvutils.tex index 5eb5130f617..402f0e2a6ee 100644 --- a/Master/texmf-dist/tex/generic/xkeyval/xkvutils.tex +++ b/Master/texmf-dist/tex/generic/xkeyval/xkvutils.tex @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvutils') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/pst-xkey.sty b/Master/texmf-dist/tex/latex/xkeyval/pst-xkey.sty index 95e60c218c5..7257e395a04 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/pst-xkey.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/pst-xkey.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `pxklatex') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkeyval.sty b/Master/texmf-dist/tex/latex/xkeyval/xkeyval.sty index 5082a308fa8..c77ed716180 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkeyval.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkeyval.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvlatex') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the @@ -35,7 +35,7 @@ %% \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)] \ifx\XKeyValLoaded\endinput\else\input xkeyval \fi \edef\XKVcatcodes{% \catcode`\noexpand\=\the\catcode`\=\relax @@ -50,12 +50,8 @@ \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 } \ifx\XKV@documentclass\@undefined diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkveca.cls b/Master/texmf-dist/tex/latex/xkeyval/xkveca.cls index 0eb58fe1d79..cf4abd12587 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkveca.cls +++ b/Master/texmf-dist/tex/latex/xkeyval/xkveca.cls @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkveca') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvecb.cls b/Master/texmf-dist/tex/latex/xkeyval/xkvecb.cls index 8c7280b4e8a..195adf7656c 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvecb.cls +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvecb.cls @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvecb') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvesa.sty b/Master/texmf-dist/tex/latex/xkeyval/xkvesa.sty index 5bdbd2f42b4..3cfe1cd07dd 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvesa.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvesa.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvesa') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvesb.sty b/Master/texmf-dist/tex/latex/xkeyval/xkvesb.sty index 1f9e3ab9916..19d7b18723a 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvesb.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvesb.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvesb') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvesc.sty b/Master/texmf-dist/tex/latex/xkeyval/xkvesc.sty index 752ba227605..bd92c839714 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvesc.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvesc.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvesc') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvltxp.sty b/Master/texmf-dist/tex/latex/xkeyval/xkvltxp.sty index e5be8cb052e..20e02d93b4b 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvltxp.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvltxp.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvltxpatch') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the diff --git a/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty b/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty index c2912f962f3..c511a772716 100644 --- a/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty +++ b/Master/texmf-dist/tex/latex/xkeyval/xkvview.sty @@ -7,7 +7,7 @@ %% xkeyval.dtx (with options: `xkvview') %% %% --------------------------------------- -%% Copyright (C) 2004-2014 Hendri Adriaens +%% Copyright (C) 2004-2020 Hendri Adriaens %% --------------------------------------- %% %% This work may be distributed and/or modified under the |