Combining the Glossary, Acronyms and Abbreviations into the main glossary so they are all output together. Note that the output format of abbreviations and acronyms is not as desired yet.

main
Vel 2022-09-12 13:27:21 +12:00
parent 84809be00c
commit c8496143a6
1 changed files with 1 additions and 1 deletions

View File

@ -228,8 +228,8 @@ leftmargin=1cm,rightmargin=1cm
\makeindex
\setabbreviationstyle{long-short}
\GlsXtrLoadResources[src={Glossary.bib},sort={en-US},type=main]
\setabbreviationstyle[acronym]{long-short} % The first time an acronym is used in text, display it as <long> (<short>), e.g. "Network Time Protocol (NTP)"
\GlsXtrLoadResources[src={Glossary.bib, Acronyms.bib, Abbreviations.bib},sort={en-US},type=main]
\GlsXtrLoadResources[src={Acronyms.bib},sort={letter-nocase},type=acronym]
\GlsXtrLoadResources[src={Abbreviations.bib},sort={letter-nocase},type=abbreviations]