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/source/latex | |
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/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/xkeyval/xkeyval.dtx | 15 |
1 files changed, 6 insertions, 9 deletions
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} |