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

karl at gnu.org.ua karl at gnu.org.ua
Wed Jan 13 01:01:52 CET 2016


Author: karl
Date: 2016-01-13 02:01:52 +0200 (Wed, 13 Jan 2016)
New Revision: 161

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
Log:
\nameref* support from Michal, https://puszcza.gnu.org.ua/bugs/?269

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-01-06 00:44:20 UTC (rev 160)
+++ trunk/lit/ChangeLog	2016-01-13 00:01:52 UTC (rev 161)
@@ -1,3 +1,9 @@
+2016-01-12  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (hyperref.4ht): Added support for \nameref* command,
+	http://tex.stackexchange.com/q/285339/2891,
+	http://puszcza.gnu.org.ua/bugs/?269.
+
 2016-01-04  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (biblatex.4ht): Fix for version checking

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2016-01-06 00:44:20 UTC (rev 160)
+++ trunk/lit/Makefile	2016-01-13 00:01:52 UTC (rev 161)
@@ -15,10 +15,10 @@
 
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
-  book.4ht frenchb.4ht graphicx.4ht listings.4ht \
+  book.4ht frenchb.4ht graphicx.4ht hyperref.4ht listings.4ht \
   memoir.4ht multicol.4ht quoting.4ht \
   scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
-  titlesec.4ht tocloft.4ht wrapfig.4ht
+  titlesec.4ht tocloft.4ht wrapfig.4ht 
 # and many, many more.
 
 derived += $(tex4ht_bibtex2_derived)

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2016-01-06 00:44:20 UTC (rev 160)
+++ trunk/lit/tex4ht-4ht.tex	2016-01-13 00:01:52 UTC (rev 161)
@@ -1,7 +1,7 @@
 % $Id$
 % tex tex4ht-4ht   or   ht tex tex4ht-4ht
 %
-% Copyright 2009-2015 TeX Users Group    
+% Copyright 2009-2016 TeX Users Group    
 % Copyright 1996-2009 Eitan M. Gurari    
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
@@ -3524,10 +3524,9 @@
 \Link[http://www.tug.org/ListsArchives/pdftex/msg02400.html]{}{}msg02400\EndLink
 
 \<hyperref.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% hyperref.4ht                          |version %
-% Copyright (C) |CopyYear.1999.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% hyperref.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.1999. Eitan M. Gurari 
+|<TeX4ht copywrite|>
 \csname end:hyperref\endcsname
 |<nameref.sty|>
 |<ifHy at texht undefined?|>
@@ -4392,7 +4391,10 @@
 \expandafter\ifx \csname real at setref\endcsname\relax 
    \def\@pagerefstar#1{%  
       \HyRef at StarSetRef{#1}\@secondoffive  
-   } 
+   }
+   \def\@namerefstar#1{%
+       \HyRef at StarSetRef{#1}\@thirdoffive
+     }
    \def\HyRef at StarSetRef#1{%  
      \begingroup  
        \Hy at safe@activestrue  



More information about the tex4ht-commits mailing list