HaTeX-3.17.3.0: The Haskell LaTeX library.

Safe HaskellSafe
LanguageHaskell2010

Text.LaTeX.Base.Texy

Contents

Description

Synopsis

Texy class

class Texy t where #

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

Minimal complete definition

texy

Methods

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

Instances

Texy Bool # 

Methods

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

Texy Char # 

Methods

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

Texy Double # 

Methods

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

Texy Float # 

Methods

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

Texy Int # 

Methods

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

Texy Integer # 

Methods

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

Texy Text # 

Methods

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

Texy LaTeX # 

Methods

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

Texy Measure # 

Methods

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

Texy Language # 

Methods

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

Texy FontEnc # 

Methods

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

HasResolution a => Texy (Fixed a) # 

Methods

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