TeX subset into MathML conversion? (as a Perl module, ideally)
8 views
Skip to first unread message
Ivan Shmakov
unread,
May 30, 2012, 12:52:50 AM5/30/12
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
So far, I've found three free software packages that allow for
TeX (subset) into (presentational) MathML conversion [1-3].
The goal is to make an Ikiwiki [4] extension to allow for easier
typesetting of formulae. As the former is based on Perl, I'm
somewhat inclined to take the LaTeXML [1] code as the basis,
though I guess it still may take considerable effort to extract
the relevant parts into a separate Perl module.
On the contrary, [2, 3] aren't in Perl, and thus will probably
take much more effort to adapt to be used conveniently from
Perl.
Or should I use LaTeX::TOM [5] instead?
I wonder, is there anything else I should consider?