octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: about contibuting to octave


From: Michael Goffioul
Subject: Re: about contibuting to octave
Date: Wed, 11 Mar 2009 09:17:35 +0000

On Wed, Mar 11, 2009 at 9:12 AM, xianghang liu <address@hidden> wrote:
>
>
> I think it would be necessary to support unicode and a higher level BB
> calculation interface. I would think carefully about the TeX expression
> paser class.

You might want to have a look at JHandles, which contains a basic TeX
parser (enough to support syntax understood by Matlab). The basic idea
is to define a data structure to contains the various text elements using
a container pattern, then use a visitor pattern to process that data
structure (like computing the BB of a full text snippet). I think I sent a
mail to Shai (maybe to the octave ML, I don't remember), with the ideas
I had about text parsing implementation.

Michael.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]