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

6 lines
112 B
Bash
Executable File

#! /bin/bash
pdflatex *.tex *.pdf
pdflatex *.tex *.pdf #hahahahahahaha
rm -rf *.aux *.log *.toc *.out *.dvi