#!/bin/bash
pdflatex -shell-escape main-utf8.tex
bibtex main-utf8
pdflatex -shell-escape main-utf8.tex
bibtex main-utf8
pdflatex -shell-escape main-utf8.tex
bibtex main-utf8

exit 0
