18
0
Files
cdsc_tex/Makefile
<mako@atdot.cc> 1142811766 -0500 94507c62c3 Initial import into BZR of my TeX templates.
-

28 lines
400 B
Makefile

all: dvi
dvi: text.tex
cp text.tex backup.tex
latex text.tex
latex text.tex
latex text.tex
pdf: dvi
pdflatex text.tex
viewpdf: pdf
evince text.pdf
ps: dvi
dvips -f < text.dvi > text.ps
final: dvi
dvips -f < text.dvi > final.ps
spell:
aspell -c -t --tex-check-comments -b text.tex
clean:
cp text.tex backup.tex
rm -f text.{blg,bbl,aux,log,dvi,toc,tex.bak,txt,tex~,ps,pdf} warnings