Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Defines output formats for the different documents we can generate.
Documentation
type Filename = String Source #
When choosing your document, you must specify the filename for the generated output (specified without a file extension).
data DocChoices Source #
Document choices include the type of document as well as the file formats we want to generate as.
Instances
RuleTransformer DocSpec Source # | Allows the creation of Makefiles for documents that use LaTeX. |
Defined in Language.Drasil.Output.Formats |
newtype UsePackages Source #
LaTeX helper for adding packages. Wraps a list of package names.