Education Project/Effort/Math baseline alignment/2ndMeeting log

From Apache OpenOffice Wiki
< Education Project‎ | Effort‎ | Math baseline alignment
Revision as of 23:05, 24 February 2010 by B michaelsen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[10:43] * Now talking on #ooo-math

[10:43] <ericb2> hello Thomas :)

[10:44] <ericb2> I was adding informations on the wiki

[10:44] <tl13> Hi Eric!

[10:44] <ericb2> http://wiki.services.openoffice.org/wiki/Education_Project/Effort/Math_baseline_alignment/Debuging_starmath

[10:44] <tl13> It happens that I have to wait for the compiler. And a rather long time too. Thus I thought it to be a good idea to talk with you now. ^_-

[10:45] <ericb2> ok, then I'll do a little point about the situation

[10:45] <tl13> fine.

[10:45] <ericb2> I have tried to put everything there : http://wiki.services.openoffice.org/wiki/Education_Project/Effort/Math_baseline_alignment

[10:45] <ericb2> + http://eric.bachard.free.fr/Education/february2008/starmath/

[10:46] <ericb2> I tested several cases, and I traced a bit

[10:46] <ericb2> but some recent important changes have slow down my work :

[10:46] <tl13> I see you have already enabled those lines to debug alignment issues.

[10:46] <ericb2> yes, I did

[10:46] <tl13> No problem. We already agreed not to be in a hurry.

[10:46] <ericb2> sb71 forced me to adapt the code to linkoo

[10:47] <ericb2> and I just completed this morning

[10:47] <tl13> ok

[10:47] <ericb2> now, any student has just to read, he should understand all the steps

[10:47] <ericb2> another problem was breakpoints

[10:47] <ericb2> I was probably not handy, but now I can stop where I want

[10:47] <tl13> Actually are you willing to mentor a student on your own?

[10:47] <ericb2> and I can compare logs too

[10:48] <tl13> I ask because...

[10:48] <ericb2> the idea is mentor students yes

[10:48] <ericb2> I got interested schools ( SupInfo Paris e.g. )

[10:48] <tl13> My last Goggle summer of code student, a she, asked if we had any small programming tasks she might take care off.

[10:49] <tl13> And I discussed with MBA but we do currently not have the time schedule to assign a mentor to her.

[10:49] <ericb2> I understand

[10:49] <tl13> But if you are willing I would ask her if she likes to work on Math with you.

[10:50] <ericb2> well, I'm not a profesional, but I'm interested

[10:50] <ericb2> thanks for proposing me the task :)

[10:50] <tl13> Ok then I drop you her e-mail address right here so you will know if it is her who contact you.

[10:51] <ericb2> FYI, I do propose other tasks : http://wiki.services.openoffice.org/wiki/Education_Project/Effort

[10:51] <ericb2> I know Thorsten will help for canvas e.g.

[10:51] <tl13> Ok.

[10:51] <tl13> Her name is Lili Sun and the e-mail is: sunny <sunnyfire@hotmail.com>

[10:52] <ericb2> ok, then I'm waiting for your introduction :)

[10:52] <tl13> I will write her a mail right after this meeting here and give her your e-mail address as well. Is that fine with you?

[10:52] <ericb2> it is fine with me

[10:52] <ericb2> thanks !


[10:52] <ericb2> back to the code

[10:52] <tl13> You need to be aware though that she is living in California. Thus there will be a huge difference in the timezones.

[10:52] <tl13> ok

[10:53] <ericb2> ok, noticed. If ever I can attend WWDC, I maybe could met her for true then :)

[10:53] <ericb2> debugging a bit, I have noticed all Arrange() methods

