| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Text.TeXMath.Writers.TeX
- writeTeX :: [Exp] -> String
 - writeTeXWith :: Env -> [Exp] -> String
 - addLaTeXEnvironment :: DisplayType -> String -> String
 
Documentation
writeTeX :: [Exp] -> String Source
Transforms an expression tree to equivalent LaTeX with the default packages (amsmath and amssymb)
writeTeXWith :: Env -> [Exp] -> String Source
Transforms an expression tree to equivalent LaTeX with the specified packages
addLaTeXEnvironment :: DisplayType -> String -> String Source
Adds the correct LaTeX environment around a TeXMath fragment