makebeamerinfo
Creates .info file for use with Impressive and LaTeX Beamer
DESCRIPTION
Impressive is a pdf viewer that aids in viewing presentations made in LaTeX Beamer. Impressive uses a .info control file to specify the transitions used between pages. While this file isn't necessary, the Beamer-based presentation can be presented in a much more consistant style when the .info file is tuned to the individual presentation. makebeamerinfo
is designed to create this file based on an auxiliary file (.nav) that Beamer creates in parallel with the presentation. It also does not require any configuration or tags in the presentation source.
DOCUMENTATION
Users looking for usage information should look at makebeamerinfo. For subclassing information (not stable yet) one might look at App::makebeamerinfo.
INSTALLATION
App::makebeamerinfo can be installed from CPAN using the standard cpan
client (or better yet cpanm).
For Ubuntu users, Liviu Andronic manages an Ubuntu (Debian) PPA. See more at:
- https://launchpad.net/~landronimirc/+archive/impressive
- https://launchpad.net/~landronimirc/+archive/impressive-svn
SEE ALSO
Impressive: http://impressive.sourceforge.net/
LaTeX Beamer: http://latex-beamer.sourceforge.net/
SOURCE REPOSITORY
http://github.com/jberger/MakeBeamerInfo
AUTHOR
Joel Berger, <joel.a.berger@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2012-2013 by Joel Berger
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.