derivation-trees-0.7.1: Typeset Derivation Trees via MetaPost

DerivationTrees.Basics

Documentation

data Link Source

Constructors

Link

Regular link

Fields

label :: TeX
 
style :: LineStyle
 
align :: Alignment
 
steps :: Int
 
Detached

Detach the derivation as another figure

Fields

ident :: Int
 
label :: TeX
 
Delayed

automatic delaying

Fields

align :: Alignment
 

data Alignment Source

Constructors

LeftA 
CenterA 
RightA 

Instances

newtype TeX Source

Constructors

TeX String 

Instances