ideas-1.6: Feedback services for intelligent tutoring systems

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellSafe
LanguageHaskell98

Ideas.Text.Latex

Description

Support for LaTeX.

Synopsis

Documentation

class ToLatex a where Source #

Minimal complete definition

toLatex | toLatexPrec

Methods

toLatex :: a -> Latex Source #

toLatexPrec :: Int -> a -> Latex Source #

toLatexList :: [a] -> Latex Source #

(<>) :: Monoid m => m -> m -> m infixr 6 #

An infix synonym for mappend.

Since: 4.5.0.0