diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-14 16:40:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-14 16:40:34 +0000 |
commit | 57e485197587d08aa2ca05ce2cc95e8063edd4cc (patch) | |
tree | b718954bc819b66d11005b7bcf266aae7ed63952 /Master/texmf-dist/tex/latex/mh/mathstyle.sty | |
parent | ff69d312a2c79a3d20d1084c44d579da6770a0a7 (diff) |
mh update (13jul10)
git-svn-id: svn://tug.org/texlive/trunk@19447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mh/mathstyle.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mh/mathstyle.sty | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/mh/mathstyle.sty b/Master/texmf-dist/tex/latex/mh/mathstyle.sty index 1c10bf4b1ab..92803d7aee3 100644 --- a/Master/texmf-dist/tex/latex/mh/mathstyle.sty +++ b/Master/texmf-dist/tex/latex/mh/mathstyle.sty @@ -27,7 +27,7 @@ %% and the derived files %% mathstyle.sty, mathstyle.pdf, mathstyle.ins, mathstyle.drv. %% -\ProvidesPackage{mathstyle}[2008/07/23 v0.85] +\ProvidesPackage{mathstyle}[2008/11/25 v0.88] \providecommand\@saveprimitive[2]{% \begingroup \edef\@tempa{\string#1}\edef\@tempb{\meaning#1}% @@ -148,20 +148,23 @@ \or \@@scriptstyle \or - \@@scriptscripstyle + \@@scriptscriptstyle \fi} \DeclareOption{mathactivechars}{% \catcode`\^=12\relax \catcode`\_=12\relax -\AtBeginDocument{\catcode`\^=12\relax \catcode`\_=12\relax }} +\AtBeginDocument{\catcode`\^=12\relax \catcode`\_=12\relax}% +} \DeclareOption{activechars}{% \catcode`\^=13\relax \catcode`\_=13\relax -\AtBeginDocument{\catcode`\_=12\relax \catcode`\_=13\relax }} +\AtBeginDocument{\catcode`\^=13\relax \catcode`\_=13\relax}% +} \DeclareOption{noactivechars}{% \catcode`\^=7\relax \catcode`\_=8\relax -\AtBeginDocument{\catcode`\_=7\relax \catcode`\_=8\relax }} +\AtBeginDocument{\catcode`\^=7\relax \catcode`\_=8\relax}% +} \ExecuteOptions{mathactivechars} \ProcessOptions\relax \ifnum\catcode`\^=13\relax |