Jean-Marc Lasgouttes wrote:
> I'll try to, but I am not a tabular expert at all. I would feel safe
> if for example Dekel said that it is OK. I did not mean to say that
> you did not work hard enough... And since it is friday, I should have
> been able to assert that without you shrugging all the time!
Don't worry, I wasn't offended. I'm consciously trying to fix real bugs in
the reLyX parser that prevent it from 'understanding' the latex. All these
should be considered for 1.3.x because they really are bug fixes, not
extensions. If you get an extension for 'free' as here, then that's a
bonus.
Two more bugs on my list:
1) \makebox(0,0)[1b]{blah}
reLyX has no understanding that this is a valid construct because
all such figure commands \foo()[]{} are commented out in syntax.default.
Uncommenting them causes reLyX to fall over becuase such a case isn't in a
switch statement.
2) Despite this:
# Accents. Most of these take an argument -- the thing to accent
# (\l and \L are handled as InsetLatexAccents, so they go here too)
my $AccentTokens = "\\\\[`'^#~=.bcdHklLrtuv\"]";
\l and \L are not recognised as InsetLatexAccents because they don't get to
that part of the code. Mysterious.
--
Angus