HaTeX-2.1.3: Monadic tool for write LaTeX files.

Text.LaTeX.Result

Contents

Synopsis

Result Type

type Result = DStringSource

The state of the LaTeX monad. A Result is represented by a DString.

toResult :: String -> ResultSource

Transform a String to a Result.

fromResult :: Result -> StringSource

Transform a Result to a String.

Special Characters

resCharsStr :: [(Char, Result)]Source

Set of LaTeX reserved characters, and their safe writings as Results.