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