From a1068fbdeea74a12e4f33069cf091302f87e8d17 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Nov 2015 20:46:58 +0100 Subject: Started work on math compilation --- provider/templates/math.tex | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 provider/templates/math.tex (limited to 'provider/templates') 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 @@ +\documentclass[14pt,preview,border=1pt,class=extarticle]{standalone} +\include{preamble.tex} +\begin{document} +\begin{preview} +\( +$body$ +\) +\end{preview} +\end{document} -- cgit v1.2.3