Closed
Description
Hello,
I've noticed that there appears a whitespace after each glossarium key in a text, even if there is supposed to be a punctuation mark directly following the abbreviation. For example, consider the following snippet:
#import "@preview/glossarium:0.5.4": make-glossary, register-glossary, print-glossary, gls, glspl
#show: make-glossary
#let entry-list = (
(key: "os", short: "OS", long: "Operating System", plural: "OSs"),
(key: "cpu", short: "CPU", long: "Central Processing Unit"),
(key: "pc", short: "PC", long: "Personal Computer")
)
#register-glossary(entry-list)
// document body
Each #gls("pc") has at least one #gls("cpu").
It also has an #gls("os").
There are different #glspl("os"), for example, Windows or MacOS.
#print-glossary(
entry-list
)
The output of this is the following
Notice the whitespace before each comma or period, although there is none in the code snippet itself,
What causes this behavior?
I'm using typst 0.13.0 and glossarium 0.5.4.
Kind regards
Metadata
Metadata
Assignees
Labels
No labels