This module is for preparing latex for export.
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.