Contains original training data of detexify
-
Download
detexify.sql.gz
andsymbols.json
from detexify-data -
Convert training data to JSON (so that others don't have to host a PostgreSQL database to bootstrap)
$ gunzip -c detexify.sql.gz | psql detypify $ psql detypify -qAtXc 'SELECT json_agg(json_build_array(key, strokes)) FROM samples' -o detexify.json
Contains mapping from LaTeX symbols to Typst symbols
-
Clone mitex and build
mitex-spec-gen
$ git clone https://github.com/mitex-rs/mitex $ cd mitex $ cargo build --package=mitex-spec-gen
-
Move
target/mitex-artifacts/spec/default.json
here
Contains information about Typst symbols
-
Access https://typst.app/docs/reference/symbols/sym/ in your browser
-
Right click -> Save as ->
typ_sym.html
Used to present symbols on the website
-
Download NewComputerModern from CTAN
-
Extract and move
NewCMMath-Regular.otf
here