diff options
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/fun/latex_template.txt | 9 | 
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 | 
