diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-24 21:52:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-24 21:52:00 +0000 |
commit | 3528c6e46f32182cb655cec204dfc5e2b25a08a8 (patch) | |
tree | 0ab78f59b1091e022268907786628972c1b64f41 /Master | |
parent | 6369c2f5b2519516f099ea3207e2c6fc393c6321 (diff) |
\x{left,right}arrow, tex4ht r448
git-svn-id: svn://tug.org/texlive/trunk@49242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht | 51 |
1 files changed, 22 insertions, 29 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht b/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht index 13231d237bf..86265a867de 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/amsmath.4ht @@ -1,30 +1,23 @@ -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% amsmath.4ht 2009-05-21-09:32 % -% Copyright (C) 1997--2009 Eitan M. Gurari % -% % -% This work may be distributed and/or modified under the % -% conditions of the LaTeX Project Public License, either % -% version 1.3c of this license or (at your option) any % -% later version. The latest version of this license is % -% in % -% http://www.latex-project.org/lppl.txt % -% and version 1.3c or later is part of all distributions % -% of LaTeX version 2005/12/01 or later. % -% % -% This work has the LPPL maintenance status "maintained".% -% % -% This Current Maintainer of this work % -% is Eitan M. Gurari. % -% % -% If you modify this program your changing its signature % -% with a directive of the following form will be % -% appreciated. % -% \message{signature} % -% % -% gurari@cse.ohio-state.edu % -% http://www.cse.ohio-state.edu/~gurari % -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2009-05-21-09:32} +% amsmath.4ht (2018-11-24-13:50), generated from tex4ht-4ht.tex +% Copyright 1997-2009 Eitan M. Gurari +% Copyright 2009-2018 TeX Users Group +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either +% version 1.3c of this license or (at your option) any +% later version. The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3c or later is part of all distributions +% of LaTeX version 2005/12/01 or later. +% +% This work has the LPPL maintenance status "maintained". +% +% The Current Maintainer of this work +% is the TeX4ht Project <http://tug.org/tex4ht>. +% +% If you modify this program, changing the +% version identification would be appreciated. +\immediate\write-1{version 2018-11-24-13:50} \HRestore\cases \HRestore\matrix @@ -157,10 +150,10 @@ \vbox{\m@th$\displaystyle#1$}\b:boxed}} \HLet\boxed\:temp \NewConfigure{boxed}{2} -\def\:temp#1#2{\a:xrightarrow \o:xrightarrow:{#1}\b:xrightarrow} +\def\:temp#1#2{\a:xrightarrow {\o:xrightarrow:{#1}{#2}}\b:xrightarrow} \HLet\xrightarrow\:temp \NewConfigure{xrightarrow}{2} -\def\:temp#1#2{\a:xleftarrow \o:xleftarrow:{#1}\b:xleftarrow} +\def\:temp#1#2{\a:xleftarrow {\o:xleftarrow:{#1}{#2}}\b:xleftarrow} \HLet\xleftarrow\:temp \NewConfigure{xleftarrow}{2} \def\:tempc#1{\a:eqref\o:eqref:{#1}\b:eqref} |