I'm interested in getting a widget that can display mathematical formulas.
TeX seems to me a high-quality solution, but if there is also a minimalist
TeX clone for math written in tcl, I would be happy to extend it...
any help appreciated
One minimalist starting point is on the Wiki:
although its author, as I understand it, would like to reimplement
the code along the lines of http://wiki.tcl.tk/13434
--
73 de ke9tv/2, Kevin
Does it need to happen dynamically? If not, a reasonable approach is to
use TeX itself to format the formulae, and then convert the resulting
document to an image which you can then display. This works pretty
well, but isn't very fast. It's also a long time since I did it last; I
know I've forgotten details...
Donal.
>
> One minimalist starting point is on the Wiki:
>
> http://wiki.tcl.tk/6004
>
> although its author, as I understand it, would like to reimplement
> the code along the lines of http://wiki.tcl.tk/13434
>
Yes, this is one of my many pet projects that deserve a better fate,
but the implementation as I have it in mind at the moment should
be fairly straightforward.
Regards,
Arjen
Michael
uhm, really I don't like having a delay.
I'm more oriented to a dynamic interactive widget.
seems i have to start from scratch, or maybe looking for some ideas on the
wiki
thanks anyway
rr
hey this looks interesting!
maybe I'll spend some time on understanding it this week-end...
thanks for the suggestion
> Yes, this is one of my many pet projects that deserve a better fate,
> but the implementation as I have it in mind at the moment should
> be fairly straightforward.
>
> Regards,
>
> Arjen
rr
> >> has anyone managed to render TeX code into a widget?
> >
> > Does it need to happen dynamically? If not, a reasonable approach is to
> > use TeX itself to format the formulae, and then convert the resulting
> > document to an image which you can then display. This works pretty
> > well, but isn't very fast.
>
> uhm, really I don't like having a delay.
It can be made very fast, but it requires a special TeX daemon
so that you don't get the startup delay for every formula.
See also the preview-latex system for emacs (part of auctex now).
--
Donald Arseneau as...@triumf.ca
>
> Yes, this is one of my many pet projects that deserve a better fate,
> but the implementation as I have it in mind at the moment should
> be fairly straightforward.
>
Well, I picked it up again, started an alternative implementation and
while this is coming along nicely, it is not ready for "Wiki time" yet.
Still, the concept seems to be working quite well.
Regards,
Arjen