Robin_PHD/old_thesis/test_rigs/Makefile
Robin Clark b92ea644ac re-organised and saved old_thesis, now need a
thesis template from uni or somewhere
2012-01-19 17:55:23 +00:00

21 lines
373 B
Makefile

#
paper: paper.tex test_rigs_paper.tex
#latex paper.tex
#dvipdf paper pdflatex cannot use eps ffs
pdflatex paper.tex
mv paper.pdf test_rigs.pdf
okular test_rigs.pdf
# Remove the need for referncing graphics in subdirectories
#
test_rigs_paper.tex: test_rigs.tex paper.tex
cat test_rigs.tex | sed 's/test_rigs\///' > test_rigs_paper.tex
bib:
bibtex paper