11 lines
173 B
Bash
11 lines
173 B
Bash
|
#!/bin/sh
|
||
|
pdflatex thesis.tex
|
||
|
pdflatex thesis.tex
|
||
|
bibtex thesis.aux
|
||
|
makeglossaries thesis
|
||
|
pdflatex thesis.tex
|
||
|
makeglossaries thesis
|
||
|
pdflatex thesis.tex
|
||
|
pdflatex thesis.tex
|
||
|
|