Merge branch 'master' of https://git.frank-ebner.de/FHWS/IPIN2018
This commit is contained in:
16
tex/make.sh
Executable file
16
tex/make.sh
Executable file
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
#PATH=$PATH:/mnt/data/texlive/bin/x86_64-linux/
|
||||
PATH=$PATH:/mnt/vm/programme/texlive/bin/x86_64-linux/
|
||||
PATH=$PATH:/apps/texlive/bin/x86_64-linux
|
||||
|
||||
pdflatex bare_conf.tex
|
||||
bibtex diss
|
||||
pdflatex bare_conf.tex
|
||||
pdflatex bare_conf.tex
|
||||
|
||||
#okular diss.pdf &
|
||||
|
||||
#rm *.aux
|
||||
#rm *.toc
|
||||
#rm *.log
|
||||
Reference in New Issue
Block a user