Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.