backend-0.1.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Ltml.ToLaTeX.Renderer

Description

Provides a function to render a LaTeX structure into LaTeX code as text.

Synopsis

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