Skip to content

Commit f58cb27

Browse files
committed
Bump to 0.5.10
1 parent ac17dc3 commit f58cb27

File tree

15 files changed

+12
-12
lines changed

15 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ examples showcasing the different features in the `examples` folder.
1313
# Fast start
1414

1515
```typ
16-
#import "@preview/glossarium:0.5.9": make-glossary, register-glossary, print-glossary, gls, glspl
16+
#import "@preview/glossarium:0.5.10": make-glossary, register-glossary, print-glossary, gls, glspl
1717
#show: make-glossary
1818
#let entry-list = (
1919
(
@@ -48,7 +48,7 @@ and [many](https://typst.app/universe/search?q=acro) [others](https://typst.app/
4848
Import the package from the typst preview repository:
4949

5050
```typ
51-
#import "@preview/glossarium:0.5.9": make-glossary, register-glossary, print-glossary, gls, glspl
51+
#import "@preview/glossarium:0.5.10": make-glossary, register-glossary, print-glossary, gls, glspl
5252
```
5353

5454
To use **glossarium** as a vendored module, download the package files into your project folder and import `glossarium.typ`:
@@ -61,7 +61,7 @@ To use **glossarium** locally, create a new package namespace on your system:
6161
- follows the instructions at [typst/packages](https://github.com/typst/packages?tab=readme-ov-file#local-packages)
6262
- import glossarium (if your namespace is named `local`):
6363
```typ
64-
#import "@local/glossarium:0.5.9": make-glossary, register-glossary, print-glossary, gls, glspl
64+
#import "@local/glossarium:0.5.10": make-glossary, register-glossary, print-glossary, gls, glspl
6565
```
6666

6767
## Making the glossary

examples/full-example/main.pdf

35 KB
Binary file not shown.

examples/full-example/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// @typstyle off
33
#import "../../glossarium.typ": make-glossary, register-glossary, print-glossary, gls, glspl, agls, gls-key, gls-short, gls-artshort, gls-plural, gls-long, gls-artlong, gls-longplural, gls-description, gls-group
4-
// #import "@preview/glossarium:0.5.9": make-glossary, register-glossary, print-glossary, gls, glspl, agls, gls-key, gls-short, gls-artshort, gls-plural, gls-long, gls-artlong, gls-longplural, gls-description, gls-group
4+
// #import "@preview/glossarium:0.5.10": make-glossary, register-glossary, print-glossary, gls, glspl, agls, gls-key, gls-short, gls-artshort, gls-plural, gls-long, gls-artlong, gls-longplural, gls-description, gls-group
55
#show: make-glossary
66
#let entry-list = (
77
(

examples/groups/groups.pdf

18.3 KB
Binary file not shown.

examples/groups/groups.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// @typstyle off
33
#import "../../glossarium.typ": make-glossary, register-glossary, print-glossary, gls, glspl
4-
// #import "@preview/glossarium:0.5.9": make-glossary, register-glossary, print-glossary, gls, glspl
4+
// #import "@preview/glossarium:0.5.10": make-glossary, register-glossary, print-glossary, gls, glspl
55
#show: make-glossary
66
#let entry-list = (
77
(
7.97 KB
Binary file not shown.

examples/import-terms-from-yaml-file/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// The glossary command here is modeled after the bibliography command and accepts similar arguments.
44

55
#import "../../glossarium.typ": *
6-
// #import "@preview/glossarium:0.5.9": *
6+
// #import "@preview/glossarium:0.5.10": *
77
#let read-glossary-entries(file) = {
88
let entries = yaml(file)
99

examples/plural-example/main.pdf

10.8 KB
Binary file not shown.

examples/plural-example/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// @typstyle off
33
#import "../../glossarium.typ": make-glossary, register-glossary, print-glossary, gls, glspl
4-
// #import "@preview/glossarium:0.5.9": make-glossary, register-glossary, print-glossary, gls, glspl
4+
// #import "@preview/glossarium:0.5.10": make-glossary, register-glossary, print-glossary, gls, glspl
55

66
#show: make-glossary
77
#let entry-list = (
5.72 KB
Binary file not shown.

0 commit comments

Comments
 (0)