[tex4ht-commits] [SCM] tex4ht updated: r448 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Nov 24 21:52:12 CET 2018


Author: michal_h21
Date: 2018-11-24 22:52:12 +0200 (Sat, 24 Nov 2018)
New Revision: 448

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
Log:
fixed redefinition of \xrightarrow and \xleftarrow

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2018-11-18 22:49:43 UTC (rev 447)
+++ trunk/lit/ChangeLog	2018-11-24 20:52:12 UTC (rev 448)
@@ -1,3 +1,9 @@
+2018-11-24  Michal Hoftich  <michal.h21 at gmail.com>
+
+	*  tex4ht-4ht.tex (amsmath.4ht): fixed redefintion of \xrightarrow and
+	\xleftarrow.
+	https://tex.stackexchange.com/q/461445/2891
+
 2018-11-17  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (magyar.4ht): fixed support for \aref and \Aref commands.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2018-11-18 22:49:43 UTC (rev 447)
+++ trunk/lit/Makefile	2018-11-24 20:52:12 UTC (rev 448)
@@ -42,7 +42,7 @@
 tex4ht_cond4ht_derived = cond4ht.4ht mktex4ht.4ht
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
-  algorithmic.4ht animate.4ht authblk.4ht \
+  algorithmic.4ht amsmath.4ht animate.4ht authblk.4ht \
   biblatex.4ht biblatex-chicago.4ht book.4ht \
   caption.4ht cleveref.4ht color.4ht colortbl.4ht \
   fontspec.4ht fontspec-4ht.lua fontspec-luatex.4ht fontspec-xetex.4ht \

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2018-11-18 22:49:43 UTC (rev 447)
+++ trunk/lit/tex4ht-4ht.tex	2018-11-24 20:52:12 UTC (rev 448)
@@ -18673,10 +18673,10 @@
 %   \noexpand\catcode`\noexpand\_=\the\catcode`\_ }
 
 \<body of amsmath.sty\><<<
-\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}
 >>>



More information about the tex4ht-commits mailing list