diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/javahelp.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/javahelp.4ht | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/javahelp.4ht b/Master/texmf-dist/tex/generic/tex4ht/javahelp.4ht index 1626fa67377..ddd611f1c25 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/javahelp.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/javahelp.4ht @@ -1,6 +1,6 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% javahelp.4ht 2005-03-30-23:36 % -% Copyright (C) 2003--2005 Eitan M. Gurari % +% javahelp.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} \immediate\write-1{--------------- JavaHelp -----------------} \immediate\write-1{The entry (HelpSet) file for the java program @@ -79,6 +79,16 @@ " />\Hnewline}% % } +\def\target:info#1#2#3#4#5#6//{% + \let\sectionType=\sectioningKey + \let\sectionId\TocCount + \Advance:\sectionId 1 + \def\sectionName{#5}% + } +\NewConfigure{mapIdTarget}{2} +\Configure{mapIdTarget} + {\sectionType-\sectionId} + {} \:CheckOption{jh1.0} \if:Option \def\dotVersion{1.0} \def\subVersion{1\string_0} |