mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-17 06:20:23 +00:00
9 lines
150 B
Text
9 lines
150 B
Text
|
|
#!/bin/bash
|
||
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||
|
|
cd $DIR
|
||
|
|
latex techdoc
|
||
|
|
bibtex techdoc
|
||
|
|
latex techdoc
|
||
|
|
latex techdoc
|
||
|
|
pdflatex techdoc
|