On Thu, 2006-05-25 at 23:58 -0600, Robert Dodier wrote:
> We have floated some ideas for a TeX flavor system
> (TeX vs LaTeX vs whatever-TeX).
> Maybe with your help we can get the ball rolling.
In addition to:
(%i1) tex(matrix([a/c],[b]))$
$$\pmatrix{{{a}\over{c}}\cr b\cr }$$
I would love to have:
(%i2) latex(matrix([a/c],[b]))$
$$\left[\begin{array}{c}\frac{a}{c}\\ b\end{array}\right]$$
But I'm a bit lost in mactex.lisp to be able to do such a thing.
Regards,
Jaime