webapi-eca/documentation/techdoc/compileTEX

9 lines
150 B
Text
Raw Permalink Normal View History

2014-02-18 09:03:49 +00:00
#!/bin/bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR
latex techdoc
bibtex techdoc
latex techdoc
latex techdoc
pdflatex techdoc