updated makefiles to fix the broken pages
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user