--offline implies --standalone.
This commit is contained in:
parent
89daf06dd2
commit
8fe468463e
1 changed files with 2 additions and 1 deletions
|
@ -321,7 +321,8 @@ options =
|
|||
|
||||
, Option "" ["offline"]
|
||||
(NoArg
|
||||
(\opt -> return opt { optOffline = True }))
|
||||
(\opt -> return opt { optOffline = True,
|
||||
optStandalone = True }))
|
||||
"" -- "Make slide shows include all the needed js and css"
|
||||
|
||||
, Option "" ["xetex"]
|
||||
|
|
Loading…
Add table
Reference in a new issue