autotool-capabilities
Safe HaskellNone
LanguageHaskell2010

Capabilities.LatexSvg

Description

Defines a Monad context for rendering latex formulas as SVG images.

Synopsis

Documentation

renderLatexSvg :: MonadLatexSvg m => Maybe EnvironmentOptions -> Maybe FormulaOptions -> Formula -> m ByteString Source #

Renders the given Formula with provided options or sensible default options if none are given.