HaTeX-3.22.4.1: The Haskell LaTeX library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.LaTeX.Packages.Trees.Qtree

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.

Instance details

Methods

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