MIT licensed by John MacFarlane
Maintained by [email protected]
This version can be pinned in stack with:typst-symbols-0.2@sha256:023bca9e7b6abff8f4cd466db1bab5571bbd6fdcd9df72ffa8454905ff60e9ab,948

Module documentation for 0.2

Depends on 2 packages(full list with versions):
Used by 2 packages in nightly-2026-06-06(full list with versions):

This package defines symbol and emoji codes for the typst language (https://typst.app).

Changes

Revision history for typst-symbols

0.2

  • Reorganize API (breaking API change). Now we only export one module, Typst.Symbols. This contains typstSymbols, typstEmojis, and mathSymbolShorthands, as well as types Sym and MathClass. typstSymbols and typstEmojis are no longer lists of tuples. Instead, they are lists of Sym records, which now include deprecation and math symbol class information. scrape-symbols.hs has been changed tot generate the new API. See jgm/texmath#288 for motivation.

0.1.9.1

  • Fix small regression in 0.1.9, in which variation selector code points were included after some symbols.

0.1.9

  • Updaet to typst 0.14.

0.1.8.1

  • Revert sorting in scrape-symbols.hs, introduced mistakenly in 0.1.8.

  • Regenerate symbol tables, so that defaults for things like dots are fixed.

0.1.8

  • Update to typst 0.13.

0.1.7

  • Update to typst 0.12.

0.1.6

  • Update to typst 0.11.

0.1.5

  • Update to typst 0.9.

0.1.4

  • Add Typst.Shorthands with symbol shorthand table.

0.1.3.1

  • Fix symbol-scraping script and symbols for typst 0.7.

0.1.3

  • Update symbols for typst 0.7.

0.1.2

  • Update symbols for typst 0.6.

0.1.1

  • Update symbols for typst 0.5
  • Relax lower bound of base.

0.1.0.1

  • Relax lower bound of base to 4.12.

0.1.0.0

  • Initial release.