I see...trying...

On Monday, June 8, 2020 at 4:21:35 PM UTC-7, Joost wrote:

On Tue, Jun 09 2020, Aaron Lopez wrote:
> Right now i'm running Windows.
>
> Tried it.  Here's what I'm getting for this:
>
> C:\>pandoc --pdf-engine C:\Program Files\MiKTeX
> 2.9\miktex\bin\x64\xelatex
> -f epub -o text.tex
> pdf-engine must be one of wkhtmltopdf, weasyprint, prince,
> pdflatex,
> lualatex, xelatex, latexmk, pdfroff, context

Yes, `--pdf-engine` doesn't take a file path, it just accepts a
predefined set of engine names. The program `xelatex` should
simply be in your $PATH. So:

    pandoc --pdf-engine xelatex  -f epub -o text.tex



--
Joost Kremers
Life has its moments

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/939f4e71-b9a6-4d2b-9094-34409f13dcb9o%40googlegroups.com.