updated makefiles to fix the broken pages
This commit is contained in:
@@ -5,6 +5,9 @@ pdf: all
|
||||
|
||||
%.pdf: %.tex
|
||||
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
|
||||
notes.config:
|
||||
@@ -23,7 +26,7 @@ slides: slides-config pdf
|
||||
viewpdf: all
|
||||
evince *.pdf
|
||||
|
||||
pdfpc: notes.config
|
||||
pdfpc: notes.config pdf
|
||||
pdfpc -n right *pdf
|
||||
|
||||
spell:
|
||||
|
||||
Reference in New Issue
Block a user