Conversion of LaTeX math formulas to MathML or OMML
http://hackage.haskell.org/package/texmath
The texmathml library provides functions to convert LaTeX math formulas
to presentation MathML (which can be used in HTML) or OMML (Office Math
Markup Language, used in Microsoft Office). It supports basic LaTeX and
AMS extensions, and it can parse and apply LaTeX macros.
Use the test flag to install a standalone executable, texmath, that
reads a LaTeX formula from stdin and writes MathML to stdout.
Use the cgi flag to install a cgi script, texmath-cgi.
- Developed at devel:languages:haskell
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/texmath && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
texmath-0.8.4.2.tar.gz | 0001601564 1.53 MB | |
texmath-rpmlintrc | 0000000077 77 Bytes | |
texmath.changes | 0000012889 12.6 KB | |
texmath.spec | 0000003390 3.31 KB |
Revision 9 (latest revision is 61)
Dominique Leuenberger (dimstar_suse)
accepted
request 359357
from
Ondřej Súkup (mimi_vx)
(revision 9)
- 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. (forwarded request 359356 from mimi_vx)
Comments 0