wtsi-hgi/beamer-scaffold

Name: beamer-scaffold

Owner: Wellcome Trust Sanger Institute - Human Genetics Informatics

Description: Beamer presentation scaffold

Created: 2015-01-23 14:12:14.0

Updated: 2015-01-30 10:02:27.0

Pushed: 2015-01-30 10:02:26.0

Homepage:

Size: 184

Language: Makefile

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Beamer Presentation Scaffold

A really simple scaffold for Beamer presentations, including a make based build system.

Note that the PDF will have the same name as the basename of the present working directory, affixed with .pdf. If you want a different filename, set the TARGET environment variable to the make command. For example:

ET=foobar make

make will do several compilation passes: LaTeX, BibTeX, then two more LaTeX. This is usually enough to generate the desired output, but should you need to alter this, these are basically hardcoded into the output rule, so you can change it there. (This could probably be done a lot better, but this way is much easier!)

slide Environment

A new environment is defined which creates a new frame with a title under a subsubsection of the same name. The purpose of this is to correctly generate the breadcrumbs used by the Beamer theme.

For example:

in{slide}[My Slide]
llo, World!
{slide}

License

MIT License

Copyright (c) 2015 Genome Research Limited


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.