1 2 3 4 5
#!/usr/bin/env sh mkdir -p build/ && latexmk -shell-escape -output-directory=build/ -xelatex && zathura build/main.pdf