diff options
| author | 2022-01-21 20:21:33 +0530 | |
|---|---|---|
| committer | 2022-01-21 20:21:33 +0530 | |
| commit | 9d49fa0ae13900be5f14d237f92c43d11d85dfc9 (patch) | |
| tree | 29f8397714b2ceaf594bff85ea63a44c3e9b1d85 /bot/resources/fun | |
| parent | remove mpl from deps (diff) | |
rework directory structure
Diffstat (limited to 'bot/resources/fun')
| -rw-r--r-- | bot/resources/fun/latex_template.txt | 5 | 
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} | 
