Created
August 22, 2014 23:37
-
-
Save passy/51cfe4e55ed96d4f43b3 to your computer and use it in GitHub Desktop.
renderlatex.hs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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