Add default pdf engine for beamer.

This commit is contained in:
John MacFarlane 2017-09-12 08:28:04 -07:00
parent 6509501e90
commit b71c7d97d1

View file

@ -169,6 +169,7 @@ pdfWriterAndProg mWriter mEngine = do
engineForWriter "context" = Right "context"
engineForWriter "ms" = Right "pdfroff"
engineForWriter "latex" = Right defaultLatexEngine
engineForWriter "beamer" = Right defaultLatexEngine
engineForWriter format
| format `elem` ["html", "html5"] = Right defaultHtmlEngine
| otherwise = Left $ "cannot produce pdf output with output format " ++ format