diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-05 01:25:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-05 01:25:41 +0000 |
commit | 87acc2b417b6f0f214b42e6f97ca3b4700398788 (patch) | |
tree | 243d44f5a8ff5d0e89da48e87e3c4c300ec4d6a3 /Master/texmf-dist/tex/plain | |
parent | 9ed2afd14d995782d5e1bcc0fa7fca7ee1d2134c (diff) |
graphics-pln (miniltx) update for \ProcessOptions* (4feb10)
git-svn-id: svn://tug.org/texlive/trunk@16917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/plain')
-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} |