$glossary-automatic-divisions
$glossary-automatic-divisions — Divide glossaries into sections?
Parameter:
{}glossary-automatic-divisions
Defined in:
param.xsl
Used in:
param.xsl, modules/glossary.xsl
Synopsis
|$glossary-automatic-divisions := 'false'
Description
If $glossary-automatic-divisions
is true,
the entries in an automatically constructed glossary will be grouped. The actual grouping
is performed by the t:glossary-divisions
template. This parameter is
false by default for backwards compatibility.
Automatic divisions can be specified on a per-glossary basis with a
db
processing instruction
using the glossary-divisions
pseudo-attribute with a value of true
or false
.
This parameter only applies if
$glossary-sort-entries
is true and the glossary
is not already grouped with glossdiv
elements by hand.