3 # removing vc stuff to accommodate Tilman's setup
4 #all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex))
5 all: notes.config $(patsubst %.tex,%.pdf,$(wildcard *.tex))
10 qpdf --qdf --object-streams=disable $@ - | sponge $@
11 sed -e 's|/PageLabels|/BageLapels|g' < $@ |sponge $@
14 # by default, we produce combined notes/slides output
16 echo '\setbeameroption{show notes on second screen}' > notes.config
18 # rules for generating notesonly
20 echo '\setbeameroption{show only notes}' > notes.config
21 notesonly: notesonly-config pdf
23 # rules for generating slides only
25 echo '' > notes.config
26 slides: slides-config pdf
31 pdfpc: notes.config pdf
35 aspell -c -t --tex-check-comments -b text.tex
37 # Commented out to accommodate Tilman's setup
42 rubber -d --clean *.tex
48 .PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell