CommunityData:Beamer

From CommunityData
Revision as of 23:42, 30 November 2015 by Benjamin Mako Hill (talk | contribs)

Getting Basic Templates

First step is to download the basic templates from the git repository:

git clone git://projects.mako.cc/beamer-mako

The path of least resistence will be to clone the repository so that is located as a subdirectory of ~/tex/.

Next, copy or create symlinks so that the following three files are in your path (e.g., in ~/bin/:

  • new_beamer_presentation
  • vc-git
  • vc-git.awk

Once you have done this, you can use the script to create new presentations like:

new_beamer presentation foo-20150920

This will create a new subdirectory called foo-20150920 with a file called foo-20150920.tex inside.

Modify/Customize Templates