texlive[45922] Master/texmf-dist/tex/generic/tex4ht/nameref.4ht:

commits+karl at tug.org commits+karl at tug.org
Mon Nov 27 18:18:50 CET 2017


Revision: 45922
          http://tug.org/svn/texlive?view=revision&revision=45922
Author:   karl
Date:     2017-11-27 18:18:49 +0100 (Mon, 27 Nov 2017)
Log Message:
-----------
xr-hyper equation fix, tex4ht r349

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=349

Modified Paths:
--------------
    trunk/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht

Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht	2017-11-27 01:22:59 UTC (rev 45921)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht	2017-11-27 17:18:49 UTC (rev 45922)
@@ -1,6 +1,6 @@
-% nameref.4ht (2016-12-26-14:53), generated from tex4ht-4ht.tex
+% nameref.4ht (2017-11-27-09:16), generated from tex4ht-4ht.tex
 % Copyright 2005-2009 Eitan M. Gurari
-% Copyright 2009-2016 TeX Users Group
+% Copyright 2009-2017 TeX Users Group
 %
 % This work may be distributed and/or modified under the
 % conditions of the LaTeX Project Public License, either
@@ -17,7 +17,7 @@
 %
 % If you modify this program, changing the
 % version identification would be appreciated.
-\immediate\write-1{version 2016-12-26-14:53}
+\immediate\write-1{version 2017-11-27-09:16}
 
    \let\NR:Type\relax
 \let\ltx at label\label
@@ -113,12 +113,12 @@
       \HLet\NROrg at lst@MakeCaption\:tempc
   }{}%
   % bug [348]
+  \def\:tempams{%
+    \gdef\NR:Title{\a:newlabel{equation}}%
+    \gdef\NR:Type{equation}%
+    \gdef\@currentlabelname{equation}%
+  }
   \@ifpackageloaded{amsmath}{%
-     \def\:tempams{%
-       \gdef\NR:Title{\a:newlabel{equation}}%
-       \gdef\NR:Type{equation}%
-       \gdef\@currentlabelname{equation}%
-     }
      \Configure{@begin}{align}{\:tempams}
      \Configure{@begin}{multline}{\:tempams}
      \Configure{@begin}{equation}{\:tempams}
@@ -139,7 +139,9 @@
      \Configure{@begin}{underset}{\:tempams}
      \Configure{@begin}{xleftarrow}{\:tempams}
      \Configure{@begin}{xrightarrow}{\:tempams}
-  }{}
+  }{
+     \Configure{@begin}{equation}{\:tempams}
+}
 
 }
 \let\T:ref=\::ref



More information about the tex-live-commits mailing list