CommunityData:Beamer: Difference between revisions

From CommunityData
No edit summary
No edit summary
Line 5: Line 5:
  git clone git://projects.mako.cc/beamer-mako
  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 <code>~/tex/</code>.
The path of least resistance will be to clone the repository so that is located as a subdirectory of <code>~/tex/</code>.


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


== Modify/Customize Templates ==
== Modify/Customize Templates ==
At the very least, you will need to modify the lines that start with <code>\title</code>, <code>\author</code>, and <code>\institute</code>. Please don't push back changes or patches that include modifications to these lines.

Revision as of 23:44, 30 November 2015

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 resistance 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

At the very least, you will need to modify the lines that start with \title, \author, and \institute. Please don't push back changes or patches that include modifications to these lines.