edhowler / mathtex

Automatically exported from code.google.com/p/mathtex
Other
1 stars 1 forks source link

mathtex doesn't support "\begin{array}" ... "\end{array}" #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are some examples in the MathML torture test that we can't pass
because we don't support "array".

This functionality will be significant work, so I would suggest waiting for
strong user need to implement this.

Original issue reported on code.google.com by mdb...@gmail.com on 5 Aug 2009 at 5:12

GoogleCodeExporter commented 9 years ago
I did attempt implementing the split environment a couple of days ago. However, 
I
could not get the parser to recognise \begin{foo} (anything) \end{foo}. It 
appears as
if the tokens were being consumed elsewhere.

A discussion on the best way to implement the various environments LaTeX 
provides is
probably the best bet, and how to handle delimiters such as & and \\. A good 
solution
could save a lot of unnecessary duplication/re factoring later on.

Original comment by fred...@witherden.org on 6 Aug 2009 at 11:36

GoogleCodeExporter commented 9 years ago
I was wondering whether there has been any progress on this issue? Being able to
render matrices would be great.

I'm looking into latex rendering for sympy in reinteract [1], and mathtex looks 
like
the perfect candidate for the job. By using cairo rendering it will also allow 
for
high-quality printouts of sympy/reinteract worksheets, something that is not 
possible
(or very hard to get right) when having to work with images.

[1] 
http://jbaayen.blogspot.com/2009/09/part-of-what-makes-sympy-so-useful-is.html

Original comment by jorn.baa...@gmail.com on 1 Oct 2009 at 10:10