texlive[52097] Master/texmf-dist/tex/generic/tex4ht: \hypertarget
commits+karl at tug.org
commits+karl at tug.org
Sun Sep 15 00:18:47 CEST 2019
Revision: 52097
http://tug.org/svn/texlive?view=revision&revision=52097
Author: karl
Date: 2019-09-15 00:18:47 +0200 (Sun, 15 Sep 2019)
Log Message:
-----------
\hypertarget syntax fix, tex4ht r604
Revision Links:
--------------
http://tug.org/svn/texlive?view=revision&revision=604
Modified Paths:
--------------
trunk/Master/texmf-dist/tex/generic/tex4ht/exerquiz.4ht
trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/exerquiz.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/exerquiz.4ht 2019-09-14 22:07:09 UTC (rev 52096)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/exerquiz.4ht 2019-09-14 22:18:47 UTC (rev 52097)
@@ -1,32 +1,24 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% exerquiz.4ht 2009-05-21-09:32 %
-% Copyright (C) 1999--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 at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-05-21-09:32}
+% exerquiz.4ht 2019-09-14-15:17 %
+% Copyright (C) 1999-2009 Eitan M. Gurari %
+% Copyright 2009-2019 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.
-
\def\Rect#1{#1}
\ifx \pdf at rect\:UnDef
\newsavebox{\pdf at box}
@@ -36,7 +28,7 @@
\let\sv:tocsection\tocsection
\def\tocsection{\let\toclikesection\:gobbleIII \sv:tocsection}
-\def\hypertarget#1#2{\Link{}{#1}#2\EndLink}
+\def\hypertarget#1#2{\Link{}{#1}\EndLink#2}
\def\hyperlink#1#2{\Link{#1}{}#2\EndLink}
\append:def\exercise{\Link{}{page.ex\the at exno}\EndLink }
Modified: trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht
===================================================================
--- trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht 2019-09-14 22:07:09 UTC (rev 52096)
+++ trunk/Master/texmf-dist/tex/generic/tex4ht/hyperref.4ht 2019-09-14 22:18:47 UTC (rev 52097)
@@ -1,6 +1,6 @@
-% hyperref.4ht (2016-01-12-16:05), generated from tex4ht-4ht.tex
+% hyperref.4ht (2019-09-14-15:17), generated from tex4ht-4ht.tex
% Copyright 1999-2009 Eitan M. Gurari
-% Copyright 2009-2016 TeX Users Group
+% Copyright 2009-2019 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-01-12-16:05}
+\immediate\write-1{version 2019-09-14-15:17}
\csname end:hyperref\endcsname
\@ifpackageloaded{nameref}{}
@@ -238,7 +238,7 @@
\let\Hy at RestoreLastskip\relax
\fi
\def\hyperlink#1#2{\Link{#1}{}#2\EndLink}
-\def\hypertarget#1#2{\Link{}{#1}#2\EndLink}
+\def\hypertarget#1#2{\Link{}{#1}\EndLink#2}
\ifx \hyperpage\:UnDef \let\hyperpage=\empty \fi
\def\:temp#12->#2//{\def\:temp{#2}}
\expandafter\:temp\meaning\setkeys2->//
More information about the tex-live-commits
mailing list