Skip to content

Instantly share code, notes, and snippets.

@passy
Created August 22, 2014 23:37
Show Gist options
  • Save passy/51cfe4e55ed96d4f43b3 to your computer and use it in GitHub Desktop.
Save passy/51cfe4e55ed96d4f43b3 to your computer and use it in GitHub Desktop.
renderlatex.hs
import Text.LaTeX
main = (execLaTeXT $ document $ raw "Hello \\textbf{World}") >>= renderFile "yo.tex"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment