20 lines
400 B
Makefile
20 lines
400 B
Makefile
|
|
#
|
|
|
|
|
|
paper: paper.tex noninvopamp_paper.tex
|
|
#latex paper.tex
|
|
#dvipdf paper pdflatex cannot use eps ffs
|
|
pdflatex paper.tex
|
|
cp paper.pdf noninvopamp_paper.pdf
|
|
okular noninvopamp_paper.pdf
|
|
|
|
|
|
# Remove the need for referncing graphics in subdirectories
|
|
#
|
|
noninvopamp_paper.tex: noninvopamp.tex paper.tex
|
|
cat noninvopamp.tex | sed 's/noninvopamp\///' > noninvopamp_paper.tex
|
|
|
|
bib:
|
|
bibtex paper
|