added reviewed version of paper

This commit is contained in:
toni
2018-10-16 10:01:26 +02:00
parent 9c8bc5984e
commit b9676b304d
62 changed files with 150125 additions and 0 deletions

18
tex_review/make.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/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 --shell-escape bare_conf.tex
bibtex bare_conf
pdflatex bare_conf.tex
#pdflatex bare_conf.tex
#gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=foo-bare_conf_comp.pdf bare_conf.pdf
#okular diss.pdf &
#rm *.aux
#rm *.toc
#rm *.log