Revisions of texmath

Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 411137 from Peter Simons's avatar Peter Simons (psimons) (revision 41)
See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details.
buildservice-autocommit accepted request 405319 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 40)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 405318 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 39)
- remove texmath-rpmlintrc
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 405315 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 38)
- regenerate spec-file, fix ghc-texmath-devel requires
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 404947 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 37)
- update to 0.8.6.4
* Handle equation environment (without numbering).
buildservice-autocommit accepted request 398892 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 36)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 398891 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 35)
- update to 0.8.6.3
* Use POST instead of GET for texmath-cgi.
buildservice-autocommit accepted request 391641 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 34)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 391640 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 33)
- update to 0.8.6.2
* Fixed array alignment issues
* Use 1 and 0 for _Hide attributes, rather than on and off.
* Fixed EUnderOver for omml output.  Previously both the under and
    the over part were being placed under
buildservice-autocommit accepted request 383478 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 32)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 383475 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 31)
- update to 0.8.6.1
* OMML writer:  Fixed rendering of roots, so that the degree appears
    in the right place.
* OMML writer:  Don't include empty rPr elements.

- update to 0.8.6
* TeX reader: Support hundreds more math symbols (all of those defined in 
    Text.TeXMath.Unicode.ToTeX), including `\nwarrow`, `\swarrow`, `\nearrow`,
    `\searrow`.
buildservice-autocommit accepted request 380958 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 30)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 380955 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 29)
- update to 0.8.5.1
* OMML writer: Fixed order of elements in nary formulas to conform
    to OMML spec (#88, Niko Weh).  `<e>` must follow the `<sup>` and `<sub>`
    parts of `<nary>`. This fixes rendering issues in LibreOffice
    (though Word copes with the incorrect order).
* Added Paths_texmath to Other-Modules for texmath executable.
buildservice-autocommit accepted request 377130 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 28)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 377127 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 27)
- update to 0.8.5 
* TeX parser: Support limited styling inside \DeclareMathOperator.
* TeX reader: Correctly parse \mbox.  Its argument is text mode.
* Updated mathml tests to use mo for operators.
* TeX reader: support mathopen, mathclose, mathpunct.
* MathML writer: render EMathOperator as mo, not mi.
* MathML: handle leading space in EText.
* Take --version in executable from cabal metadata.
* Added Paths_texmath to other-modules.
buildservice-autocommit accepted request 359357 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 26)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 359356 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 25)
- 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.
buildservice-autocommit accepted request 348706 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 24)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 23)
- update to 0.8.4.1
* Fixed bold-italic in OMML.  Previously `\mathbfit` didn't work
    properly in OMML output.
* Ignore `\nonumber`.
* Allow styling in `\operatorname` e.g. `\operatorname{\mathcal{L}}`.
* Fixed bug in `supHide` and `subHide` for OMML.  This  led to little
    empty boxes being displayed in integrals with subscripts but no
    superscripts.
* Implemented `\mod` as a math operator.  This doesn't capture all the
    spacing subtleties of the amsmath version, but should be good enough
    for most purposes.
* Allow pandoc-types < 1.17.
* Improved symbol spacing in Pandoc output.
    This change avoids putting space around binary symbols that
    come at the beginning or end of a group, or appear on their
    own.  It also avoids spacing on a binary symbol that follows
    a Bin, Op, Rel, Open, or Punct atom, in accord with
    TeXBook Appendix G.  We could go farther towards exactly
    matching the TeXBook rules, but this simple change goes some of
    the way.
buildservice-autocommit accepted request 339617 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 22)
baserev update by copy to link target
Displaying revisions 121 - 140 of 161
openSUSE Build Service is sponsored by