summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mh/mathstyle.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/mh/mathstyle.sty')
-rw-r--r--Master/texmf-dist/tex/latex/mh/mathstyle.sty13
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