aboutsummaryrefslogtreecommitdiffstats
path: root/bot/resources
diff options
context:
space:
mode:
authorGravatar Shakya Majumdar <[email protected]>2022-01-21 20:21:33 +0530
committerGravatar Shakya Majumdar <[email protected]>2022-01-21 20:21:33 +0530
commit9d49fa0ae13900be5f14d237f92c43d11d85dfc9 (patch)
tree29f8397714b2ceaf594bff85ea63a44c3e9b1d85 /bot/resources
parentremove mpl from deps (diff)
rework directory structure
Diffstat (limited to 'bot/resources')
-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}