Commit Graph
7 Commits
Author SHA1 Message Date
John MacFarlane 3ef74d1fd2 Typst reader: fix handling of dot(), tilde(), ddot().
See jgm/typst-hs#38.
2024-02-04 22:37:37 -08:00
John MacFarlane 1e05f32ead Typst reader: fix character used for norm.
See jgm/typst-hs#38.
2024-02-04 22:01:26 -08:00
John MacFarlane 9f58a55280 Typst reader: fix handling of \overline.
Due to a typo, it was being incorrectly rendered as an `\underset`.
Closes #9294.
2024-01-05 22:09:36 -08:00
John MacFarlane e2081ef9df Update typst-reader test for new typst-hs. 2023-10-27 10:34:28 -07:00
John MacFarlane ca9855b568 Use lastest texmath, typst-symbols, typst.
Targets typst 0.7.
2023-08-22 13:33:10 -07:00
John MacFarlane 3496109d49 Typst reader: fix regression in recognition of display math.
The last release caused all math to be parsed as inline math.
Closes #8949.
2023-07-10 21:24:23 -07:00
John MacFarlane a2be4ac62b Add typst reader tests.
Closes #8942.
2023-07-06 12:20:20 -07:00