aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources/fun
diff options
context:
space:
mode:
authorGravatar Boris Muratov <[email protected]>2022-02-19 20:35:34 +0200
committerGravatar GitHub <[email protected]>2022-02-19 20:35:34 +0200
commit6d215696e1a6d02b969438b8e83f91af273ec8a3 (patch)
tree505c8303a6327aa76c854474708983eafdcfa52b /bot/resources/fun
parentAdd topics for `#programming-pedagogy` channel (diff)
parentMerge branch 'main' into feat/latex (diff)
Merge pull request #1010 from ShakyaMajumdar/feat/latex
Latex Command
Diffstat (limited to 'bot/resources/fun')
-rw-r--r--bot/resources/fun/latex_template.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/bot/resources/fun/latex_template.txt b/bot/resources/fun/latex_template.txt
new file mode 100644
index 00000000..a20cc279
--- /dev/null
+++ b/bot/resources/fun/latex_template.txt
@@ -0,0 +1,5 @@
+\documentclass{article}
+\begin{document}
+ \pagenumbering{gobble}
+ $text
+\end{document}