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

Text.LaTeX.Base.Texy

Contents

Description

Synopsis

Texy class

class Texy t where Source #

Class of types that can be pretty-printed as LaTeX values.

Methods

texy :: LaTeXC l => t -> l Source #

Instances

Instances details
Texy LaTeX Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => LaTeX -> l Source #

Texy Measure Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Measure -> l Source #

Texy Language Source # 
Instance details

Defined in Text.LaTeX.Packages.Babel

Methods

texy :: LaTeXC l => Language -> l Source #

Texy FontEnc Source # 
Instance details

Defined in Text.LaTeX.Packages.Fontenc

Methods

texy :: LaTeXC l => FontEnc -> l Source #

Texy Text Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Text -> l Source #

Texy Integer Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Integer -> l Source #

Texy Bool Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Bool -> l Source #

Texy Char Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Char -> l Source #

Texy Double Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Double -> l Source #

Texy Float Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Float -> l Source #

Texy Int Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

texy :: LaTeXC l => Int -> l Source #

Texy a => Texy (Tree a) Source #

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

Instance details

Defined in Text.LaTeX.Packages.Trees.Qtree

Methods

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

Texy a => Texy (Ratio a) Source #

Instance defined in Text.LaTeX.Packages.AMSMath.

Instance details

Defined in Text.LaTeX.Packages.AMSMath

Methods

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

Texy a => Texy (Matrix a) Source #

Instance defined in Text.LaTeX.Packages.AMSMath.

Instance details

Defined in Text.LaTeX.Packages.AMSMath

Methods

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

Texy a => Texy [a] Source #

Instance defined in Text.LaTeX.Packages.AMSMath.

Instance details

Defined in Text.LaTeX.Packages.AMSMath

Methods

texy :: LaTeXC l => [a] -> l Source #

HasResolution a => Texy (Fixed a) Source # 
Instance details

Defined in Text.LaTeX.Base.Texy

Methods

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

(Texy a, Texy b) => Texy (a, b) Source #

Instance defined in Text.LaTeX.Packages.AMSMath.

Instance details

Defined in Text.LaTeX.Packages.AMSMath

Methods

texy :: LaTeXC l => (a, b) -> l Source #

(Texy a, Texy b, Texy c) => Texy (a, b, c) Source #

Instance defined in Text.LaTeX.Packages.AMSMath.

Instance details

Defined in Text.LaTeX.Packages.AMSMath

Methods

texy :: LaTeXC l => (a, b, c) -> l Source #

(Texy a, Texy b, Texy c, Texy d) => Texy (a, b, c, d) Source #

Instance defined in Text.LaTeX.Packages.AMSMath.

Instance details

Defined in Text.LaTeX.Packages.AMSMath

Methods

texy :: LaTeXC l => (a, b, c, d) -> l Source #