Glossary
The GLO
book can be used for adding a glossary.
-
s# - Section heading - Possible use: Headings of alphabetical divisions - 'A', 'B', 'C' etc.
-
p - Paragraph - Main entry (required). May also be used for any additional paragraphs in the definition entry (optional).
-
k - Keyword/keyterm - Main entry keyword. (required)
-
pi - Indented paragraph - Sub-entries, or secondary paragraph(s), if indentation is preferred.
-
tl - Transliterated words - National idiom word(s).
Examples
-
USFM
-
USX
\id GLO
\mt Glossary
\ip This dictionary is divided into 21 sections. The indexes below list all of
the sections, and all of the entries in alphabetical order, so that you can find
what you are looking for more easily.
\p \k Angel\k* A supernatural being who tells God's messages to people or protects
those who belong to God.
...
\p \k Council\k* (1) A group of leaders who meet and make decisions for their
people.
\pi (2) The Old Testament refers to God's council as a group of angels who meet
and talk with God in heaven.
...
<?xml version="1.0" encoding="utf-8"?>
<usx version="3.1">
<book code="GLO" style="id" />
<para style="mt">Glossary</para>
<para style="ip">This dictionary is divided into 21 sections. The indexes below
list all of the sections, and all of the entries in alphabetical order, so
that you can find what you are looking for more easily.</para>
<para style="p">
<char style="k">Angel</char> A supernatural being who tells God's messages to
people or protects those who belong to God. ...</para>
<para style="p">
<char style="k">Council</char> (1) A group of leaders who meet and make
decisions for their people.</para>
<para style="pi">(2) The Old Testament refers to God's council as a group of
angels who meet and talk with God in heaven.</para>
...
</usx>