Editing CommunityData:Beamer

From CommunityData
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
== Getting basic templates ==
== Dependencies ==
 
* TeX and Beamer — On Debian or Ubuntu, you can install the packages [http://wiki.mako.cc/TeX listed at the bottom of this page].
* [https://www.gnu.org/software/gawk/gawk gawk] — Package should be <code>gawk</code>
 
== 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]:
Line 10: Line 15:


* <code>new_beamer_presentation</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:
Once you have done this, you can use the script to create new presentations like:
Line 25: Line 32:
The templates assume that you'll be presenting with [https://github.com/pdfpc/pdfpc PDF Presenter Console] which is a pretty full featured presenter console written specifically with Beamer in mind. If you run into any trouble, please [https://github.com/pdfpc/pdfpc download and install the latest version of PDFPC from Github] as the note functionality we use is not in some released version of Debian and Ubuntu who have lagged behind development and been slow to pull in new patches fixing bugs and adding functionality.
The templates assume that you'll be presenting with [https://github.com/pdfpc/pdfpc PDF Presenter Console] which is a pretty full featured presenter console written specifically with Beamer in mind. If you run into any trouble, please [https://github.com/pdfpc/pdfpc download and install the latest version of PDFPC from Github] as the note functionality we use is not in some released version of Debian and Ubuntu who have lagged behind development and been slow to pull in new patches fixing bugs and adding functionality.


To tell if your version of PDFPC will work, you can run <code>pdfpc --help</code> and look to see if it has an option for <code>-n/--notes</code>. If it has this option, you are likely good to go. You can also run <code> pdfpc -v</code> to see which version is installed. Version 4.0 (and perhaps earlier) has support for notes, so if the version is >= 4.0, then it should work.
To tell if your version of PDFPC will work, you can run <code>pdfpc --help</code> and look to see if it has an option for <code>-n/--notes</code>. If it has this option, you are likely good to go.
 


There are three basic ways to build slides that are supported by the makefile in the repository:
There are three basic ways to build slides that are supported by the makefile in the repository:
Line 38: Line 46:


  make pdfpc
  make pdfpc
This will run a command like this (which you could also do directly):
pdfpc --notes=right presentation.pdf
This show the notes on the monitor to the right (usually the second monitor on most setups). You can obviously switch this to left, top, or bottom as per your arrangement of displays.
== Installing TeX to build the templates on your own computer ==
Dependencies:
* TeX and Beamer — On Debian or Ubuntu, you can install the following packages:
** texlive-latex-base
** latex-beamer
** rubber
** latexmk
** texlive-fonts-extra
* [https://www.gnu.org/software/gawk/gawk gawk] — Package should be <code>gawk</code>
* [https://github.com/pdfpc/pdfpc PDF Presenter Console]
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)