5 $(outdir)/%.dvi: $(outdir)/%.tex
6 (cd $(outdir); tex \\nonstopmode \\input $(<F))
8 $(outdir)/%.dvi: $(outdir)/%.latex
10 latex \\nonstopmode \\input $(<F)&&\
11 (bibtex $(basename $(<F)) || true) && \
12 latex \\nonstopmode \\input $(<F)&&\
13 (makeindex $(basename $(<F)) || true) && \
14 latex \\nonstopmode \\input $(<F) )
16 $(outdir)/%.pdf: $(outdir)/%.dvi
18 && dvips $(DVIPS_FLAGS) -t $(DVIPS_PAPERSIZE) \
19 -o $(@F).pdfps $(<F) \
20 && gs -dCompatibilityLevel=1.2\
27 -dCompatibilityLevel=1.2\
34 # gs 8.15 complains of safety of loading a ttf directly