HaTeX-3.19.0.0: The Haskell LaTeX library.

Safe HaskellSafe
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.

Minimal complete definition

texy

Methods

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

Instances

Texy Bool Source # 

Methods

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

Texy Char Source # 

Methods

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

Texy Double Source # 

Methods

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

Texy Float Source # 

Methods

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

Texy Int Source # 

Methods

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

Texy Integer Source # 

Methods

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

Texy Text Source # 

Methods

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

Texy LaTeX Source # 

Methods

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

Texy Measure Source # 

Methods

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

Texy Language Source # 

Methods

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

Texy FontEnc Source # 

Methods

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

HasResolution a => Texy (Fixed a) Source # 

Methods

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