--offline implies --standalone.

This commit is contained in:
John MacFarlane 2010-07-24 00:49:10 -07:00
parent 89daf06dd2
commit 8fe468463e

View file

@ -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"]