summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/mh/breqn-technotes.pdfbin174127 -> 173633 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/breqn.pdfbin514327 -> 514315 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/empheq.pdfbin305504 -> 305491 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/flexisym.pdfbin243084 -> 243073 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/mathstyle.pdfbin159001 -> 159224 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/mathtools.pdfbin364999 -> 364988 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/mhsetup.pdfbin233716 -> 233706 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mh/xfrac.pdfbin532398 -> 532373 bytes
-rw-r--r--Master/texmf-dist/source/latex/mh/mathstyle.dtx16
-rw-r--r--Master/texmf-dist/source/latex/mh/mathtools.dtx27
-rw-r--r--Master/texmf-dist/source/latex/mh/xfrac.dtx5
-rw-r--r--Master/texmf-dist/tex/latex/mh/mathstyle.sty14
-rw-r--r--Master/texmf-dist/tex/latex/mh/mathtools.sty26
-rw-r--r--Master/texmf-dist/tex/latex/mh/xfrac.sty5
14 files changed, 47 insertions, 46 deletions
diff --git a/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf b/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf
index f912ea3b6ce..d6b055d8491 100644
--- a/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf
+++ b/Master/texmf-dist/doc/latex/mh/breqn-technotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/breqn.pdf b/Master/texmf-dist/doc/latex/mh/breqn.pdf
index 0c536d76f04..b5c25702db4 100644
--- a/Master/texmf-dist/doc/latex/mh/breqn.pdf
+++ b/Master/texmf-dist/doc/latex/mh/breqn.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/empheq.pdf b/Master/texmf-dist/doc/latex/mh/empheq.pdf
index 292519ccf9e..0fcaa7e0c43 100644
--- a/Master/texmf-dist/doc/latex/mh/empheq.pdf
+++ b/Master/texmf-dist/doc/latex/mh/empheq.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/flexisym.pdf b/Master/texmf-dist/doc/latex/mh/flexisym.pdf
index 992b166e07b..14b5ac5841d 100644
--- a/Master/texmf-dist/doc/latex/mh/flexisym.pdf
+++ b/Master/texmf-dist/doc/latex/mh/flexisym.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/mathstyle.pdf b/Master/texmf-dist/doc/latex/mh/mathstyle.pdf
index bc8e4e80a97..935c9b58974 100644
--- a/Master/texmf-dist/doc/latex/mh/mathstyle.pdf
+++ b/Master/texmf-dist/doc/latex/mh/mathstyle.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/mathtools.pdf b/Master/texmf-dist/doc/latex/mh/mathtools.pdf
index 2168dcb2a53..aa8ee57c4b4 100644
--- a/Master/texmf-dist/doc/latex/mh/mathtools.pdf
+++ b/Master/texmf-dist/doc/latex/mh/mathtools.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/mhsetup.pdf b/Master/texmf-dist/doc/latex/mh/mhsetup.pdf
index fbb3332ee4d..5cf57ec99bb 100644
--- a/Master/texmf-dist/doc/latex/mh/mhsetup.pdf
+++ b/Master/texmf-dist/doc/latex/mh/mhsetup.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mh/xfrac.pdf b/Master/texmf-dist/doc/latex/mh/xfrac.pdf
index b6b62431583..a26e64f09a7 100644
--- a/Master/texmf-dist/doc/latex/mh/xfrac.pdf
+++ b/Master/texmf-dist/doc/latex/mh/xfrac.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/mh/mathstyle.dtx b/Master/texmf-dist/source/latex/mh/mathstyle.dtx
index 2b069d39239..11af0b06c73 100644
--- a/Master/texmf-dist/source/latex/mh/mathstyle.dtx
+++ b/Master/texmf-dist/source/latex/mh/mathstyle.dtx
@@ -206,7 +206,7 @@ and the derived files
%
% \begin{macrocode}
%<*package>
-\ProvidesPackage{mathstyle}[2008/11/25 v0.88]
+\ProvidesPackage{mathstyle}[2010/11/17 v0.89]
% \end{macrocode}
% \begin{macro}{\@saveprimitive}
% A straight copy from \pkg{breqn}, see implementation details
@@ -387,20 +387,22 @@ and the derived files
\fi}
% \end{macrocode}
% Finally, we declare the package options.
+% \changes{v0.89}{2010/11/17}{Options should only change catcodes at
+% begin document, not straight away}
% \begin{macrocode}
\DeclareOption{mathactivechars}{%
- \catcode`\^=12\relax
- \catcode`\_=12\relax
+ % \catcode`\^=12\relax
+ % \catcode`\_=12\relax
\AtBeginDocument{\catcode`\^=12\relax \catcode`\_=12\relax}%
}
\DeclareOption{activechars}{%
- \catcode`\^=13\relax
- \catcode`\_=13\relax
+ % \catcode`\^=13\relax
+ % \catcode`\_=13\relax
\AtBeginDocument{\catcode`\^=13\relax \catcode`\_=13\relax}%
}
\DeclareOption{noactivechars}{%
- \catcode`\^=7\relax
- \catcode`\_=8\relax
+ % \catcode`\^=7\relax
+ % \catcode`\_=8\relax
\AtBeginDocument{\catcode`\^=7\relax \catcode`\_=8\relax}%
}
\ExecuteOptions{mathactivechars}
diff --git a/Master/texmf-dist/source/latex/mh/mathtools.dtx b/Master/texmf-dist/source/latex/mh/mathtools.dtx
index 01e50e611b1..0cd19171889 100644
--- a/Master/texmf-dist/source/latex/mh/mathtools.dtx
+++ b/Master/texmf-dist/source/latex/mh/mathtools.dtx
@@ -2768,21 +2768,22 @@ and the derived files
% \begin{macro}{\Colonsim}
% This is just to simulate all the \cs{..colon..} symbols from
% \pkg{txfonts} and \pkg{pxfonts}.
+% \changes{v1.08c}{2010/11/17}{Enclosed all in \cs{mathrel}}
% \begin{macrocode}
\AtBeginDocument{
- \providecommand*\dblcolon{\vcentcolon\mkern-.9mu\vcentcolon}
- \providecommand*\coloneqq{\vcentcolon\mkern-1.2mu=}
- \providecommand*\Coloneqq{\dblcolon\mkern-1.2mu=}
- \providecommand*\coloneq{\vcentcolon\mkern-1.2mu\mathrel{-}}
- \providecommand*\Coloneq{\dblcolon\mkern-1.2mu\mathrel{-}}
- \providecommand*\eqqcolon{=\mkern-1.2mu\vcentcolon}
- \providecommand*\Eqqcolon{=\mkern-1.2mu\dblcolon}
- \providecommand*\eqcolon{\mathrel{-}\mkern-1.2mu\vcentcolon}
- \providecommand*\Eqcolon{\mathrel{-}\mkern-1.2mu\dblcolon}
- \providecommand*\colonapprox{\vcentcolon\mkern-1.2mu\approx}
- \providecommand*\Colonapprox{\dblcolon\mkern-1.2mu\approx}
- \providecommand*\colonsim{\vcentcolon\mkern-1.2mu\sim}
- \providecommand*\Colonsim{\dblcolon\mkern-1.2mu\sim}
+ \providecommand*\dblcolon{\mathrel{\vcentcolon\mkern-.9mu\vcentcolon}}
+ \providecommand*\coloneqq{\mathrel{\vcentcolon\mkern-1.2mu=}}
+ \providecommand*\Coloneqq{\mathrel{\dblcolon\mkern-1.2mu=}}
+ \providecommand*\coloneq{\mathrel{\vcentcolon\mkern-1.2mu\mathrel{-}}}
+ \providecommand*\Coloneq{\mathrel{\dblcolon\mkern-1.2mu\mathrel{-}}}
+ \providecommand*\eqqcolon{\mathrel{=\mkern-1.2mu\vcentcolon}}
+ \providecommand*\Eqqcolon{\mathrel{=\mkern-1.2mu\dblcolon}}
+ \providecommand*\eqcolon{\mathrel{\mathrel{-}\mkern-1.2mu\vcentcolon}}
+ \providecommand*\Eqcolon{\mathrel{\mathrel{-}\mkern-1.2mu\dblcolon}}
+ \providecommand*\colonapprox{\mathrel{\vcentcolon\mkern-1.2mu\approx}}
+ \providecommand*\Colonapprox{\mathrel{\dblcolon\mkern-1.2mu\approx}}
+ \providecommand*\colonsim{\mathrel{\vcentcolon\mkern-1.2mu\sim}}
+ \providecommand*\Colonsim{\mathrel{\dblcolon\mkern-1.2mu\sim}}
}
% \end{macrocode}
% \end{macro}
diff --git a/Master/texmf-dist/source/latex/mh/xfrac.dtx b/Master/texmf-dist/source/latex/mh/xfrac.dtx
index f70ba65582c..c5a119acd80 100644
--- a/Master/texmf-dist/source/latex/mh/xfrac.dtx
+++ b/Master/texmf-dist/source/latex/mh/xfrac.dtx
@@ -900,11 +900,10 @@ and the derived files
false =
\cs_set_nopar:Npn \xfrac_relscale:
{
- \dim_eval:n
- {
+ \etex_dimexpr:D
\box_ht:N \l_xfrac_tmp_box
+ \box_dp:N \l_xfrac_tmp_box
- }
+ \scan_stop:
},
true =
\cs_set_nopar:Npn \xfrac_relscale:
diff --git a/Master/texmf-dist/tex/latex/mh/mathstyle.sty b/Master/texmf-dist/tex/latex/mh/mathstyle.sty
index 92803d7aee3..384715ff3ac 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/11/25 v0.88]
+\ProvidesPackage{mathstyle}[2010/11/17 v0.89]
\providecommand\@saveprimitive[2]{%
\begingroup
\edef\@tempa{\string#1}\edef\@tempb{\meaning#1}%
@@ -151,18 +151,18 @@
\@@scriptscriptstyle
\fi}
\DeclareOption{mathactivechars}{%
- \catcode`\^=12\relax
- \catcode`\_=12\relax
+ % \catcode`\^=12\relax
+ % \catcode`\_=12\relax
\AtBeginDocument{\catcode`\^=12\relax \catcode`\_=12\relax}%
}
\DeclareOption{activechars}{%
- \catcode`\^=13\relax
- \catcode`\_=13\relax
+ % \catcode`\^=13\relax
+ % \catcode`\_=13\relax
\AtBeginDocument{\catcode`\^=13\relax \catcode`\_=13\relax}%
}
\DeclareOption{noactivechars}{%
- \catcode`\^=7\relax
- \catcode`\_=8\relax
+ % \catcode`\^=7\relax
+ % \catcode`\_=8\relax
\AtBeginDocument{\catcode`\^=7\relax \catcode`\_=8\relax}%
}
\ExecuteOptions{mathactivechars}
diff --git a/Master/texmf-dist/tex/latex/mh/mathtools.sty b/Master/texmf-dist/tex/latex/mh/mathtools.sty
index 79a2a3ddeed..10551be4cd1 100644
--- a/Master/texmf-dist/tex/latex/mh/mathtools.sty
+++ b/Master/texmf-dist/tex/latex/mh/mathtools.sty
@@ -374,19 +374,19 @@
}
}
\AtBeginDocument{
- \providecommand*\dblcolon{\vcentcolon\mkern-.9mu\vcentcolon}
- \providecommand*\coloneqq{\vcentcolon\mkern-1.2mu=}
- \providecommand*\Coloneqq{\dblcolon\mkern-1.2mu=}
- \providecommand*\coloneq{\vcentcolon\mkern-1.2mu\mathrel{-}}
- \providecommand*\Coloneq{\dblcolon\mkern-1.2mu\mathrel{-}}
- \providecommand*\eqqcolon{=\mkern-1.2mu\vcentcolon}
- \providecommand*\Eqqcolon{=\mkern-1.2mu\dblcolon}
- \providecommand*\eqcolon{\mathrel{-}\mkern-1.2mu\vcentcolon}
- \providecommand*\Eqcolon{\mathrel{-}\mkern-1.2mu\dblcolon}
- \providecommand*\colonapprox{\vcentcolon\mkern-1.2mu\approx}
- \providecommand*\Colonapprox{\dblcolon\mkern-1.2mu\approx}
- \providecommand*\colonsim{\vcentcolon\mkern-1.2mu\sim}
- \providecommand*\Colonsim{\dblcolon\mkern-1.2mu\sim}
+ \providecommand*\dblcolon{\mathrel{\vcentcolon\mkern-.9mu\vcentcolon}}
+ \providecommand*\coloneqq{\mathrel{\vcentcolon\mkern-1.2mu=}}
+ \providecommand*\Coloneqq{\mathrel{\dblcolon\mkern-1.2mu=}}
+ \providecommand*\coloneq{\mathrel{\vcentcolon\mkern-1.2mu\mathrel{-}}}
+ \providecommand*\Coloneq{\mathrel{\dblcolon\mkern-1.2mu\mathrel{-}}}
+ \providecommand*\eqqcolon{\mathrel{=\mkern-1.2mu\vcentcolon}}
+ \providecommand*\Eqqcolon{\mathrel{=\mkern-1.2mu\dblcolon}}
+ \providecommand*\eqcolon{\mathrel{\mathrel{-}\mkern-1.2mu\vcentcolon}}
+ \providecommand*\Eqcolon{\mathrel{\mathrel{-}\mkern-1.2mu\dblcolon}}
+ \providecommand*\colonapprox{\mathrel{\vcentcolon\mkern-1.2mu\approx}}
+ \providecommand*\Colonapprox{\mathrel{\dblcolon\mkern-1.2mu\approx}}
+ \providecommand*\colonsim{\mathrel{\vcentcolon\mkern-1.2mu\sim}}
+ \providecommand*\Colonsim{\mathrel{\dblcolon\mkern-1.2mu\sim}}
}
\let \AMS@math@cr@@ \math@cr@@
\MH_new_boolean:n {mult_firstline}
diff --git a/Master/texmf-dist/tex/latex/mh/xfrac.sty b/Master/texmf-dist/tex/latex/mh/xfrac.sty
index 1a6d0ff7d60..aeaeef9e238 100644
--- a/Master/texmf-dist/tex/latex/mh/xfrac.sty
+++ b/Master/texmf-dist/tex/latex/mh/xfrac.sty
@@ -116,11 +116,10 @@
false =
\cs_set_nopar:Npn \xfrac_relscale:
{
- \dim_eval:n
- {
+ \etex_dimexpr:D
\box_ht:N \l_xfrac_tmp_box
+ \box_dp:N \l_xfrac_tmp_box
- }
+ \scan_stop:
},
true =
\cs_set_nopar:Npn \xfrac_relscale: