On Wed, 21 Jun 2000, Henry Pfister wrote:

> I'm currently using Lyx 1.0.1, and I'm very interested
> in using the align and intertext features of amstex
> in Lyx.  I'm also a fairly competent C++ programmer,
> and considering adding these features myself.  I
> do have a few questions though.
> 
> 1) Does this already exist (ie. am I an idiot)?

no.

> 2) What source files deal with generating latex for eqnarrays?

basically one: math_write.C, but all generated code should be readable by
the parser (math_parser.[Ch])

> 3) What source files deal with UI issues for eqnarrays?

Most stuff is in math_cursor.[Ch]

> 4) Does anybody else care about this or have suggestions?

You'll find the current code unfriendly. Please visit this page:

http://www.devel.lyx.org/~asierra/

Greets,

Alejandro

Reply via email to