bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: feature request for sidebars


From: arnold
Subject: Re: feature request for sidebars
Date: Wed, 21 Dec 2022 13:52:22 -0700
User-agent: Heirloom mailx 12.5 7/5/10

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

Please clone the gawk repo and switch to feature/latex-support.

        git clone https://git.savannah.gnu.org/r/gawk.git
        cd gawk
        git checkout feature/latex-support
        ./bootstrap.sh && ./configure && make -j
        cd doc
        makeinfo --latex gawk.texi
        pdflatex gawk.tex

For me it dies like so:

| ! LaTeX Error: Not in outer par mode.
| 
| See the LaTeX manual or LaTeX Companion for explanation.
| Type  H <return>  for immediate help.
|  ...                                              
|                                                   
| l.9513 \caption
|                {Return values from \texttt{close()} of a pipe}

If you wish to make changes and test, please edit gawktexi.in and then
use 'make gawk.texi' to get input for makeinfo.

I'm using makeinfo 7.0.1 and the texinfo.tex from the texinfo-7.0.1
distribution.

Much thanks,

Arnold



reply via email to

[Prev in Thread] Current Thread [Next in Thread]