aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources/fun
diff options
context:
space:
mode:
Diffstat (limited to 'bot/resources/fun')
-rw-r--r--bot/resources/fun/latex_template.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/bot/resources/fun/latex_template.txt b/bot/resources/fun/latex_template.txt
new file mode 100644
index 00000000..6e67b810
--- /dev/null
+++ b/bot/resources/fun/latex_template.txt
@@ -0,0 +1,13 @@
+\documentclass{article}
+\usepackage{amsmath,amsthm,amssymb,amsfonts}
+\usepackage{bm} % nice bold symbols for matrices and vectors
+\usepackage{bbm} % bold and calligraphic numbers
+\usepackage[binary-units=true]{siunitx} % SI unit handling
+\usepackage{tikz} % from here on, to make nice diagrams with tikz
+\usepackage{ifthen}
+\usetikzlibrary{patterns}
+\usetikzlibrary{shapes, arrows, chains, fit, positioning, calc, decorations.pathreplacing}
+\begin{document}
+ \pagenumbering{gobble}
+ $text
+\end{document}