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 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht b/Master/texmf-dist/tex/generic/tex4ht/javahelp-a.4ht index 9d63e1e59df..6b6d9200d04 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 2006-02-22-11:12 % -% Copyright (C) 2003--2006 Eitan M. Gurari % +% javahelp-a.4ht 2008-07-05-09:27 % +% Copyright (C) 2003--2008 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 2006-02-22-11:12} +\immediate\write-1{version 2008-07-05-09:27} \NextFile{\jobname.tmp} \HPage{} @@ -128,9 +128,10 @@ \IgnorePar\par\leavevmode\special{t4ht<\jobname.hs} \bgroup +\immediatetrue \Configure{TocLink} - {\HCode{<tocitem target="\a:mapIdTarget"\Hnewline\space - text="}#4\HCode{ ">\Hnewline}} + {\HCode{<tocitem target="\a:mapIdTarget"\Hnewline + text="}\hbox{#4}\HCode{ ">\Hnewline}} \let\jh:doTocEntry\:doTocEntry \def\:doTocEntry#1#2#3{% \edef\sectioningKey{\expandafter\gob:IV\string#1}% @@ -161,6 +162,7 @@ \end{dito} \let\end:jhhook=\empty \catcode`\:=12 \catcode`\@=12 \let\contentsname\empty +\NoFonts \expandafter\ifx \csname jh:toc\endcsname\relax \tableofcontents @@ -170,6 +172,7 @@ jh:toc\endcsname]% \fi % +\EndNoFonts \catcode`\:=11 \catcode`\@=11 \end:jhhook \begin{dito} |