songs/bin/build.sh

10 lines
191 B
Bash
Raw Normal View History

2019-09-09 02:43:57 +00:00
#!/bin/bash
mkdir -p ~/Library/texmf/tex/latex
ln -s "`realpath tex`" ~/Library/texmf/tex/latex/
pdflatex \
-interaction=nonstopmode \
-output-directory pdf \
"`realpath "$1"`"