songs/bin/build.sh
Steve Krulewitz 49c8b162f5 more
2019-09-08 19:43:57 -07:00

10 lines
191 B
Bash
Executable File

#!/bin/bash
mkdir -p ~/Library/texmf/tex/latex
ln -s "`realpath tex`" ~/Library/texmf/tex/latex/
pdflatex \
-interaction=nonstopmode \
-output-directory pdf \
"`realpath "$1"`"