Hi Textmate fellows,
I've always been slightly jealous of emacs' auctex mode with previewing of images and equations in a TeX document. I understand the issue of dealing with fancy fonts in a source editor, but would it be possible to create a preview of parts of the code in the form of tooltips?
I've been thinking of that for a while, considering the use of latex2html to generate images, or the sleek LaTeXit freeware. These two would really slow down the process, as they call latex and generate images.
Now I think I've just found the ultimate tool:
http://www.math.union.edu/~dpvc/jsMath/welcome.html
This is by far the best math publishing solution I've seen on the web when it comes to including math on html pages (MathML, although promising, is really lacking support).
_____________________________________________________________________________ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr
On 12/9/07 5:17 AM, "baptiste auguie" bapt_4510@yahoo.fr wrote:
... Now I think I've just found the ultimate tool:
http://www.math.union.edu/~dpvc/jsMath/welcome.html
This is by far the best math publishing solution I've seen on the web when it comes to including math on html pages (MathML, although promising, is really lacking support).
MathML isn't very user friendly either. But there's a much larger community for it (now) than jsMath. I keep my TeX installation updated/maintained via Fink (yeah, I'm lazy) so currently jsMath doesn't find the TeX fonts ... but jsMath looks promising, for a java script. Inline equation preview would be a cool addition to TM.
Best wishes
David
³It will be well for us not to assume an attitude of condescension towards the crowd. Because in the matter of looking without seeing we are all about equal. We all go to and fro in a state of the observing faculties which somewhat resembles coma. We are all content to look and not see.² -- Arnold Bennett in ³The Author¹s Craft² (1914)
dsnyder@txstate.edu
On 9 Dec 2007, at 12:17, baptiste auguie wrote:
I've always been slightly jealous of emacs' auctex mode with previewing of images and equations in a TeX document. I understand the issue of dealing with fancy fonts in a source editor, but would it be possible to create a preview of parts of the code in the form of tooltips?
The Dialog 2, presently in the WIP branch at the repository, allows you to show HTML tool tips, so this would make it possible.
And the idea indeed sounds very good.