Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 883 Bytes

README.rst

File metadata and controls

32 lines (21 loc) · 883 Bytes

MIT - Beamer Presentation Template

LaTeX Beamer presentation template derived from Andreas Kloeckner's brown-beamer template:

http://mathema.tician.de/software/brown-beamer

Dependencies:

Install:

Install is simply downloading the code from github. Here we install mit-beamer to $HOME/mit-beamer:

$ cd $HOME
$ git clone https://github.com/shreysrins/mit-beamer.git

Generating the presentation:

  1. Customize mit-beamer/slides.tex to your liking:

    $ vim $HOME/mit-beamer/slides.tex
    
  2. Run pdflatex to generate a presentation PDF (twice if needed):

    $ pdflatex slides.tex
    
  3. You can then view the resulting pdf, named slides.pdf:

    $ evince slides.pdf