[texhax] Customizing the target at creating context sensitive JavaHelp with Tex4ht
Raul Rosenloecher
public3 at raulix.de
Wed Jun 8 21:08:37 CEST 2011
With tex4ht I created all the files needed for javahelp (to show the html
pages and accessing specific pages for a context sensitive help).
I have to access these specific pages by a key. Unfortunately these keys
(target) are generated by a sequential algorithm:
<mapID
target="section-1"
url="docu_dese1.html#x2-10001"></mapID>
...
<mapID target="subsection-5"
url="docu_dese4.html#x5-60004"></mapID>
So
when I change the order of some sections in latex all links in my software
would be wrong!!!
I would like to put my own keys there und I
also found the place where the target (key name) is generated.
javahelp.4ht:
\NewConfigure{mapIdTarget}{2}
\Configure{mapIdTarget}
{\sectionType-\sectionId}
{}
But I have no idea, what I could use instead
of this. Is there any section property field, which I can write in latex
and (ab)use here?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/texhax/attachments/20110608/44dde6c2/attachment-0001.html>
More information about the texhax
mailing list