From 2a089be09b0695e709899d0560b7e1dafcb84ccb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 20 Nov 2020 22:12:22 +0000 Subject: xkeyval (20nov20) git-svn-id: svn://tug.org/texlive/trunk@56971 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/xkeyval/xkeyval.dtx | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/source/latex/xkeyval/xkeyval.dtx') 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} -- cgit v1.2.3