Initial commit

This commit is contained in:
2025-10-03 13:15:44 -07:00
commit 75fda5ea1f
6 changed files with 95 additions and 0 deletions

8
install.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# 2024-03-06 Hyperling
sudo apt install pandoc \
texlive-latex-base texlive-fonts-recommended \
texlive-extra-utils texlive-latex-extra
exit $?