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