summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/mh/mathtools.dtx
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:04:50 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-02 19:04:50 +0000
commit3b9f6a2419e276efb117f03b586b483641e61246 (patch)
tree6fad872c0d187fd102067d5f2beb40911dfe57c4 /Master/texmf-dist/source/latex/mh/mathtools.dtx
parentfe9d6cf0bb200fd7369ceea3722465b4a0cc6582 (diff)
mh update (xfrac moved to l3packages)
git-svn-id: svn://tug.org/texlive/trunk@23333 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/mh/mathtools.dtx')
-rw-r--r--Master/texmf-dist/source/latex/mh/mathtools.dtx17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/mh/mathtools.dtx b/Master/texmf-dist/source/latex/mh/mathtools.dtx
index 4d5ec9945cf..ef5dea37965 100644
--- a/Master/texmf-dist/source/latex/mh/mathtools.dtx
+++ b/Master/texmf-dist/source/latex/mh/mathtools.dtx
@@ -66,7 +66,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: mathtools 20011/02/12 v1.10}
+\Msg{* Package: mathtools 2011/04/06 v1.11}
\Msg{************************************************************************}
\keepsilent
@@ -127,7 +127,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{mathtools.drv}%
- [2011/02/12 v1.10 mathematical typesetting tools]
+ [2011/04/06 v1.11 mathematical typesetting tools]
\documentclass{ltxdoc}
\IfFileExists{fourier.sty}{\usepackage{fourier}}{}
\addtolength\marginparwidth{-25pt}
@@ -258,7 +258,7 @@ and the derived files
%
% \GetFileInfo{mathtools.drv}
%
-% \CheckSum{2557}
+% \CheckSum{2584}
%
% \title{The \pkg{mathtools} package\thanks{This file has version number
% \fileversion, last revised \filedate.}}
@@ -2213,7 +2213,7 @@ and the derived files
% \begin{macrocode}
%<*package>
\ProvidesPackage{mathtools}%
- [2011/02/12 v1.10 mathematical typesetting tools]
+ [2011/04/06 v1.11 mathematical typesetting tools]
% \end{macrocode}
% \changes{v1.10}{2011/02/12}{Might as well make sure that we need the
% latest version of \texttt{mhsetup}}
@@ -3586,12 +3586,12 @@ and the derived files
\def\MT_fenced_sm_generator:nnn #1#2#3{%
\@ifundefined{#1}{%
\newenvironment{#1}
- {\mathopen{}\mathclose\bgroup\left#2\MT_smallmatrix_begin:N c}%
+ {\@nameuse{#1hook}\mathopen{}\mathclose\bgroup\left#2\MT_smallmatrix_begin:N c}%
{\MT_smallmatrix_end:\aftergroup\egroup\right#3}%
}{}%
\@ifundefined{#1*}{%
\newenvironment{#1*}[1][\MT_smallmatrix_default_align:]%
- {\mathopen{}\mathclose\bgroup\left#2\MT_smallmatrix_begin:N ##1}%
+ {\@nameuse{#1hook}\mathopen{}\mathclose\bgroup\left#2\MT_smallmatrix_begin:N ##1}%
{\MT_smallmatrix_end:\aftergroup\egroup\right#3}%
}{}%
}
@@ -3943,10 +3943,11 @@ and the derived files
% typeset them in a \cs{boxed} AFTER an \& and pull it backwards
% but in order to get the horizontal placement to work. As with
% \cs{MoveEqLeft} we need to set some appropriate space to the left
-% of the \&
+% of the \& .
+% \changes{v1.11}{2011/04/06}{Removed unnessary \{\} pair}
% \begin{macrocode}
\def\@Aboxed#1&#2\ENDDNE{%
- \settowidth\@tempdima{$\displaystyle#1{}$}%
+ \settowidth\@tempdima{$\displaystyle#1$}%
\addtolength\@tempdima{\fboxsep}%
\addtolength\@tempdima{\fboxrule}%
\global\@tempdima=\@tempdima