José Abílio Oliveira Matos wrote: > On Wed, Oct 06, 2004 at 10:48:25AM +0100, Angus Leeming wrote: >> Jose, I suspect that this one is a result of your parser changes. I'm >> getting warnings: >> >> LyX: Bad boolean `0'. Use "false" or "true" [around line 19 of file >> /tmp/lyx_tmpdir199946DJAXR/19994hn2iuH] >> LyX: Bad boolean `0'. Use "false" or "true" [around line 22 of file >> /tmp/lyx_tmpdir199946DJAXR/19994hn2iuH] >> LyX: Bad boolean `0'. Use "false" or "true" [around line 33 of file >> /tmp/lyx_tmpdir199946DJAXR/19994hn2iuH] > > Thank you. I will look into it. Even the warning makes sense. :-)
Interestingly though it doesn't warn about 'use_amsmath', even though this is presumably also a boolean: 19 \use_geometry 0 20 \use_amsmath 1 -- Angus