On Mon, Feb 06, 2023 at 11:14:30AM +0100, Patrice Dumas wrote: > Maybe we discussed it privately with Karl, but I didn't find a > corresponding mail either. The only hint I found was about some enblend > manual that used @if* commands on lines, which was needed before > @inline* commands, but it is not very clear whether it was also about > @set not being at the beginning of line. I had a look and there does > not seems to be any @set not at the beginning of line in the enblend > manual (enblend-enfuse-4.1.5).
Thanks. I've taken out all the mentioned commands. I am going to see if I can move the code for @columnfractions handling to be with the @multitable prototype handling and close the @multitable line contexts in a single place in the code. My next step after this will be trying to handle the contain_basic_inline_with_refs commands (including @def* commands) with the command nesting stacks rather than in check_valid_nesting. I am not going to have so much time to spend on this in the next couple of days but hope to make more progress towards the end of the week.