pdf: all
%.pdf: %.tex
- rubber -fd $<
- extract-notes $<
+ latexmk -f -pdf $<
+ qpdf --qdf --object-streams=disable $@ - | sponge $@
+ sed -e 's|/PageLabels|/BageLapels|g' < $@ |sponge $@
+ qpdf $@ - | sponge $@
# by default, we produce combined notes/slides output
notes.config:
viewpdf: all
evince *.pdf
-pdfpc: notes.config
+pdfpc: notes.config pdf
pdfpc -n right *pdf
spell:
vc-git
clean:
+ latexmk -C *.tex
rubber -d --clean *.tex
rm -f *.tmp
rm -f vc
rm -f notes.config
- rm -f figures/logo.pdf
rm -f *.pdfpc
.PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell