Skip to content

Latex-beamer presentation template for MIT (derived from Andreas Kloeckner's brown-beamer)

Notifications You must be signed in to change notification settings

jtriley/mit-beamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/jtriley/mit-beamer.git

Generating the presentation:

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

    $ vim $HOME/mit-beamer/slides.tex
    
  2. Then change to the mit-beamer directory and run make to generate a presentation PDF:

    $ cd $HOME/mit-beamer
    $ make
    
  3. You can then view the resulting pdf, named slides.pdf, in the 'out' directory:

    $ xpdf $HOME/mit-beamer/out/slides.pdf
    
  4. You can also use make to do this automatically with either xpdf, okular, or acroread:

    $ make view-xpdf
    $ make view-okular
    $ make view-acroread
    
  5. The above "make view-*" commands will automatically build $HOME/mit-beamer/out/slides.pdf if necessary

About

Latex-beamer presentation template for MIT (derived from Andreas Kloeckner's brown-beamer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages