Hi Anders
On 07/12/10 20:49, Anders Nawroth wrote:
HI!
I'm new to the (awesome!) asciidoc tool.
At the moment I'm struggling with how to set up the following: I want
glossary terms to automatically be defined as link targets as well. So
that the end result would be along the lines of the following in the
docbook output:
<glossterm id="term.SNMP">
SNMP
</glossterm>
I tried to modify [listtags-glossary] but couldn't find out anything
that worked. Maybe it's not even the right place to do this?
Here are a couple of examples using the anchor macro:
------------------------------------------------------
Section 1
---------
Link to <<X1,A glossary term>>.
Link to <<X2>>.
[glossary]
Example Glossary
----------------
[glossary]
[[X1]] A glossary term::
The corresponding definition.
[[X2,second glossary term]] A second glossary term::
The corresponding definition.
------------------------------------------------------
Cheers, Stuart
~
/anders
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.