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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Dec 26 13:02:09 CET 2016


Author: michal_h21
Date: 2016-12-26 14:02:09 +0200 (Mon, 26 Dec 2016)
New Revision: 232

Modified:
   trunk/lit/ChangeLog
   trunk/lit/tex4ht-4ht.tex
Log:
Fixed support for pic-align option with hyperref package loaded

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-12-21 23:03:57 UTC (rev 231)
+++ trunk/lit/ChangeLog	2016-12-26 12:02:09 UTC (rev 232)
@@ -1,3 +1,9 @@
+2016-12-26  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (nameref.4ht): changed \:tempc to \:tempams, in order
+	to avoid collision with pic-align option
+	http://tex.stackexchange.com/q/345689/2891
+
 2016-12-21  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-4ht.tex (xr.4ht, xr-hyper.4ht): copyrights.

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2016-12-21 23:03:57 UTC (rev 231)
+++ trunk/lit/tex4ht-4ht.tex	2016-12-26 12:02:09 UTC (rev 232)
@@ -3235,30 +3235,31 @@
   }{}%
   % bug [348]
   \@ifpackageloaded{amsmath}{%
-     \def\:tempc{%
+     \def\:tempams{%
        \gdef\NR:Title{\a:newlabel{equation}}%
        \gdef\NR:Type{equation}%
        \gdef\@currentlabelname{equation}%
      }
-     \Configure{@begin}{multline}{\:tempc}
-     \Configure{@begin}{equation}{\:tempc}
-     \Configure{@begin}{boxed}{\:tempc}
-     \Configure{@begin}{equations}{\:tempc}
-     \Configure{@begin}{equation}{\:tempc}
-     \Configure{@begin}{gather*}{\:tempc}
-     \Configure{@begin}{gather}{\:tempc}
-     \Configure{@begin}{genfrac}{\:tempc}
-     \Configure{@begin}{measure@}{\:tempc}
-     \Configure{@begin}{multline*}{\:tempc}
-     \Configure{@begin}{multline}{\:tempc}
-     \Configure{@begin}{overset}{\:tempc}
-     \Configure{@begin}{smallmatrix}{\:tempc}
-     \Configure{@begin}{split}{\:tempc}
-     \Configure{@begin}{subarray}{\:tempc}
-     \Configure{@begin}{substack}{\:tempc}
-     \Configure{@begin}{underset}{\:tempc}
-     \Configure{@begin}{xleftarrow}{\:tempc}
-     \Configure{@begin}{xrightarrow}{\:tempc}
+     \Configure{@begin}{align}{\:tempams}
+     \Configure{@begin}{multline}{\:tempams}
+     \Configure{@begin}{equation}{\:tempams}
+     \Configure{@begin}{boxed}{\:tempams}
+     \Configure{@begin}{equations}{\:tempams}
+     \Configure{@begin}{equation}{\:tempams}
+     \Configure{@begin}{gather*}{\:tempams}
+     \Configure{@begin}{gather}{\:tempams}
+     \Configure{@begin}{genfrac}{\:tempams}
+     \Configure{@begin}{measure@}{\:tempams}
+     \Configure{@begin}{multline*}{\:tempams}
+     \Configure{@begin}{multline}{\:tempams}
+     \Configure{@begin}{overset}{\:tempams}
+     \Configure{@begin}{smallmatrix}{\:tempams}
+     \Configure{@begin}{split}{\:tempams}
+     \Configure{@begin}{subarray}{\:tempams}
+     \Configure{@begin}{substack}{\:tempams}
+     \Configure{@begin}{underset}{\:tempams}
+     \Configure{@begin}{xleftarrow}{\:tempams}
+     \Configure{@begin}{xrightarrow}{\:tempams}
   }{}
 
 }



More information about the tex4ht-commits mailing list