We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3773d commit 15a433aCopy full SHA for 15a433a
1 file changed
book/Makefile
@@ -17,10 +17,10 @@ PDFFLAGS = -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress \
17
ps2pdf $(PDFFLAGS) $<
18
19
all: book.tex
20
+ pdflatex book
21
makeindex book.idx
22
pdflatex book
23
mv book.pdf thinkpython2.pdf
- evince thinkpython2.pdf
24
25
hevea: book.tex header.html footer.html
26
# replace the pdfs with eps
0 commit comments