diff --git a/tests/styling/styling.pdf b/tests/styling/styling.pdf new file mode 100644 index 0000000..31ffc9d Binary files /dev/null and b/tests/styling/styling.pdf differ diff --git a/tests/styling/styling.typ b/tests/styling/styling.typ new file mode 100644 index 0000000..aec7cb2 --- /dev/null +++ b/tests/styling/styling.typ @@ -0,0 +1,20 @@ +#import "../../themes/default.typ": * + +#show: make-glossary +#show link: set text(fill: red) +#let entry-list = ( + ( + key: "potato", + short: "potato", + long: "long potato", + plural: "potatoes", + longplural: "long potatoes", + description: [#lorem(5)], + ), +) +#register-glossary(entry-list) +#show figure.caption.where(kind: "glossarium_entry"): it => { + align(center, it) +} + +#print-glossary(entry-list, show-all: true)