Re: knitr and LuaLaTeX

2020-04-23 Thread Scott Kostyshak
On Thu, Apr 23, 2020 at 09:31:53PM +0200, Dr Eberhard Lisse wrote: > Hi, > > I have a LyX/knitR document which is > > Document -> Settings -> Formats > Default Output Format: PDF (LuaTeX) > > produces PDF without issue. > > Export to TeX > > latexmk pgf.tex > > produ

knitr and LuaLaTeX

2020-04-23 Thread Dr Eberhard Lisse
Hi, I have a LyX/knitR document which is Document -> Settings -> Formats Default Output Format: PDF (LuaTeX) produces PDF without issue. Export to TeX latexmk pgf.tex produces PDF without issue Export to Rnw R -e 'library(knitr);knit("pgf.Rnw")' && l