# sustech-slides-clone **Repository Path**: xjtu_stei/sustech-slides-clone ## Basic Information - **Project Name**: sustech-slides-clone - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-08 - **Last Updated**: 2021-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SUSTech Beamer Template LaTeX Beamer presentation template derived from the [MIT theme](https://github.com/jtriley/mit-beamer) by Justin Riley. # Usage 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`. # Demo See `out/slides.pdf` for demo.