]> code.communitydata.science - cdsc_tex.git/blob - Makefile
Replaced blank text with pangram.
[cdsc_tex.git] / Makefile
1 all: dvi
2
3 dvi: text.tex
4         cp text.tex backup.tex
5         latex text.tex
6         bibtex text 
7         latex text.tex
8         latex text.tex
9
10 pdf: dvi
11         pdflatex text.tex
12
13 viewpdf: pdf
14         evince text.pdf
15
16 ps: dvi
17         dvips -f < text.dvi  > text.ps
18
19 final: dvi
20         dvips -f < text.dvi > final.ps
21
22 spell:
23         aspell -c -t --tex-check-comments -b text.tex
24
25 clean:
26         cp text.tex backup.tex
27         rm -f text.{blg,bbl,aux,log,dvi,toc,tex.bak,txt,tex~,ps,pdf} warnings
28

Community Data Science Collective || Want to submit a patch?