backend-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Language.Ltml.ToLaTeX.Format

Description

This module provides helper functions to process LSD data types

Synopsis

Documentation

class Stylable a where Source #

helper class to be able to apply typography, regardless of whether we know which one. this also solves the problem that the style in TextTree is polymorphic.

staticDocumentFormat :: PreLaTeX Source #

needed to create a document. imports relevant packages. since some imports and global setup is processed by the state, we pass this through the state and only use it after processing the ast.