CommunityData:Beamer: Difference between revisions

From CommunityData
(Created page with " First step is to download the basic templates from [http://projects.mako.cc/source/?p=beamer-mako the git repository]: git clone git://projects.mako.cc/beamer-mako")
 
No edit summary
Line 1: Line 1:
== Getting Basic Templates ==


First step is to download the basic templates from [http://projects.mako.cc/source/?p=beamer-mako the git repository]:
First step is to download the basic templates from [http://projects.mako.cc/source/?p=beamer-mako the git repository]:


  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:
new_beamer presentation foo-20150920
This will create a new subdirectory called <code>foo-20150920</code> with a file called <code>foo-20150920.tex</code> inside.
== Modify/Customize Templates ==

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

If you clone the repository so that is located as a subdirectory of ~/tex/ and you place or create a symlink to the script new_beamer_presentation to somewhere in your path, 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