From 640ff61422bc0ee3966941b93d9889ddbbd38d77 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Thu, 30 Jul 2026 18:17:14 -0600 Subject: more files --- doc/tex/break-fix/compile.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 doc/tex/break-fix/compile.sh (limited to 'doc/tex/break-fix/compile.sh') diff --git a/doc/tex/break-fix/compile.sh b/doc/tex/break-fix/compile.sh new file mode 100755 index 0000000..6e2d731 --- /dev/null +++ b/doc/tex/break-fix/compile.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +rm *-blx.bib *.aux *.bbl *.bcf *.blg *.log *.nav *.out *.run.xml *.snm *.toc +file="$(ls *.tex | awk -F. '{print $1}')" +pdflatex ${file} +exit 0 -- cgit v1.3