File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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+
122texmath (0.13.0.2)
223
324 * Escape ; in typst output (#275 ).
Original file line number Diff line number Diff line change 11Name : texmath
2- Version : 0.13.0.2
2+ Version : 0.13.1
33Cabal-Version : >= 1.10
44Build-type : Simple
55Synopsis : Conversion between math formats.
You can’t perform that action at this time.
0 commit comments