#!/usr/bin/env zsh gup -u ${2%.pdf}.md pandoc -t latex -o $2 -V "geometry=margin=2cm" -V "fontfamily=libertine" ${2%.pdf}.md >&2 [[ -e $2 ]] && touch $2