Changed order of options, for aesthetic reasons.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@677 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher
2007-07-12 03:27:24 +00:00
parent 6acc727c53
commit 2bca833da0
+5 -5
View File
@@ -225,6 +225,11 @@ options =
(\opt -> return opt { optNumberSections = True }))
"" -- "Number sections in LaTeX"
, Option "" ["toc", "table-of-contents"]
(NoArg
(\opt -> return opt { optTableOfContents = True }))
"" -- "Include table of contents"
, Option "c" ["css"]
(ReqArg
(\arg opt -> return opt { optCSS = arg,
@@ -232,11 +237,6 @@ options =
"CSS")
"" -- "Link to CSS style sheet"
, Option "" ["toc", "table-of-contents"]
(NoArg
(\opt -> return opt { optTableOfContents = True }))
"" -- "Include table of contents"
, Option "H" ["include-in-header"]
(ReqArg
(\arg opt -> do