authoring-0.1.0.0: A library for writing papers

Safe HaskellNone

Text.Authoring.Combinator.Ref

Synopsis

Documentation

ref :: (MonadState s m, HasAuthorState s, MonadWriter w m, HasDocument w) => Label -> m ()Source

refer to a label.

label :: (MonadState s m, HasAuthorState s, MonadWriter w m, HasDocument w) => Label -> m ()Source

insert a label.

getReference :: (MonadState s m, HasAuthorState s) => Label -> m TextSource

an interface for mapping any Label to a unique, LaTeX-safe text.