On Tue, Oct 30, 2001 at 11:43:55AM +0200, Dekel Tsur wrote:
> You can also make a lyxskak.sty package as follows:
> (lyxskak must be loaded after babel)
> 
> \RequirePackageWithOptions{skak}
> \let\skak@ifthenelse\ifthenelse
> \AtBeginDocument{\let\ifthenelse\skak@ifthenelse}

Perhaps it is better to create lyxskak.sty in the following way:
1. Copy skak.sty to lyxskak.sty

2. After ifthen package is loaded, add the line

  \let\skak@ifthenelse\ifthenelse

3. Replace every occurrence of the \ifthenelse macro by \skak@ifthenelse

Reply via email to