diff options
author | 2022-05-18 22:30:53 +0200 | |
---|---|---|
committer | 2022-05-18 22:30:53 +0200 | |
commit | 64346dfa28686ac55f4ca2ea7eaca16c41937ad7 (patch) | |
tree | ff700653e4127136f1cbd95f3b1ef1262aeee263 /bot/resources | |
parent | Merge 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.txt | 1 |
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 |