dotfiles/.scripts/compile-scripts/latex.sh

6 lines
112 B
Bash
Raw Normal View History

2020-09-12 15:16:51 -07:00
#! /bin/bash
pdflatex *.tex *.pdf
pdflatex *.tex *.pdf #hahahahahahaha
rm -rf *.aux *.log *.toc *.out *.dvi