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

Language.Drasil.Printing.PrintingInformation

Description

Defines types and functions to gather all the information needed for printing.

Synopsis

Documentation

data PrintingInformation Source #

Printing information contains a database, a stage, and a printing configuration.

data Notation Source #

Notation can be scientific or for engineering.

Constructors

Scientific 
Engineering 

piSys :: ChunkDB -> Map UID Reference -> Stage -> Notation -> [LabelledContent] -> PrintingInformation Source #

Builds a document's printing information based on the system information.