drasil-printers-0.1.10.0: A framework for code and document generation for scientific software - Printers SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.Config

Description

Global configuration for output. This should be deprecated in the future as Recipes evolve.

Synopsis

Printer Configurations

numberedSections :: Bool Source #

TeX Only - Numbered sections?

hyperSettings :: String Source #

TeX Only - Settings for hyperref.

fontSize :: Int Source #

TeX font size.

bibFname :: String Source #

Used to name the BibTeX file

verboseDDDescription :: Bool Source #

(Currently Unused) Print verbose data definition descriptions?

Bibliography

data StyleGuide Source #

The bibliography format.

Constructors

MLA 
APA 
Chicago 

bibStyleH :: StyleGuide Source #

MLA for bibliography style.

bibStyleT :: String Source #

MLA for bibliography style as a String.

colAwidth :: Double Source #

TeX Only - column width for data definitions (fraction of LaTeX textwidth).

colBwidth :: Double Source #

TeX Only - column width for data definitions (fraction of LaTeX textwidth).

numberedDDEquations :: Bool Source #

(Currently Unused) TeX Only - Number Data Definition equations?

numberedTMEquations :: Bool Source #

(Currently Unused) TeX Only - Number Theoretical Model equations?