summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mh/mathstyle.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-28 01:36:57 +0000
committerKarl Berry <karl@freefriends.org>2007-12-28 01:36:57 +0000
commit6c5ddd1296ce22ce1bd3f196c9deabe0bcbdf8cd (patch)
tree404401d5860a4e9d9c08f3720cb92e7d145def50 /Master/texmf-dist/source/latex/mh/mathstyle.dtx
parent8ebc58dba0381898ce61235b298edc2b31fbbc28 (diff)
mh update: breqn v0.97a, flexisym v0.96, mathstyle v0.84 (27dec07)
git-svn-id: svn://tug.org/texlive/trunk@5960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mh/mathstyle.dtx')
-rw-r--r--Master/texmf-dist/source/latex/mh/mathstyle.dtx15
1 files changed, 11 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/mh/mathstyle.dtx b/Master/texmf-dist/source/latex/mh/mathstyle.dtx
index ca8fede5aed..9c65737aa88 100644
--- a/Master/texmf-dist/source/latex/mh/mathstyle.dtx
+++ b/Master/texmf-dist/source/latex/mh/mathstyle.dtx
@@ -67,7 +67,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: mathstyle 2007/12/10 v0.83 Mathstyle (MH)}
+\Msg{* Package: mathstyle 2007/12/19 v0.84 Mathstyle (MH)}
\Msg{************************************************************************}
\keepsilent
@@ -128,8 +128,11 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{mathstyle.drv}%
- [2007/12/10 v0.83 mathstyle (MH)]
+ [2007/12/19 v0.84 mathstyle (MH)]
\documentclass{ltxdoc}
+\CodelineIndex
+\EnableCrossrefs
+\setcounter{IndexColumns}{2}
\providecommand*\pkg[1]{\textsf{#1}}
\begin{document}
\DocInput{mathstyle.dtx}
@@ -138,7 +141,7 @@ and the derived files
% \fi
%
% \title{The \textsf{mathstyle} package}
-% \date{2007/12/10 v0.83}
+% \date{2007/12/19 v0.84}
% \author{Morten H\o gholm \\\texttt{mh.ctan@gmail.com}}
%
%
@@ -203,7 +206,7 @@ and the derived files
%
% \begin{macrocode}
%<*package>
-\ProvidesPackage{mathstyle}[2007/12/10 v0.83]
+\ProvidesPackage{mathstyle}[2007/12/19 v0.84]
% \end{macrocode}
% \begin{macro}{\@saveprimitive}
% A straight copy from \pkg{breqn}, see implementation details
@@ -381,6 +384,7 @@ and the derived files
% \end{macrocode}
% Finally, we declare the package options.
% \begin{macrocode}
+\DeclareOption{mathactivechars}{\catcode`\^=7\relax \catcode`\_=8\relax }
\DeclareOption{activechars}{\catcode`\^=13\relax \catcode`\_=13\relax }
\ProcessOptions\relax
\ifnum\catcode`\^=13\relax
@@ -393,4 +397,7 @@ and the derived files
\fi
%</package>
% \end{macrocode}
+%
+% \PrintIndex
+%
% \Finale