20
0

updated makefiles to fix the broken pages

This commit is contained in:
2014-11-06 13:10:09 -08:00
parent 052c387564
commit 34bea81e2a

View File

@@ -5,6 +5,9 @@ pdf: all
%.pdf: %.tex %.pdf: %.tex
rubber -fd $< rubber -fd $<
qpdf --qdf --object-streams=disable $@ - | sponge $@
sed -e 's|/PageLabels|/BageLapels|g' < $@ |sponge $@
qpdf $@ - | sponge $@
# by default, we produce combined notes/slides output # by default, we produce combined notes/slides output
notes.config: notes.config:
@@ -23,7 +26,7 @@ slides: slides-config pdf
viewpdf: all viewpdf: all
evince *.pdf evince *.pdf
pdfpc: notes.config pdfpc: notes.config pdf
pdfpc -n right *pdf pdfpc -n right *pdf
spell: spell: