
BASEFILE=beamer
EXERPT=
COMMONDEPENDENCIES=

XDVIOPTS=
XPDFPAGE=
PDFVIEWEROPTS=

include ../common/common.mk

all: beamer.pdf handout.pdf

present: ${BASEFILE}.pdf
		if which keyjnote > /dev/null 2>&1 ; then \
		    time keyjnote -c persistent -t Crossfade -T 200 --savestate $< ; \
		else \
		    time xpdf -fullscreen $< ; \
		fi
