- Make sure LaTeX is set up, with
beamer
,pdfpages
,cmbright
andhyperref
available - Add slide PDFs to a
slides/
subdir - Add entries to
TALKS
in source file - Run
python genslides.py
, atalk.pdf
should result from it.
- For reveal.js, try appending
?print-pdf&pdfSeparateFragments=false&pdfMaxPagesPerSlide=1&pdfBackground=true&width=1422&height=800
to the URL to get a 16:9 PDF with background. - pdfpc is great for presenting, consider
mkdir ~/.config/pdfpc && cp /etc/pdfpcrc ~/.config/pdfpc
and addoption timer-pace-color false
, then start withpdfpc talks.pdf --duration=5 --last-minutes=1
so that the timer will get red after 4m. HitCtrl-T
between talks to reset the timer.