#!/bin/bash
set -e
git commit -am "Update"
git push
latexmk --pdf KommutativeAlgebra.tex
cp KommutativeAlgebra.pdf public/KommutativeAlgebra.pdf