This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IPIN2018/tex_review/make.sh
2018-10-16 10:01:26 +02:00

19 lines
442 B
Bash
Executable File

#!/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