Add final version of master thesis.

This commit is contained in:
2020-08-20 11:39:46 -04:00
parent 6ba2097e6b
commit 6ff06af4ff
94 changed files with 30356 additions and 1 deletions

24
makefile Normal file
View File

@@ -0,0 +1,24 @@
quick:
pdflatex main.tex
all: complete commit
complete:
pdflatex main.tex && \
makeglossaries main && \
bibtex main && \
pdflatex main.tex && \
pdflatex main.tex
commit:
git pull
git add .
git commit -m "Autopush by latex build script."
git push
clean:
rm -f main.aux main.bbl main.blg main.lof \
main.log main.lol main.lot main.out \
main.toc main.glg main.glo main.gls \
main.ist main.glsdefs