> Not in the near future but... Yes! And I think that Andre's work (TeXStream) > may help in this direction. In principle the TeXStream (or a class derived > from it) could store the 1:1 table of correspondence between cursor > positions and chunks of latex. The export function could call something > like os << forwardPos so to keep this correspondence in sync (this > operation could be overload as noop in the cases it's not needed). > > I suspect that it is not even terribly difficult. What do you think?
I do not know anything about TeXStream... I recently tested a WYSIWYG latex application called bakoma. It hacks dvi viewer and allow edition in dvi mode, and in latex source window. Using a dvi viewer/editor avoids all our layout troubles. Pretty impressed. Bo