File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1212> definition, whereas the long in ` #gls(...) ` refers to the "long form" of the
1313> entry's output.
1414
15+ > [ !TIP]
16+ > New options have been added to ` make-glossary ` to control which
17+ > elements always use the "first form" of an entry.
18+ > Previously, usages in outlines, figure captions and headings were
19+ > contextual. That is, the form used depended on whether the entry
20+ > had been used before in the document.
21+ > Now, these elements can be configured independently to be either always first (` true ` ),
22+ > dynamic (` none ` ) or always the short form (` false ` ).
23+ >
24+ > The default configuration is to always use the first form.
25+ >
26+ > ``` typ
27+ > #show: make-glossary.with(
28+ > always-first: none,
29+ > outline-always-first: true,
30+ > figure-caption-always-first: true,
31+ > heading-always-first: true,
32+ > )
33+ > ```
34+
1535> [!TIP]
1636> A new utility `print-gloss` has been added to allow printing the default's
1737> formatting for a single entry. This is useful when you want to print
You can’t perform that action at this time.
0 commit comments