HaTeX-3.18.0.0: The Haskell LaTeX library.

Safe HaskellNone
LanguageHaskell2010

Text.LaTeX.Packages.Trees.Qtree

Contents

Description

Tree interface using the qtree package. An example of usage is provided in the examples directory of the source distribution.

Synopsis

Tree re-export

Qtree package

qtree :: PackageName Source #

The qtree package.

Tree to LaTeX rendering

tree :: LaTeXC l => (a -> l) -> Tree a -> l Source #

Given a function to LaTeX values, you can create a LaTeX tree from a Haskell tree. The function specifies how to render the node values.

rendertree :: (Render a, LaTeXC l) => Tree a -> l Source #

This function works as tree, but use render as rendering function.

Orphan instances

Texy a => Texy (Tree a) Source #

Instance defined in Text.LaTeX.Packages.Trees.Qtree.

Methods

texy :: LaTeXC l => Tree a -> l Source #