3 all: notes.config vc $(patsubst %.tex,%.pdf,$(wildcard *.tex))
9 # by default, we produce combined notes/slides output
11 echo '\setbeameroption{show notes on second screen}' > notes.config
13 # rules for generating notesonly
15 echo '\setbeameroption{show only notes}' > notes.config
16 notesonly: notesonly-config pdf
18 # rules for generating slides only
20 echo '' > notes.config
21 slides: slides-config pdf
30 aspell -c -t --tex-check-comments -b text.tex
36 rubber -d --clean *.tex
42 .PHONY: clean all notesonly-config notesonly slides-config slides viewpdf pdfpc spell