Skip to content

Commit 8d41292

Browse files
committed
Bump to 0.12.8.13, update changelog
1 parent 4f8d982 commit 8d41292

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelog

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
texmath (0.12.8.13)
2+
3+
* Remove special override for `\perp` in Text.TeXMath.Readers.TeX.Commands
4+
(#247). This caused `\perp` to be read as U+22A5 instead of U+27C2. This
5+
addresses the mismatch with the TeX writer (which associates `\bot` with
6+
U+22A5 and `\perp` with U+27C2).
7+
8+
* Typst writer:
9+
10+
+ Fix several issues with accents and attachments (#245).
11+
+ Fix handling of some EOver with combining accents (#245).
12+
+ Escape backslash in text context (#245).
13+
114
texmath (0.12.8.12)
215

316
* TeX writer: render prime and superscripted prime as `'` (#246).

texmath.cabal

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

0 commit comments

Comments
 (0)