Re: feature request for sidebars

2022-12-21 Thread arnold
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 an

Re: feature request for sidebars

2022-12-21 Thread arnold
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 genera

Re: feature request for sidebars

2022-12-21 Thread pertusus
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 ha

Re: feature request for sidebars

2022-12-21 Thread arnold
Hi Patrice, > > Going through ps nowadays is not really needed, such that this can be > > simplified in > > > > makeinfo --latex gawk.texi > > pdflatex gawk.tex > > pdflatex gawk.tex > > Thanks. I'm getting errors. Once I've pushed things to Git > where folks can get to it I will send more i

Re: using hashes for internal URLs

2022-12-21 Thread Patrice Dumas
On Thu, Dec 15, 2022 at 02:32:12PM -0800, Per Bothner wrote: > When using the js-info reader, the location bar displays these URLs for nodes: > https://domterm.org/Wire-byte-protocol.html (if http/https) > file:///home/bothner/DomTerm/web/index.html#Wire-byte-protocol (if file:) > These are als

Re: no-op brace command not starting a paragraph for mixing with raw output

2022-12-21 Thread Patrice Dumas
On Tue, Dec 20, 2022 at 05:30:22PM +, Gavin Smith wrote: > On Tue, Dec 20, 2022 at 12:02:30AM +0100, Patrice Dumas wrote: > > It can be done if there are no special characters in the title: Actually, I completely forgot that @-commands are expanded in output format raw blocks. This solves mo

Re: feature request for sidebars

2022-12-21 Thread arnold
pertu...@free.fr wrote: > Going through ps nowadays is not really needed, such that this can be > simplified in > > makeinfo --latex gawk.texi > pdflatex gawk.tex > pdflatex gawk.tex Thanks. I'm getting errors. Once I've pushed things to Git where folks can get to it I will send more inform

Re: feature request for sidebars

2022-12-21 Thread pertusus
On Wed, Dec 21, 2022 at 01:41:59AM -0700, arn...@skeeve.com wrote: > > I've never used latex. I assume the sequence is something like > > makeinfo --latex gawk.texi # should have no errors / warnings > latex gawk.tex > latex gawk.tex # second time for xrefs and indexing >

Re: feature request for sidebars

2022-12-21 Thread arnold
pertu...@free.fr wrote: > On Tue, Dec 20, 2022 at 02:00:18AM -0700, arn...@skeeve.com wrote: > > Does makeinfo generate LaTeX these days? > > Yes, and we'd welcome feedback, in particular on customization of the > LaTeX output. > > > Can that be done for TeX and Info? > > It is done for all the te