Fixed bug in determining writer for xelatex engine.
This revises the last commit, fixing #3931.
This commit is contained in:
parent
582cb4b505
commit
e87db3739e
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ htmlEngines = ["wkhtmltopdf", "weasyprint", "prince"]
|
|||
|
||||
engines :: [(String, String)]
|
||||
engines = map ("html",) htmlEngines ++
|
||||
map ("html5",) latexEngines ++
|
||||
map ("html5",) htmlEngines ++
|
||||
map ("latex",) latexEngines ++
|
||||
map ("beamer",) latexEngines ++
|
||||
[ ("ms", "pdfroff")
|
||||
|
|
Loading…
Reference in a new issue