Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgm/typst-symbols
Defines symbols and emoji used in typst
https://github.com/jgm/typst-symbols
Last synced: 26 days ago
JSON representation
Defines symbols and emoji used in typst
- Host: GitHub
- URL: https://github.com/jgm/typst-symbols
- Owner: jgm
- License: mit
- Created: 2023-06-04T16:01:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:12:09.000Z (8 months ago)
- Last Synced: 2024-09-15T02:48:16.696Z (about 2 months ago)
- Language: Haskell
- Size: 55.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# typst-symbols
This package provides definitions of the symbols used in typst
(). (Currently version 0.11.0 is targeted.)It exports lists of triples, which can be converted into maps or
other more appropriate forms, depending on the use case. Each
triple contains the symbol name (Text), a Boolean that is True
if the symbol is an accent, and the resolved symbol (Text).The symbols can be updated by scraping the typst website:
`make update` will do the work.