jxxcarlson / meenylatex / MiniLatex.Export

This module is for preparing latex for export.

API

toLaTeX : String -> String

Map MiniLaTeX source text to standard LaTeX

toLaTeXWithImages : String -> ( String, List String )

Map MiniLaTeX source text to a tuple, where the first is a LaTeX version of the source text, and where the second element is a list of the image urls in the source text.