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