SHA256
4
0
forked from pool/texmath

179 Commits

Author SHA256 Message Date
5c56f481b5 Accepting request 380955 from devel:languages:haskell:lts
- 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.

OBS-URL: https://build.opensuse.org/request/show/380955
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=29
2016-03-29 07:46:51 +00:00
ac19dd78fc Accepting request 377130 from devel:languages:haskell
- 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. (forwarded request 377127 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/377130
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=10
2016-03-26 14:26:08 +00:00
ffc7aa805c Accepting request 377127 from devel:languages:haskell:lts
- 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.

OBS-URL: https://build.opensuse.org/request/show/377127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=27
2016-03-22 08:29:43 +00:00
59ff3125b3 Accepting request 359357 from devel:languages:haskell
- 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 &gt; 2 cells per row. (forwarded request 359356 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/359357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=9
2016-02-17 09:25:56 +00:00
6be82fde13 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
2016-02-14 15:24:45 +00:00
bb70f01f9f Accepting request 348706 from devel:languages:haskell
- 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.

OBS-URL: https://build.opensuse.org/request/show/348706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=8
2015-12-23 07:49:24 +00:00
850d66442f - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=23
2015-12-13 17:08:51 +00:00
ee65761130 Accepting request 339617 from devel:languages:haskell
- update to 0.8.4

OBS-URL: https://build.opensuse.org/request/show/339617
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=7
2015-10-19 20:53:20 +00:00
fc7d1e9106 - update to 0.8.4
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=21
2015-10-18 14:35:26 +00:00
Stephan Kulow
f31b82261a Accepting request 325734 from devel:languages:haskell
- update to 0.8.3
* Parse uppercase Greek letters as EIdentifier, not ESymbol Op.
   This fixes handling of things like `$Lambda^1$`, particularly in omml.

OBS-URL: https://build.opensuse.org/request/show/325734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=6
2015-08-28 06:26:29 +00:00
094029fc04 - update to 0.8.3
* Parse uppercase Greek letters as EIdentifier, not ESymbol Op.
   This fixes handling of things like `$Lambda^1$`, particularly in omml.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=19
2015-08-23 17:49:31 +00:00
Stephan Kulow
dd7bebafc5 Accepting request 315224 from devel:languages:haskell
- update to 0.8.2.2
* Handle . after number with no following digits.
* Handle bare hyphen in \text{...}. Closes jgm/pandoc#2274.
* Support \ltimes and \rtimes in the TeX reader (Arata Mizuki).
* Slightly more efficient number parser.

OBS-URL: https://build.opensuse.org/request/show/315224
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=5
2015-07-08 04:59:53 +00:00
1a72dea64f - update to 0.8.2.2
* Handle . after number with no following digits.
* Handle bare hyphen in \text{...}. Closes jgm/pandoc#2274.
* Support \ltimes and \rtimes in the TeX reader (Arata Mizuki).
* Slightly more efficient number parser.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=17
2015-07-06 12:59:19 +00:00
Stephan Kulow
1dc283e8b9 Accepting request 306440 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/306440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=4
2015-05-21 06:13:52 +00:00
Peter Trommler
77dd9e6926 Accepting request 305255 from devel:languages:haskell:lts
- update to 0.8.2
* Better handling of decimal points. Decimal points are now parsed
    as parts of numbers, not as separate symbols.  E.g. in MathML they
    now appear in `<mn>` elements.  Closes #74.

- update to 0.8.1
  * OMML: Don't force everything into Roman font by default.
    This change ensures that variables will be italic by
    default in Word.  See jgm/pandoc#2075.
  * Fixed typo in `defaultEnv` to include `amssymb` (#68).
  * Moved some lookup tables to C, and disabled aggressive
    profiling defaults, to avoid excessive memory usage in
    compiling with clang (#70).
  * Support `\newcommand*` in `parseMacroDefinition` (jgm/pandoc#2005).
  * Fixed order bug for over/under in OMML reader (#66).
  * Support `\boldsymbol` (#67).
  * Added network-uri flag. This addresses the split of network
    and network-uri packages.
  * OMML reader: change default accent (Jesse Rosenthal).
    The default had previously been set as accute (possibly as a
    placeholder). It appears to be circumflex/hat instead.
  * Added OMML reader (Jesse Rosenthal).
  * Support latex \substack (#57).
  * Added EBoxed and implemented in readers and writers (#58).
  * Handle latex \genfrac.  Use \genfrac for \brace, \brack,
    etc. when amsmath is available.
  * Improvements in handling of space characters.
  * Use ESpace rather than EText when a mathml mtext just contains
    a space.
  * Use \mspace when needed to get latex spaces with odd sizes, rather

OBS-URL: https://build.opensuse.org/request/show/305255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=15
2015-05-04 19:00:49 +00:00
Stephan Kulow
da4f683a82 Accepting request 243315 from devel:languages:haskell
1

OBS-URL: https://build.opensuse.org/request/show/243315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=2
2014-08-01 05:08:10 +00:00
Peter Trommler
d0b3bc36f1 Accepting request 243196 from home:dimstar:rpmlintrc
Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc

OBS-URL: https://build.opensuse.org/request/show/243196
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=13
2014-07-31 19:52:21 +00:00
Stephan Kulow
5db8deae8e Accepting request 227801 from devel:languages:haskell
fixed license tag

OBS-URL: https://build.opensuse.org/request/show/227801
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmath?expand=0&rev=1
2014-04-02 15:19:25 +00:00
Scott Bahling
0691f3374f - Correct package License
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=11
2014-03-27 10:58:25 +00:00
Peter Trommler
e2c332e535 Accepting request 226374 from home:sbahling:branches:devel:languages:haskell
Prepare for Pandoc update

- update to 0.6.6
- needed for pandoc 1.12.3.3
texmath changes: 
  * Insert braces around macro expansions to prevent breakage (#7).
  * Support \operatorname and \DeclareMathOperator (rekka) (#17).
  * Support \providecommand (#15).
  * Fixed spacing bugs in pandoc rendering (#24).
  * Ignore \hline at end of array row instead of failing (#19).

OBS-URL: https://build.opensuse.org/request/show/226374
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=10
2014-03-17 09:54:32 +00:00
Scott Bahling
30161d36d8 Accepting request 213352 from devel:languages:haskell:pandoc
update and remove cgi program so we have fewer dependencies (forwarded request 213350 from ptrommler)

OBS-URL: https://build.opensuse.org/request/show/213352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=9
2014-01-10 15:09:19 +00:00
Scott Bahling
37967b0d2e - update to 0.6.4
- Change Group from Development/Languages/Other to
  Productivity/Publishing/TeX/Utilities

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=8
2013-11-01 17:53:08 +00:00
Peter Trommler
1eda6393ee Accepting request 185735 from devel:languages:haskell:pandoc
Updated packaging.

OBS-URL: https://build.opensuse.org/request/show/185735
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=7
2013-08-03 08:36:43 +00:00
Peter Trommler
3244f9cd6c Accepting request 143050 from home:ptrommler:pandoc
Update for pandoc

OBS-URL: https://build.opensuse.org/request/show/143050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=6
2012-11-28 08:27:21 +00:00
Peter Trommler
0bb500c9ac Accepting request 124056 from home:ptrommler:pandoc
pandoc: Haskell Platform 2012.2.0.0 update

OBS-URL: https://build.opensuse.org/request/show/124056
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=5
2012-06-07 10:00:43 +00:00
Peter Trommler
3645825b07 Accepting request 109727 from home:ptrommler:branches:devel:languages:haskell
Upgrade to 0.6.0.3 from upstream

OBS-URL: https://build.opensuse.org/request/show/109727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=4
2012-03-16 18:13:07 +00:00
Peter Trommler
2d728d9f6c Added BuildRoot needed by sle-11-sp1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=3
2012-02-29 12:54:43 +00:00
5cce6e0dfc - downgrade to version 0.5.0.4 (pandoc needs this)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=2
2012-01-20 22:00:29 +00:00
592fcde39b - initial packaging for Fedora automatically generated by cabal2spec-0.24.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/texmath?expand=0&rev=1
2012-01-20 21:50:36 +00:00