diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-06 20:46:58 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-11-06 20:46:58 +0100 |
commit | a1068fbdeea74a12e4f33069cf091302f87e8d17 (patch) | |
tree | b5483ab2b71133f9445c6479fb0287e8a62263ea /provider/templates | |
parent | 14623524bd0d2d01c7a539c771f506a010a46695 (diff) | |
download | dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar.gz dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar.bz2 dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.tar.xz dirty-haskell.org-a1068fbdeea74a12e4f33069cf091302f87e8d17.zip |
Started work on math compilation
Diffstat (limited to 'provider/templates')
-rw-r--r-- | provider/templates/math.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/provider/templates/math.tex b/provider/templates/math.tex new file mode 100644 index 0000000..4d5455f --- /dev/null +++ b/provider/templates/math.tex | |||
@@ -0,0 +1,9 @@ | |||
1 | \documentclass[14pt,preview,border=1pt,class=extarticle]{standalone} | ||
2 | \include{preamble.tex} | ||
3 | \begin{document} | ||
4 | \begin{preview} | ||
5 | \( | ||
6 | $body$ | ||
7 | \) | ||
8 | \end{preview} | ||
9 | \end{document} | ||