Beamer theme: Ryde
Beamer is a LaTeX class that is designed for slideshows. 'Ryde' is my personal Beamer theme for my presentations, based on the Macquarie University colours. Per Beamer tradition, it's named for the location of the university. Tradition is silent on what you get to name yours, if you also work in Ryde.
Ryde is preliminary at the moment: not very well tested.
Notes on use (if you haven't used Beamer before, read their docs too):
- To use Ryde, unpack the tarballs under your tex/latex directory and include the following in your document: \usetheme{Ryde} together with the usual Beamer boilerplate.
- Ryde has a few options: \usetheme[compress]{Ryde} will give you a smaller header, and \usetheme[numbers]{Ryde} will give you page numbers.
Demo
Here's the source LaTeX for a simple slideshow and here's the PDF output.
Download Ryde
Ryde is derived from Trondheim and is thus available for redistribution per the GNU GPL version 2 except for the Macquarie University and CLT logos, which is why I've got them in a separate tarball. The logos should be used as appropriate if you're associated with the university and the CLT.
Ryde todo
- Add back some kind of navigation.
- Update the CLT logo if there is a newer vector one available.
- Make the CLT logo optional, like the logos in Trondheim.
Ryde in source control
It's a Bazaar repository:
bzr branch http://users.puzzling.org/users/mary/bzr/BeamerThemeRyde/
Patches are good.