3 all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex))
10 # by default, we produce combined notes/slides output
12 echo '\setbeameroption{show notes on second screen}' > notes.config
14 # rules for generating notesonly
16 echo '\setbeameroption{show only notes}' > notes.config
17 notesonly: notesonly-config pdf
19 # rules for generating slides only
21 echo '' > notes.config
22 slides: slides-config pdf
31 aspell -c -t --tex-check-comments -b text.tex
37 rubber -d --clean *.tex
43 .PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell