Skip to content

Commit 8c4ab0a

Browse files
committed
Bump to 0.12.8.5 and update changelog
1 parent 7692678 commit 8c4ab0a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
texmath (0.12.8.5)
2+
3+
* Typst writer: use ASCII symbols when possible instead of symbols (#232).
4+
E.g., `+` instead of `plus`. Add `\` to characters needing escape.
5+
Enhance list of characters that need escaping.
6+
7+
* Typst writer: fixed EBoxed output so it includes a border.
8+
9+
* Handle `\ddot` better in conversion to typst (#231).
10+
11+
* Use typst-symbols 0.1.5
12+
113
texmath (0.12.8.4)
214

315
* TeX reader: ignore `\allowbreak` (#230).

Diff for: texmath.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: texmath
2-
Version: 0.12.8.4
2+
Version: 0.12.8.5
33
Cabal-Version: >= 1.10
44
Build-type: Simple
55
Synopsis: Conversion between math formats.

0 commit comments

Comments
 (0)