LaTeX Beamer presentation template derived from the MIT theme by Justin Riley.
First clone the code using git clone https://github.com/SUSTC/sustech-slides.git
Edit slides.tex
to change the contents. Put all images in the figures
directory. You can also embed videos (see out/slides.tex
for details).
Previewing can be done by make
with xpdf, okular, or Acrobat Reader
make view-xpdf
make view-okular
make view-acroread
The above "make view-*" commands will automatically build $HOME/mit-beamer/out/slides.pdf if necessary
For live reloading, run python build-daemon.py
.
See out/slides.pdf
for demo.