diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht b/Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht index 3551c0f77f2..9d63e1e59df 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% javahelp-a.4ht 2005-03-30-23:36 % -% Copyright (C) 2003--2005 Eitan M. Gurari % +% javahelp-a.4ht 2006-02-22-11:12 % +% Copyright (C) 2003--2006 Eitan M. Gurari % % % % This work may be distributed and/or modified under the % % conditions of the LaTeX Project Public License, either % @@ -24,7 +24,7 @@ % gurari@cse.ohio-state.edu % % http://www.cse.ohio-state.edu/~gurari % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\immediate\write-1{version 2005-03-30-23:36} +\immediate\write-1{version 2006-02-22-11:12} \NextFile{\jobname.tmp} \HPage{} @@ -129,14 +129,17 @@ \bgroup \Configure{TocLink} - {\HCode{<tocitem target="\sectioningKey-\TocCount"\Hnewline\space + {\HCode{<tocitem target="\a:mapIdTarget"\Hnewline\space text="}#4\HCode{ ">\Hnewline}} \let\jh:doTocEntry\:doTocEntry -\def\:doTocEntry#1{% +\def\:doTocEntry#1#2#3{% \edef\sectioningKey{\expandafter\gob:IV\string#1}% \edef\:temp{\noexpand\ConfigureToc{\sectioningKey} {}{\noexpand\set:endtocitem{\sectioningKey}}{}{}}\:temp - \jh:doTocEntry#1} + \expandafter\target:info#3//% +\b:mapIdTarget +% + \jh:doTocEntry#1{#2}{#3}} \def\gob:IV#1#2#3#4{} \def\sectioningKey{NoToc} @@ -215,14 +218,17 @@ \special{t4ht>\jobname.jhm}% \bgroup - \Configure{Link}{mapID}{target="\sectioningKey-\TocCount" url=}{}{} + \Configure{Link}{mapID}{target="\a:mapIdTarget" url=}{}{} \Configure{TocLink}{\Link{#2}{}\EndLink} \let\jh:doTocEntry\:doTocEntry -\def\:doTocEntry#1{% +\def\:doTocEntry#1#2#3{% \edef\sectioningKey{\expandafter\gob:IV\string#1}% \edef\:temp{\noexpand\ConfigureToc{\sectioningKey} {}{\relax}{}{}}\:temp - \jh:doTocEntry#1} + \expandafter\target:info#3//% +\b:mapIdTarget +% + \jh:doTocEntry#1{#2}{#3}} \def\gob:IV#1#2#3#4{} \def\sectioningKey{NoToc} |