| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Language.Ltml.ToLaTeX.Renderer
Description
Provides a function to render a LaTeX structure into LaTeX code as text.
Synopsis
- renderLaTeX :: LaTeX -> Text
- renderLaTeXPretty :: LaTeX -> Text
Documentation
renderLaTeX :: LaTeX -> Text Source #
central function of the module. converts a given latex-structure into text by using the builder module.
renderLaTeXPretty :: LaTeX -> Text Source #
function to render latex code with linebreaks and indentation. mainly for finding bugs during development