Skip to content

Commit 42ec313

Browse files
committed
Bump to 0.13.1, update changelog
1 parent e3c4355 commit 42ec313

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

changelog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
texmath (0.13.1)
2+
3+
* MathML writer: Keep mathvariant attribute in addition to finding
4+
unicode substitutes (#280). Previously, renderers didn't support
5+
mathvariant consistently, so we omitted this attribute. Tested in
6+
Safari, Firefox, and Chrome.
7+
8+
* OMML writer: properly handle bold/italics on identifiers (#280).
9+
Identifiers marked as bold need to be marked as bold-italic.
10+
Special exception for uppercase Greek.
11+
12+
* MathML writer: fix handling of italic (#280).
13+
14+
* OMML reader: handle w:ins elements in math (#278).
15+
Previously we skipped these, which meant that content
16+
would disappear.
17+
18+
* TeX reader: handle space commands in `\text{..}` (#277).
19+
20+
* TeX reader: Allow text operators to take an unbracketed argument (#276).
21+
122
texmath (0.13.0.2)
223

324
* Escape ; in typst output (#275).

texmath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: texmath
2-
Version: 0.13.0.2
2+
Version: 0.13.1
33
Cabal-Version: >= 1.10
44
Build-type: Simple
55
Synopsis: Conversion between math formats.

0 commit comments

Comments
 (0)