summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty')
-rw-r--r--Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty b/Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty
index 4b29380e6ac..070ced9c61d 100644
--- a/Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty
+++ b/Master/texmf-dist/tex/latex/oberdiek/kvoptions.sty
@@ -33,7 +33,7 @@
%% the color of \emph statements.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{kvoptions}
- [2007/05/06 v2.6 Connects package keyval with LaTeX options (HO)]%
+ [2007/06/11 v2.7 Connects package keyval with LaTeX options (HO)]%
\RequirePackage{keyval}
\begingroup
\edef\x{\endgroup
@@ -706,12 +706,12 @@
\KVO@temp
}%
\def\reserved@a{%
- \KVO@onefilewithoptions#3[#2][#4]#1%
+ \KVO@onefilewithoptions{#3}[{#2}][{#4}]#1%
\@documentclasshook
}%
\else
\def\reserved@a{%
- \KVO@onefilewithoptions#3[#2][#4]#1%
+ \KVO@onefilewithoptions{#3}[{#2}][{#4}]#1%
}%
\fi
\else
@@ -724,7 +724,7 @@
\else
\ifx\relax##1\relax
\else
- \KVO@onefilewithoptions##1[\KVO@temp][#4]\@pkgextension
+ \KVO@onefilewithoptions{##1}[{\KVO@temp}][{#4}]\@pkgextension
\fi
\expandafter\reserved@b
\fi