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
OTHER2017/tex/make.sh
kazu e718dc8cca added tex
many changes/eval etc...
2017-03-28 21:02:37 +02:00

16 lines
261 B
Bash

#!/bin/bash
#PATH=$PATH:/mnt/data/texlive/bin/x86_64-linux/
PATH=$PATH:/mnt/vm/programme/texlive/bin/x86_64-linux/
latex bare_conf.tex
bibtex bare_conf
latex bare_conf.tex
latex bare_conf.tex
dvips bare_conf.dvi
ps2pdf14 bare_conf.ps
okular bare_conf.pdf&