https://github.com/sdiehl/beamer_template
A toolchain to make beautiful Beamer presentations without fussing with LaTeX.
https://github.com/sdiehl/beamer_template
Last synced: 3 months ago
JSON representation
A toolchain to make beautiful Beamer presentations without fussing with LaTeX.
- Host: GitHub
- URL: https://github.com/sdiehl/beamer_template
- Owner: sdiehl
- License: mit
- Created: 2011-05-02T15:37:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-03T01:03:02.000Z (over 14 years ago)
- Last Synced: 2025-04-05T19:41:32.801Z (6 months ago)
- Language: Python
- Homepage: https://github.com/sdiehl/beautiful-beamer
- Size: 229 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LaTeX output is beautiful, but it's source is horrific. What if
you could just write Restructured text and have it automatically
make a beutiful presenation. Well you can!beautiful-beamer is a toolchain to create a beautiful looking
Beamer presentation without fussing with LaTeX. The output uses:* XeTeX - for page rendering
* AB Garamond - for beautiful typography
* Berlin Style - for professional looking layout.
* MIT Color Theme - for classy color.Example Output
==============
[slideshow.pdf](https://github.com/sdiehl/beautiful-beamer/raw/master/slideshow.pdf)
Usage
=====1) Change the `SRC` variable in the Makefile to point to your
desired file.2) Run `make` . This will output a pdf with the same name as your input file.
Dependencies
============* XeTeX ( http://www.tug.org/texlive )
* GNU Make
* Python
* docutils ( pip install docutils )Credits
=======* mit-beamer - Justin Riley ( https://github.com/jtriley/mit-beamer )
* rst2beamer - Ryan Krauss & Paul-Michael Agapow ( https://github.com/ryanGT/rst2beamer )
* EB Garamond - Georg Duffner ( http://www.georgduffner.at )