summaryrefslogtreecommitdiff
path: root/support/bib2gls/src/bib2gls-terms.bib
diff options
context:
space:
mode:
Diffstat (limited to 'support/bib2gls/src/bib2gls-terms.bib')
-rw-r--r--support/bib2gls/src/bib2gls-terms.bib36
1 files changed, 33 insertions, 3 deletions
diff --git a/support/bib2gls/src/bib2gls-terms.bib b/support/bib2gls/src/bib2gls-terms.bib
index 3416f55e1c..12ced551f1 100644
--- a/support/bib2gls/src/bib2gls-terms.bib
+++ b/support/bib2gls/src/bib2gls-terms.bib
@@ -54,7 +54,8 @@
the \glspl{spawnedentry} are created. A main entry may
be a dual-entry type, consisting of a \gls{primaryentry}
and \gls{dualentry}.
- (Not to be confused with the main glossary.)}
+ (Not to be confused with the main glossary or the \gls{compmainlabel}
+ of a \gls{compoundentry}.)}
}
@entry{progenitor,
@@ -75,7 +76,9 @@
name={multi-entry type},
description={An entry type that can spawn multiple
\glspl{primaryentry}. Some multi-entry types can also spawn a
- \gls{dualentry}. See \sectionref{sec:multientry}.}
+ \gls{dualentry}. See \sectionref{sec:multientry}.
+ For the \sty{glossaries-extra} \qt{multi (compound or combined) entries}
+ that are defined with \cs{multiglossaryentry} see \gls{compoundentry}.}
}
@entry{spawnedentry,
@@ -190,7 +193,7 @@
@entry{supplementaldocument,
name={supplemental (or supplementary) document},
- name={supplemental document},
+ text={supplemental document},
description={A related document from which
\glspl{supplementalrecord} are obtained.}
}
@@ -430,3 +433,30 @@ set), and isn't picked up by iterative commands such as
Files, Text Files and File Encodings} for further information about
file encodings in general.}
}
+
+@entry{compoundentry,
+ name={compound \MFUskippunc(combined or multi) entry},
+ text={compound entry},
+ plural={compound entries},
+ description={A compound entry corresponds to the \ics{multiglossaryentry}
+ command. This defines a label that represents a set of entries that have
+ already been defined. This label can then be used in commands like \ics{mgls}
+ as a shortcut for using \cs{gls} for each element in the set.
+ The \gls{compmainlabel} is the main element in the set.
+ The \qt{\glspl{compotherlabel}} are all the other (not-main) elements.
+ See \sectionref{sec:compoundsetentry}.}
+}
+
+@entry{compmainlabel,
+ name = {main label or element \MFUskippunc(compound entry)},
+ text = {main label},
+ description = {The main element in the set that defines a
+ \gls{compoundentry}.}
+}
+
+@entry{compotherlabel,
+ name = {other label or element \MFUskippunc(compound entry)},
+ text = {other label},
+ description = {The non-\glslink{compmainlabel}{main} elements in the
+ set that defines a \gls{compoundentry}.}
+}