Skip to content

Commit c898e65

Browse files
committed
Update v0.5.5 changelog + upload examples
1 parent 6361c39 commit c898e65

5 files changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,31 @@
66
> The previous version `0.5.4` introduced a regression which was fixed in this version.
77
> Glossarium no longer adds whitespace around a reference.
88
9+
> [!IMPORTANT]
10+
> Backreferences are no longer merged if they appear on the same page.
11+
912
> [!TIP]
1013
> Thanks to @killercup, glossarium now has support for capitalization.
1114
> You can directly call `@Ref` or `@Ref:pl`, or use the `capitalize` parameter in
1215
> `gls` and `glspl`.
1316
> Capitalization is limited to strings, but raises a panic if used on content.
17+
> You can also use new functions `Gls`, `Glspl`, and `Agls`.
1418
1519
> [!TIP]
1620
> A new parameter `description-separator` allows you to customize the separator
1721
> between the entry's title and its description.
1822
23+
> [!TIP]
24+
> A new option in `make-glossary` allows you to always ask for long versions,
25+
> or disable links. By default, it is called with the options below
26+
> ```typ
27+
> #show: make-glossary.with(always-long: false, link: false)
28+
> ```
29+
30+
> [!NOTE]
31+
> `longplural` is no longer allowed without its `long` counterpart.
32+
33+
1934
## 0.5.4
2035
2136
> [!TIP]

examples/full-example/main.pdf

49.4 KB
Binary file not shown.

examples/groups/groups.pdf

29.4 KB
Binary file not shown.
20.5 KB
Binary file not shown.

examples/plural-example/main.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)