-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's --latex-engine, not --pdf-engine #11
Comments
ghost
mentioned this issue
Jul 13, 2018
If I replace
So |
The % LANGUAGE
%--------------------------------
$if(lang)$
\usepackage{polyglossia}
\setmainlanguage{{$polyglossia-lang.name$}}
$endif$ Proposed in #27 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As is, I get the following error:
pandoc details.yml -o output.pdf --template=template.tex --pdf-engine=xelatex pandoc: unrecognized option
--pdf-engine=xelatex'Try pandoc --help for more information.
makefile:6: recipe for target 'output.pdf' failed
make: *** [output.pdf] Error 2
`
If replace "pdf" with "latex" in
FLAGS = --pdf-engine=xelatex
inmakefile
, it works as intended.The text was updated successfully, but these errors were encountered: