webapi-eca/documentation/techdoc/compileTEX
2014-02-18 10:03:49 +01:00

8 lines
150 B
Bash
Executable file

#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
latex techdoc
bibtex techdoc
latex techdoc
latex techdoc
pdflatex techdoc