mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 02:22:09 +08:00
Make sure that input-files works in --default files.
This commit is contained in:
@@ -86,7 +86,7 @@ parseOptions options' defaults = do
|
||||
|
||||
-- thread option data structure through all supplied option actions
|
||||
opts <- foldl (>>=) (return defaults) actions
|
||||
return (opts{ optInputFiles = map normalizePath args })
|
||||
return (opts{ optInputFiles = map normalizePath $ optInputFiles opts ++ args })
|
||||
|
||||
latexEngines :: [String]
|
||||
latexEngines = ["pdflatex", "lualatex", "xelatex", "latexmk", "tectonic"]
|
||||
|
||||
Reference in New Issue
Block a user