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
FtmPrologic/tex/make.sh
2019-09-18 10:19:10 +02:00

19 lines
442 B
Bash

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