Glossary List in BookMap
Posted: Tue Dec 12, 2023 6:28 pm
Hi,
I would like to use a glossary (mainly for the abbreviated forms) in both my WebHelp and PDF output.
I added a glossarylist to my backmatter in the bookmap, like this:
Everything works fine for the pdf output (a glossary is added at the end of the pdf). But for the Webhelp output I get a top level menu for each glossentry (that appear in the top menu bar) as well as one tile for each entry (I use the Oxygen (tiles) template as a base for my webhelp).
How can I prevent this behaviour?
Thanks for the help!
David
I would like to use a glossary (mainly for the abbreviated forms) in both my WebHelp and PDF output.
I added a glossarylist to my backmatter in the bookmap, like this:
Code: Select all
<backmatter>
<booklists>
<indexlist/>
<glossarylist>
<topicref keys="COG" href="glossary/glossaryCOG.dita"/>
<topicref keys="NI" href="glossary/glossaryNormandInstaller.dita"/>
<topicref keys="OS" href="glossary/glossaryOS.dita"/>
<topicref keys="OBS" href="glossary/glossaryOBS.dita"/></glossarylist>
</booklists>
</backmatter>
How can I prevent this behaviour?
Thanks for the help!
David