SHA256
4
0
forked from pool/texmath

Accepting request 359356 from devel:languages:haskell:lts

- update to 0.8.4.2
* Fixed overbrace, underbrace.  Previously we were using the wrong
    character: U+FE37 instead of U+23DE.  This didn't work in Word.
* Support \mathop, \mathrel, \mathbin, \mathord
* MathML - render Symbol Ord as mi, not mo.
* Handle align environments with > 2 cells per row.

OBS-URL: https://build.opensuse.org/request/show/359356
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=25
This commit is contained in:
2016-02-14 15:24:45 +00:00
committed by Git OBS Bridge
parent 850d66442f
commit 6be82fde13
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Feb 14 15:19:50 UTC 2016 - mimi.vx@gmail.com
- update to 0.8.4.2
* Fixed overbrace, underbrace. Previously we were using the wrong
character: U+FE37 instead of U+23DE. This didn't work in Word.
* Support \mathop, \mathrel, \mathbin, \mathord
* MathML - render Symbol Ord as mi, not mo.
* Handle align environments with > 2 cells per row.
-------------------------------------------------------------------
Sun Dec 13 17:03:51 UTC 2015 - mimi.vx@gmail.com