Hi. Thanks for figuring this out. The problem is that in this case there is no way to directly give the table a title and anchor for cross referencing from the main text except by wrapping it in @float.
I suppose that I could just make this particular sidebar a regular subsection, but the general problem of tables and figures inside @cartouche remains. In any case, making this an explicit parse error would probably help. Thanks! Arnold [email protected] wrote: > Hello, > > The error actually comes from a construct like > > @cartouche > > @float Table,label > @caption{Return} > @end float > > @end cartouche > > My feeling is that @float should only be valid at top-level, not in a > block command, such as @cartouche, if in a block, the float cannot > float. > > I would propose to have an error during parsing for that case. Looks > good to you? > > -- > Pat
