Connecting Tech Pros Worldwide Help | Site Map

authoring math in xml

T
Guest
 
Posts: n/a
#1: Oct 17 '08
hi, Just wondering what tools are available for authoring in XML for
docs that have complex math environments. Like equation arrays,
multiline equations, etc. The kind of environments AMSLaTeX supports
in LaTeX (i.e., not just display equations).

If there's a pointer to more information, please let me know. Can't
seem to find it for myself.

thanks,
--T
Joe Kesselman
Guest
 
Posts: n/a
#2: Oct 18 '08

re: authoring math in xml


I haven't looked at it in detail, but does MathML express what you need?
http://www.w3.org/Math/


--
() ASCII Ribbon Campaign | Joe Kesselman
/\ Stamp out HTML e-mail! | System architexture and kinetic poetry
Peter Flynn
Guest
 
Posts: n/a
#3: Oct 19 '08

re: authoring math in xml


T wrote:
Quote:
hi, Just wondering what tools are available for authoring in XML for
docs that have complex math environments. Like equation arrays,
multiline equations, etc. The kind of environments AMSLaTeX supports
in LaTeX (i.e., not just display equations).
>
If there's a pointer to more information, please let me know. Can't
seem to find it for myself.
Sadly, not very much. The best by far was the old EuroMath project
editor, which could accept equations in TeX code and losslessly convert
them to SGML *and back again* (this was long pre-MathML), but the
software was for SunOS only, and I have no idea if it's still available.

Arbortext's editor is probably the best for math right now
(http://www.ptc.com/products/arbortext/editor/), whatever it's currently
called (having been through more changes of name than I care to remember).

///Peter
--
XML FAQ: http://xml.silmaril.ie
Manuel Collado
Guest
 
Posts: n/a
#4: Oct 19 '08

re: authoring math in xml


Peter Flynn escribió:
Quote:
T wrote:
Quote:
>hi, Just wondering what tools are available for authoring in XML for
>docs that have complex math environments. Like equation arrays,
>multiline equations, etc. The kind of environments AMSLaTeX supports
>in LaTeX (i.e., not just display equations).
>>
>If there's a pointer to more information, please let me know. Can't
>seem to find it for myself.
>
Sadly, not very much. The best by far was the old EuroMath project
editor, which could accept equations in TeX code and losslessly convert
them to SGML *and back again* (this was long pre-MathML), but the
software was for SunOS only, and I have no idea if it's still available.
>
Arbortext's editor is probably the best for math right now
(http://www.ptc.com/products/arbortext/editor/), whatever it's currently
called (having been through more changes of name than I care to remember).
>
///Peter
You could have a look at XXE, the XMLMind XML Editor:

http://www.xmlmind.com/xmleditor/

It has support for MathML2:

http://www.xmlmind.com/xmleditor/features.html

I use it regularly, and I like it, although I don't use its math facilities.

--
Manuel Collado - http://lml.ls.fi.upm.es/~mcollado
William F Hammond
Guest
 
Posts: n/a
#5: Oct 21 '08

re: authoring math in xml


T <a_jtim@bellsouth.netwrites:
Quote:
hi, Just wondering what tools are available for authoring in XML for
docs that have complex math environments. Like equation arrays,
multiline equations, etc. The kind of environments AMSLaTeX supports
in LaTeX (i.e., not just display equations).
>
If there's a pointer to more information, please let me know. Can't
seem to find it for myself.
GELLMU:
http://www.albany.edu/~hammond/gellmu/
CTAN:support/gellmu

There's also the "translate LaTeX to xhtml+mathml" approach, but for
this one needs to be prepared to restrict one's LaTeX usage and to
customize the translator. Depending on the translator, those two
things can be done in tandem. To pursue this look at, say, the "mzlatex"
interface to tex4ht.

-- Bill

Closed Thread