diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-06 01:23:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-06 01:23:33 +0000 |
commit | 3b0d4121fbdaa8b4dc48c1aeab08bd63d71d0307 (patch) | |
tree | c0e71b65ec445e74e995d7853a367aa30e50f0dd /Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht | |
parent | ee72c8e218febb4e5e2395951e36cd91b36aabcd (diff) |
tex4ht-1.0.2006_12_04_1651
git-svn-id: svn://tug.org/texlive/trunk@2598 c570f23f-e606-0410-a88d-b1316a301751
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} |