andysouth / rworldmap

R package for mapping country data
29 stars 7 forks source link

local sweave ! LaTeX Error: File `ae.sty' not found. #15

Closed andysouth closed 3 years ago

andysouth commented 3 years ago

Vignettes are old sweave style. Now getting this error at Check.

Error: processing vignette 'rworldmap.rnw' failed with diagnostics: unable to run pdflatex on 'rworldmap.tex' LaTeX errors: ! LaTeX Error: File `ae.sty' not found.

Tried this & doesn't seem to fix. tinytex::install_tinytex()

andysouth commented 3 years ago

These eventually fixed vignette creation locally. tinytex::parse_install( text = "! LaTeX Error: File ae.sty' not found.") tinytex::parse_install( text = "! LaTeX Error: Filea4wide.sty' not found.") tinytex::parse_install( text = "! LaTeX Error: File `a4.sty' not found.")