diff options
Diffstat (limited to 'Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex')
-rw-r--r-- | Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex index 0a562432aeb..56437d1f219 100644 --- a/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex +++ b/Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex @@ -22,6 +22,7 @@ % 2010/01/02 import LaTeX's current \filename@parse [KB/DC] % (http://sourceforge.net/projects/asymptote/forums/forum/409349/topic/3405573) % 2010/01/07 import was incomplete [KB] +% 2010/02/03 accept *-form of \ProcessOptions [KB/DL] \edef\resetatcatcode{\catcode`\noexpand\@\the\catcode`\@\relax} \ifx\miniltx\undefined\else\endinput\fi @@ -76,7 +77,7 @@ \def\PackageInfo#1#2{\wlog{#1: #2}} \let\DeclareOption\@gobbletwo -\let\ProcessOptions\relax +\def\ProcessOptions{\@ifstar\relax\relax} \def\RequirePackage{% \@fileswithoptions\@pkgextension} |