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


If you clone the repository so that is located as a subdirectory of <code>~/tex/</code> and you place or create a symlink to the script <code>new_beamer_presentation</code> to somewhere in your path, you can use the script to create new presentations like:
The path of least resistence 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>:
 
* <code>new_beamer_presentation</code>
* <code>vc-git</code>
* <code>vc-git.awk</code>
 
Once you have done this, you can use the script to create new presentations like:


  new_beamer presentation foo-20150920
  new_beamer presentation foo-20150920

Revision as of 23:42, 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 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