diff options
author | 2022-05-30 10:17:06 +0200 | |
---|---|---|
committer | 2022-05-30 10:17:06 +0200 | |
commit | 3ee0f699124615ffce3d12ed2c10e869e2f218d0 (patch) | |
tree | c68fc8f7d18b21553c7d4c3daed0e048f6889362 /bot/resources | |
parent | Add amsmath support (diff) |
Add amssymb package
Co-authored-by: Shakya Majumdar <[email protected]>
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/fun/latex_template.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/fun/latex_template.txt b/bot/resources/fun/latex_template.txt index 7c99879f..40f32e13 100644 --- a/bot/resources/fun/latex_template.txt +++ b/bot/resources/fun/latex_template.txt @@ -1,5 +1,5 @@ \documentclass{article} -\usepackage{amsmath} +\usepackage{amsmath, amssymb} \begin{document} \pagenumbering{gobble} $text |