Fixed bug in determining writer for xelatex engine.

This revises the last commit, fixing #3931.
This commit is contained in:
John MacFarlane 2017-09-20 11:45:03 -07:00
parent 582cb4b505
commit e87db3739e

View file

@ -129,7 +129,7 @@ htmlEngines = ["wkhtmltopdf", "weasyprint", "prince"]
engines :: [(String, String)] engines :: [(String, String)]
engines = map ("html",) htmlEngines ++ engines = map ("html",) htmlEngines ++
map ("html5",) latexEngines ++ map ("html5",) htmlEngines ++
map ("latex",) latexEngines ++ map ("latex",) latexEngines ++
map ("beamer",) latexEngines ++ map ("beamer",) latexEngines ++
[ ("ms", "pdfroff") [ ("ms", "pdfroff")