2019-12-24 02:04:33 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:42:32 +00:00
|
|
|
Wed Nov 13 03:02:05 UTC 2019 - psimons@suse.com
|
2019-12-24 02:04:33 +00:00
|
|
|
|
|
|
|
|
- Update texmath to version 0.12.
|
|
|
|
|
texmath (0.12)
|
|
|
|
|
|
|
|
|
|
* Use Text instead of String in data types and functions
|
|
|
|
|
(Christian Despres) [API change]. Note that there are still a few
|
|
|
|
|
places where we unpack Text to String with a view pattern:
|
|
|
|
|
performance could likely be increased with further rewriting.
|
|
|
|
|
* Avoid use of !! with negative index (jgm/pandoc#5853).
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:42:32 +00:00
|
|
|
Sat Oct 5 02:02:46 UTC 2019 - psimons@suse.com
|
2019-10-10 18:55:03 +00:00
|
|
|
|
|
|
|
|
- Update texmath to version 0.11.3.
|
|
|
|
|
texmath (0.11.3)
|
|
|
|
|
|
|
|
|
|
* Use error instead of fail to allow building with ghc 8.8.
|
|
|
|
|
* Test output: remove superfluous spaces after control sequences,
|
|
|
|
|
superfluous groups, and unicode VARIATION SELECTOR 1.
|
|
|
|
|
* renderTeX: add space between control sequence and any non-ASCII
|
|
|
|
|
character. There are differences in behavior of isAlphaNum between
|
|
|
|
|
different ghc versions that would affect test output otherwise.
|
|
|
|
|
* charToLaTeXString: Ignore 65024 VARIATION SELECTOR 1 to avoid putting
|
|
|
|
|
it literally in the output ; it is used in mathml output and occurs
|
|
|
|
|
in many of the test cases.
|
|
|
|
|
* Add cabal.project.
|
|
|
|
|
* Use actions rather than travis for CI.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:42:32 +00:00
|
|
|
Wed Sep 25 02:02:18 UTC 2019 - psimons@suse.com
|
2019-10-10 18:55:03 +00:00
|
|
|
|
|
|
|
|
- Update texmath to version 0.11.2.3.
|
|
|
|
|
texmath (0.11.2.3)
|
|
|
|
|
|
|
|
|
|
* OMML reader: properly distinguish normal text from math (#136).
|
|
|
|
|
If `m:nor` or `m:lit` is set in `m:rPr`, we interpret the
|
|
|
|
|
contents as literal text and not as math.
|
|
|
|
|
* TeX reader: use different symbol (`_`) for `\underline` (#142).
|
|
|
|
|
This gets the right accent properties on MathML output, so
|
|
|
|
|
that the underline is not lower than it should be.
|
|
|
|
|
* TeX reader: Treat `\bmod` as a relational symbol rather than
|
|
|
|
|
an operator (#143). This fixes spacing problems in several
|
|
|
|
|
output formats.
|
|
|
|
|
|
2019-03-10 02:01:32 +00:00
|
|
|
-------------------------------------------------------------------
|
2019-12-28 14:42:32 +00:00
|
|
|
Wed Aug 28 17:31:10 UTC 2019 - psimons@suse.com
|
2018-05-14 15:21:28 +00:00
|
|
|
|
2019-12-28 14:42:32 +00:00
|
|
|
- Add texmath at version 0.11.2.2.
|
2018-05-14 15:21:28 +00:00
|
|
|
|