aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shakya Majumdar <[email protected]>2022-08-18 20:38:28 +0530
committerGravatar Shakya Majumdar <[email protected]>2022-08-18 20:38:28 +0530
commitecfb84143e52148888a70ebad0e58a04cf82b7c5 (patch)
treee70b7dedd849d39195df14e1ca36ac476995cbc0
parentMerge pull request #1083 from algmyr/latex (diff)
add more packages to .latex
-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