diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-29 22:18:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-29 22:18:26 +0000 |
commit | 81e6e9f25f85f132f50f0068382b6a97a0b881fa (patch) | |
tree | a746e09cf4541cfb033b5e39cd254bd31cc912c9 /Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht | |
parent | 887af0b63f340c6f157935fa587d41e6e748981f (diff) |
\boldsymbol support, tex4ht r647; remove mathsize=big, tex4ht r648
git-svn-id: svn://tug.org/texlive/trunk@53257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht b/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht index c7005edd05b..f6c103de771 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht @@ -1,4 +1,4 @@ -% amsmath.4ht (2019-12-16-15:21), generated from tex4ht-4ht.tex +% amsmath.4ht (2019-12-29-14:17), generated from tex4ht-4ht.tex % Copyright 1997-2009 Eitan M. Gurari % Copyright 2009-2019 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2019-12-16-15:21} +\immediate\write-1{version 2019-12-29-14:17} \HRestore\cases \HRestore\matrix @@ -58,6 +58,9 @@ \expandafter\HLet\csname binom \endcsname\:temp \NewConfigure{binom}{1} \pend:def\subequations{\SkipRefstepAnchor } +\NewConfigure{boldsymbol}{2} +\pend:defI\boldsymbol{\a:boldsymbol} +\append:defI\boldsymbol{\b:boldsymbol} \def\hdots@for#1#2{\multicolumn{#2}c% {\m@th \hdots:for{#1}\hfil}} \def\hdots:for#1{\dotsspace@1.5mu\mkern-#1\dotsspace@ |