Home
last modified time | relevance | path

Searched refs:optNumberSections (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/App/
H A DOpt.hs102 , optNumberSections :: Bool -- ^ Number sections in LaTeX function
292 parseYAML v >>= \x -> return (\o -> o{ optNumberSections = x })
508 , optNumberSections = False function
H A DOutputSettings.hs189 , writerNumberSections = optNumberSections opts
H A DCommandLineOptions.hs242 (\opt -> return opt { optNumberSections = True }))
250 optNumberSections = True } function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/App/
H A DOpt.hs103 , optNumberSections :: Bool -- ^ Number sections in LaTeX function
407 parseYAML v >>= \x -> return (\o -> o{ optNumberSections = x })
616 , optNumberSections = False function
H A DOutputSettings.hs189 , writerNumberSections = optNumberSections opts
H A DCommandLineOptions.hs248 (\opt -> return opt { optNumberSections = True }))
256 optNumberSections = True } function