diff --git a/CHANGELOG.md b/CHANGELOG.md index 409ac9e..73fa4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ ## 0.4.2 -> [!TIP] For Typst v0.12.0 and later +> [!TIP] +> For Typst v0.12.0 and later > A new function is introduced `register-glossary`. > Recommended usage is the following: > ```diff @@ -21,9 +22,11 @@ > ) > ``` -> [!NOTE] Deprecate `location` argument in queries +> [!NOTE] +> Deprecate `location` argument in queries -> [!TIP] `short` is no longer **required**, but **semi-optional**. +> [!TIP] +> `short` is no longer **required**, but **semi-optional**. > Accept `short` or `long` for an entry, but not neither. ## 0.4.1 diff --git a/README.md b/README.md index db680c3..b93d866 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Typst glossary -> [!TIP] Acknowledgements +> [!TIP] > Glossarium is based in great part of the work of [Sébastien d'Herbais de Thun](https://github.com/Dherse) from his master thesis available at: . His glossary is available under the MIT license [here](https://github.com/Dherse/masterproef/blob/main/elems/acronyms.typ). Glossarium is a simple, easily customizable typst glossary inspired by [LaTeX glossaries package](https://www.ctan.org/pkg/glossaries) . You can see various examples showcasing the different features in the `examples` folder.