term tag is used to mark a word or
phrase being defined. It can be used inside a
definition tag or in regular text. Words marked
with the term tag appear in the index section of a collection PDF.
This CNXML:
<para id='square-term'>
A <term>square</term> is a rectangle
with sides of equal length.
</para>
Results in this display:
A square is a rectangle with sides of equal length.
This CNXML:
<para id='square-wave-term'>
A <term document="m0004"
target-id="sq"
window="new">square wave</term> is
a periodic signal that alternates instantly
between two amplitudes.
</para>
Results in this display:
A square wave is a periodic signal that alternates instantly between two amplitudes.