Skip to content
Prev 8453 / 12125 Next

[R-pkg-devel] Unable to create manual

On 12/09/2022 9:09 a.m., Edward Wei wrote:
This looks like a problem in the way tools::texi2dvi detects pdflatex. 
If you have a valid LaTeX file, try running

tools::texi2dvi(filename, pdf = TRUE)

If that gives the same message, then debug(tools::texi2dvi), and repeat, 
single stepping through the function to see what test it uses, and 
figure out why it fails on your system.

Duncan Murdoch