diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-23 00:20:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-23 00:20:10 +0000 |
commit | 0e58934d8bef398085e805fac10f23c715adc69b (patch) | |
tree | 53b732631f7ea07c242884aff03811fc951af119 /Master/texmf-dist/tex/eplain/eplain.tex | |
parent | 9d548e8b6c733f2c9a6b4f520fab7a7b5e8ac6a6 (diff) |
eplain update (22feb10)
git-svn-id: svn://tug.org/texlive/trunk@17154 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/eplain/eplain.tex')
-rw-r--r-- | Master/texmf-dist/tex/eplain/eplain.tex | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/eplain/eplain.tex b/Master/texmf-dist/tex/eplain/eplain.tex index 93bc3df91c0..236ea4efc32 100644 --- a/Master/texmf-dist/tex/eplain/eplain.tex +++ b/Master/texmf-dist/tex/eplain/eplain.tex @@ -1,10 +1,10 @@ %% @texfile{ %% author = "Karl Berry, Steven Smith, Oleg Katsitadze, and others", -%% version = "3.3", -%% date = "Tue Jul 21 21:57:33 PDT 2009", +%% version = "3.4", +%% date = "Sun Feb 21 15:52:21 PST 2010", %% filename = "eplain.tex", %% email = "bug-eplain@tug.org", -%% checksum = "4250 9190 134946", +%% checksum = "4251 9191 135013", %% codetable = "ASCII", %% supported = "yes", %% docstring = "This file defines macros that extend and expand on @@ -4034,7 +4034,8 @@ \global\let\DeclareOption\eplain@DeclareOption \global\let\PassOptionsToPackage\eplain@PassOptionsToPackage \global\let\ExecuteOptions\eplain@ExecuteOptions - \global\let\ProcessOptions\eplain@ProcessOptions + \gdef\ProcessOptions{\@ifstar\eplain@ProcessOptions + \eplain@ProcessOptions}% \global\let\AtBeginDocument\eplain@AtBeginDocument \global\let\AtEndOfPackage\eplain@AtEndOfPackage \global\let\ProvidesFile\eplain@ProvidesFile @@ -4246,5 +4247,5 @@ \def\fmtname{eplain}% \def\eplain{t}% {\edef\plainversion{\fmtversion}% - \xdef\fmtversion{3.3: 21 July 2009 (and plain \plainversion)}% + \xdef\fmtversion{3.4: 21 February 2010 (and plain \plainversion)}% }% |