view m-toolbox/m/helper/buildLaTeXTN.sh @ 1:2014ba5b353a
database-connection-manager
Remove old code
author |
Daniele Nicolodi <nicolodi@science.unitn.it> |
date |
Sat, 03 Dec 2011 18:13:55 +0100 (2011-12-03) |
parents |
f0afece42f48 |
children |
|
line source
#!/bin/bash
if [ $# -lt 1 ]
then
echo "usage: buildLaTeXTN <model_name>"
exit
fi
input=`basename $1 .tex`
echo "compiling file: $input"
pdflatex $input.tex && pdflatex $input.tex && pdflatex $input.tex && open $input.pdf