HaTeX-3.9.1.0: The Haskell LaTeX library.

Safe HaskellNone

Text.LaTeX.Base.Texy

Contents

Description

Synopsis

Texy class

class Texy t whereSource

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

Methods

texy :: LaTeXC l => t -> lSource

Instances

Texy Bool 
Texy Char 
Texy Double 
Texy Float 
Texy Int 
Texy Integer 
Texy Text 
Texy LaTeX 
Texy Measure 
Texy Language 
Texy FontEnc 
Texy a => Texy [a]

Instance defined in Text.LaTeX.Packages.AMSMath.

(Integral a, Texy a) => Texy (Ratio a)

Instance defined in Text.LaTeX.Packages.AMSMath.

HasResolution a => Texy (Fixed a) 
Texy a => Texy (Matrix a)

Instance defined in Text.LaTeX.Packages.AMSMath.

Texy a => Texy (Tree a)

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

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

Instance defined in Text.LaTeX.Packages.AMSMath.

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

Instance defined in Text.LaTeX.Packages.AMSMath.

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

Instance defined in Text.LaTeX.Packages.AMSMath.