itex2MML 1.02
William Morgan has released a Ruby port of itex2MML
.
To celebrate, I’m releasing another minor update to itex2MML
. In the new version:
- Fixed a compilation problem with
flex 2.5.31
. - Added a “unary plus” to match “unary minus”, and improved the invocation of unary plus/minus (thanks, William)
- Fixed stretchy delimiters. “
\left(
” is stretchy. “(
” is not stretchy. Similarly for other delimiters and their corresponding right delimiters. Left and right stretchy delimiters must be matched (as in TeX). As in TeX,\left(
will match\right]
and you can use the null delimiter (\left.
and\right.
).
I was never really happy with the way stretchy delimiters worked in itex2MML
until now.
Anyway, itex2MML 1.02 contains MacOSX and Linux binaries, as well as the source to compile your own.
Posted by distler at September 25, 2005 10:25 AM
Re: itex2MML 1.02
Your RSS feed gives “William Morgan has released a” for the title of this posting, omitting “Ruby port of itex2MML”, no doubt because the latter is in an A tag.
There should be a function that recursively gets all the text needed in a heading, no matter how deep it is nested.