Master's thesis - Multi-purpose system for measuring electrical power supplied by electric sockets
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
latex-masters-thesis/recompile.sh

11 lines
300 B

#!/bin/bash
file="tukethesis"
rm *.aux *.fls *.fdb_latexmk *.log *.acn *.acr *.glg *.gls *.glo *.ist *.run.xml *.bcf *.out *.lot *.lof *.ilg *.blg *.bbl *.toc
latexmk -pdf "$file.tex"
makeglossaries "$file.glo"
makeindex -s "$file.ist" -o "$file.acr" "$file.acn"
rm *.pdf
latexmk -pdf "$file.tex"