Open johnblommers opened 4 years ago
Pandoc has changed the way it accepts PDF-generating arguments. Right now PanDocElectron cannot generate PDFs.
The option --latex-engine=latex should be replaced with --pdf-engine=xelatex
--latex-engine=latex
--pdf-engine=xelatex
Thank you for the comment, excuse me for late reply.
Can be fixed in https://github.com/niebert/PanDocElectron/blob/master/js/cmdpandoc.js line 88
Pandoc has changed the way it accepts PDF-generating arguments. Right now PanDocElectron cannot generate PDFs.
The option
--latex-engine=latex
should be replaced with--pdf-engine=xelatex