diff options
author | 2022-05-30 12:38:58 +0300 | |
---|---|---|
committer | 2022-05-30 12:38:58 +0300 | |
commit | ce55771d18c48ab311bc280bce312f22f31d7ea0 (patch) | |
tree | 9792ae06e1d72f321670c730c419516cb05eb404 | |
parent | Merge pull request #1059 from python-discord/allow-latex-in-data-science (diff) | |
parent | Merge branch 'main' into patch-1 (diff) |
Merge pull request #1058 from PH-KDX/patch-1
Add amsmath support
-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..40f32e13 100644 --- a/bot/resources/fun/latex_template.txt +++ b/bot/resources/fun/latex_template.txt @@ -1,4 +1,5 @@ \documentclass{article} +\usepackage{amsmath, amssymb} \begin{document} \pagenumbering{gobble} $text |