Add default pdf engine for beamer.
This commit is contained in:
parent
6509501e90
commit
b71c7d97d1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue