We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7692678 commit 8c4ab0aCopy full SHA for 8c4ab0a
changelog
@@ -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
13
texmath (0.12.8.4)
14
15
* TeX reader: ignore `\allowbreak` (#230).
texmath.cabal
@@ -1,5 +1,5 @@
Name: texmath
-Version: 0.12.8.4
+Version: 0.12.8.5
Cabal-Version: >= 1.10
Build-type: Simple
Synopsis: Conversion between math formats.
0 commit comments