added tex
many changes/eval etc...
This commit is contained in:
15
tex/make.sh
Normal file
15
tex/make.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/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&
|
||||
Reference in New Issue
Block a user