aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar PH-KDX <[email protected]>2022-05-18 22:30:53 +0200
committerGravatar GitHub <[email protected]>2022-05-18 22:30:53 +0200
commit64346dfa28686ac55f4ca2ea7eaca16c41937ad7 (patch)
treeff700653e4127136f1cbd95f3b1ef1262aeee263 /bot/resources
parentMerge pull request #879 from gitautas/uwu (diff)
Add amsmath support
Amsmath is a widely used package for things such as including text in equations or aligning multiple equations. This PR includes it in the default LaTeX template so that p-eople can use Amsmath commands in the .latex command.
Diffstat (limited to 'bot/resources')
-rw-r--r--bot/resources/fun/latex_template.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/resources/fun/latex_template.txt b/bot/resources/fun/latex_template.txt
index a20cc279..7c99879f 100644
--- a/bot/resources/fun/latex_template.txt
+++ b/bot/resources/fun/latex_template.txt
@@ -1,4 +1,5 @@
\documentclass{article}
+\usepackage{amsmath}
\begin{document}
\pagenumbering{gobble}
$text