On 11/15/10 09:18, Steven wrote:

Hi!

> It might need some more testing, but seems ok for me.

I gave it a try. Some points I found.

In l.2857 you comment the condition

// if (!IsLatexFormat()  ||  VarDepth != 0) tb->PrintChar ('(');

and always print the (. I think the important point here is 
!IsLatexFormat(). LaTeX will care about formatting itself. It should 
probably not get an additional ().

I do not understand l.2593 (commented line) and the commentary around.

Additionally, I see that in column style (my default) I do not get 
indented variations regardless of the setting of PGN_STYLE_INDENT_VARS.

Ie. if I set "INDENT_VARS" I should get

1.e4      e5
   (... c5)
   (... e6)

Instead of

1.e4      e5
   (... c5) (... e6)

I think this is around l.2626 where you changed the addition of breaks. 
But I don not understand the construction you use, ie

if (!(PgnStyle & PGN_STYLE_COLUMN))

You're more in that part of the code.


cu
Alexander

------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to