diff options
-rw-r--r-- | Master/texmf-dist/tex/plain/graphics-pln/miniltx.tex | 3 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 1 |
2 files changed, 3 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} diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ea4bb08e645..421d662f950 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -393,6 +393,7 @@ $Master = "$mydir/../.."; 'metaobj', "&MAKEflatten", 'metauml', "&MAKEmetauml", 'mflogo', "&MAKEmflogo", + 'miniltx', "die 'skipping, use graphics-pln'", 'minionpro', "die 'skipping, requires nonfree minion'", 'misc', "&MAKEmisc", 'mk', "die 'skipping, we must not usurp two-character cmd name'", |