bug-texinfo
[Top][All Lists]
Advanced

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

Re: feature request for sidebars


From: pertusus
Subject: Re: feature request for sidebars
Date: Wed, 21 Dec 2022 10:19:42 +0100

On Wed, Dec 21, 2022 at 01:41:59AM -0700, arnold@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
>       dvi2ps gawk.dvi gawk.ps
>       ps2pdf gawk.ps gawk.pdf
> 
> If not, what's the right incantation(s)?

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

-- 
Pat



reply via email to

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