aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-08-18 17:53:57 +0100
committerGravatar GitHub <[email protected]>2022-08-18 17:53:57 +0100
commit044759dbf3bd1b6c87bf8fa432291150f8aab406 (patch)
tree6962c76ff7b9a9b8b732e5663b807e4a3d70f2de
parentHelp command fix, normalize suggestions for unknown commands (#1064) (diff)
parentMerge branch 'main' into feat/latex-enhancement (diff)
Merge pull request #1088 from ShakyaMajumdar/feat/latex-enhancement
-rw-r--r--bot/resources/fun/latex_template.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/bot/resources/fun/latex_template.txt b/bot/resources/fun/latex_template.txt
index 40f32e13..6e67b810 100644
--- a/bot/resources/fun/latex_template.txt
+++ b/bot/resources/fun/latex_template.txt
@@ -1,5 +1,12 @@
\documentclass{article}
-\usepackage{amsmath, amssymb}
+\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