This library contains operation to transform HTML documents into LaTeX string.
Exported Functions: germanLatexDoc, htmlSpecialChars2tex, showLatexDoc, showLatexDocs, showLatexDocsWithPackages, showLatexDocWithPackages, showLatexExp, showLatexExps
showLatexExps
:: [BaseHtml] -> String
Transforms HTML expressions into LaTeX string representation.
showLatexExp
:: BaseHtml -> String
Transforms an HTML expression into LaTeX string representation.
htmlSpecialChars2tex
:: String -> String
Convert special HTML characters into their LaTeX representation, if necessary.
showLatexDoc
:: [BaseHtml] -> String
Transforms HTML expressions into a string representation of a complete LaTeX document.
showLatexDocWithPackages
:: [BaseHtml] -> [String] -> String
Transforms HTML expressions into a string representation of a complete LaTeX document. The variable "packages" holds the packages to add to the latex document e.g. "ngerman"
showLatexDocs
:: [[BaseHtml]] -> String
Transforms a list of HTML expressions into a string representation of a complete LaTeX document where each list entry appears on a separate page.
showLatexDocsWithPackages
:: [[BaseHtml]] -> [String] -> String
Transforms a list of HTML expressions into a string representation of a complete LaTeX document where each list entry appears on a separate page. The variable "packages" holds the packages to add to the latex document (e.g., "ngerman").
germanLatexDoc
:: [BaseHtml] -> String
show german latex document