[10:54] <ericb2> not all are interesting, since only vertical move is important here ( if I'm not too wrong )

[10:54] <ericb2> my current work is to analyze all of them , and descrbe what is done

[10:54] <tl13> Basically you are correct.

[10:54] <ericb2> everything is there :

[10:54] <ericb2> http://wiki.services.openoffice.org/wiki/Education_Project/Effort/Math_baseline_alignment/Debuging_starmath/Arrange%28%29_methods_list

[10:55] <ericb2> what is not yet clear for me, is all the operations: I need to trace a lot to visualize more what happens

[10:55] <ericb2> and once everything will become more clear, I think I'll rewrite corresponding algorithms, to see whether

[10:56] <ericb2> -something is wrong

[10:56] <tl13> ok.

[10:56] <ericb2> - factorization is possible or whatever else

[10:56] <ericb2> and then I'll try a new solution

[10:56] <tl13> Without claim to completeness the only nodes I'm right away aware that need to be changed are

[10:57] <tl13> SmBinHorNode (over), SmTableNode (matrix) and whatever node is used for the 'stack' command.

[10:58] <tl13> And SmMatrixNode ( I see to have it confused with SmTableNode)

[10:58] <ericb2> ok, thanks for the information: I'll analize them in priority

[10:59] <ericb2> if you have time, I did some tests

[10:59] <ericb2> http://eric.bachard.free.fr/Education/february2008/starmath/tested_cases/

[10:59] <ericb2> and i have written a little calc sheet for those case, including comments : http://eric.bachard.free.fr/Education/february2008/starmath/issue972/issue972_possible_cases.ods

[11:00] <ericb2> last but not least, I'll try to log everything important, for archive reasons

[11:00] <ericb2> that's all for the current status :)

[11:01] <tl13> OK. That*s great so far. You seem to have put a lot of work into it.

[11:01] <ericb2> thanks. But the most important has to be done


[11:01] <ericb2> because of the coming FOSDEM, I'll try to work this week, but I'lll do more next week

[11:02] <tl13> Plesae have a look in parse.cxx

[11:02] <ericb2> I did too. Sorry I forgot to mention it

[11:02] <tl13> Yes?

[11:02] <tl13> ok.

[11:02] <ericb2> in fact, I add comment in the code, and I do a diff from time to time

[11:03] <tl13> ok.

[11:03] <ericb2> what is difficult to manage, is all the magic values

[11:03] <ericb2> and the mix between text lmayouting and formulas arrangements

[11:03] <tl13> Which ones?

[11:04] <ericb2> I have no good example yet, but I discovered some strange effects

[11:04] <tl13> yes?


[11:04] <ericb2> e.g. when inserting greek symbols , and toggling Text mode / not text mode

[11:05] <ericb2> the case I have in mind is when inserting a breakpoint in parse.cxx:398

[11:05] <ericb2> and :

[11:05] <ericb2> First try:

[11:05] <ericb2> type an equation containing a^2 + b^2 , exit formula ( ESC twice ) then enter the word "text"

[11:05] <ericb2> then create a new equation containing  %tau a^2 + b^2 and notice the difference.

[11:05] <ericb2> First breakpoint: parse.cxx:398

[11:05] <ericb2> When entering whatever letter, you hit a breakpoint. Just trace after it, and compare the two equations (e.g.)

[11:05] <ericb2> Entering  %tau a^2 + b^2 , you'll see the line starmath/source/parse.cxx:770

[11:07] <ericb2> as a summary, I'm searching the existing rules for equation writting. Does a documentation exist about that ?

[11:08] <tl13> There is the online help and there are some faqs on the OOo website, I think about 3 or so. That would be all.

[11:08] <ericb2> ok

[11:08] <tl13> Aside from that it would just be looking at the parser.

[11:08] <tl13> I will search for the faqs and drop you the links.

[11:08] <ericb2> ok, thanks a lot

[11:09] <tl13> In parse.cxx please look at the definition of

[11:09] <tl13> static const SmTokenTableEntry aTokenTable[] = ...

[11:09] <tl13> You'll see a lengthy array declarartion

[11:09] <ericb2> I know that part

[11:10] <ericb2> and I already analyzed some other functions/method

[11:10] <ericb2> methods

[11:10] <ericb2> e.g. GetTokenTableEntry()

[11:10] <tl13> Please also mind the out-commented parts (they are just handled at a different part now)...

[11:10] <ericb2> I'll do

[11:10] <tl13> All of the listed strings there build the complete set of commands etc.

[11:11] <ericb2> that's what I have understood. thanks for confirming it :)

[11:11] <ericb2> and to be honest, I already played with the code, because I'd like to add two new symbols : |-> and <-|

[11:12] <ericb2> mathematicians ask for them, and they are not in the list

[11:12] <tl13> Thus if you want to find out FOR SURE which Arrange methods you need to change

[11:12] <tl13> You have to make a sample for each of it (actually you can put them all in the same math formula) and check in the debugger if at the end of the respective Arrange function the

[11:12] <tl13> member bHasBaseline is set.

[11:14] <tl13> Only those functions where that member is not yet set to true (and thus nBaseline has no proper value) you need to change that Arrange function to calculate a value for nBaseline and then set bHasBaseline to true.

[11:14] <tl13> Having done so all Nodes should then have a baseline that could be used and passed via API.

[11:15] <tl13> In all the number of Nodes should surely be less than 10 maybe only 5.

[11:15] <tl13> But the problem is to find out which ones are still missing aside from the above mentioned 3 nodes.

[11:16] <ericb2> indeed. and I think repeat and repeat traces can help to "visualize"

[11:16] <tl13> Yes. But you thern need only to visuaöize those nodes where the baseline is not yet set.

[11:17] <ericb2> exactly. But the number of operations, just changing a letter is impressive, and the size of objects is important, and repeat will help me :)

[11:18] <ericb2> well, I think I have enough information for a lot of time, and I know your time is precious

[11:18] <tl13> Ok.

[11:19] <ericb2> if you agree, I'll add the log of the discussion in the archives too

[11:19] <tl13> no problem.

[11:19] <tl13> Just one more hint though

[11:19] <ericb2> yes

[11:20] <tl13> If you write a debugg function like

[11:20] <tl13> void test_baseline()

[11:20] <tl13> {

[11:20] <tl13> if (!bHasBaseline)

[11:20] <tl13> {

[11:20] <tl13> int i = 0;

[11:20] <tl13> }

[11:20] <tl13> }

[11:21] <tl13> And add calls to that function atz the very end of each Arrange function yxou can then set a breakpoint in the line

[11:22] <tl13> int i = 0 (or some similar line)

[11:22] <tl13> And thus have the debugger find out all missing nodes and only those very easily if your test case covers all of the

[11:22] <tl13> parser commands.

[11:22] <ericb2> this is a very good idea ! I'll try to use it

[11:22] <tl13> Thus about the main task will be to write down the test case with all those parser commands.

[11:23] <tl13> Ok. That*s all from my side.

[11:23] <ericb2> great Then thanks again for your presence, and see you later !

[11:24] <tl13> No problem. After all you are much appreciated for dealing with this problewm. ^_^

[11:24] <tl13> Ok. Bye!

[11:24] <ericb2> bye :-)

[11:25] * tl13 (n=chatzill@nat/sun/x-0a59d7ccae06ad0a) has left #ooo-math

Personal tools