Hi. I have fixed that sidebar to be a subsection and made other changes for LaTeX support. It's now integrated into the gawk-5.2-stable and master branches in the gawk git repo.
W.R.T. sidebars, please let me know when texinfo.tex supports @cartouche with a title. This has been an interesting and fun thread. I feel like we've accomplished something worthwhile, even if just in a small way. Thanks very much! Arnold arn...@skeeve.com wrote: > 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 > > > pertu...@free.fr 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