Steffen Klupsch writes:
> I need to provide static file names for some entry points in my l2h
> documents. At the moment I "produce" this file names using the
...
> example:
> -------------------------------------------------------------------
> \section{Please join our project} \HTMLthisfilename{joinentry.html}
> bla, bla
> -------------------------------------------------------------------
This is also a problem for the documents I maintain. What I do is
use a \label{} for each section that might even remotely be
interesting to return to (which pretty much means everything from the
subsection up for these particular documents, and then run an external
script to change the file names based on the labels. A new external
file containing support for indexing allows the index entries to be
patched up correctly as well.
The script and extra l2h support are available as part of the
documentation source package I maintain; retrieve
ftp://ftp.python.org/pub/python/doc/latex-1.5.1.tar.gz and look for
the files Python-1.5.1/Doc/perl/python.perl and
Python-1.5.1/Doc/tools/node2label.pl.
I'm sure there are other solutions, but this seems to work well for
us.
-Fred
--
Fred L. Drake, Jr.
[EMAIL PROTECTED]
Corporation for National Research Initiatives
1895 Preston White Drive Reston, VA 20191