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
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
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
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
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
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
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
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
>
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