An open API service indexing awesome lists of open source software.

https://github.com/xoolive/kyoto

Yet another beamer theme
https://github.com/xoolive/kyoto

Last synced: 6 months ago
JSON representation

Yet another beamer theme

Awesome Lists containing this project

README

          

## Beamer Kyoto

The `Kyoto` theme is yet another basic beamer theme:

- based on the standard `Singapore` theme;
- integrating the `progressbar` by [Sylvain Bouveret](http://recherche.noiraudes.net/fr/LaTeX.php);
- with minimal visual adjustments, esp. for colours.

### Installation

To install the theme either run `make install` or copy the style files ending
with `.sty` to the source files of your presentation. As of now, fonts, colors
and the section indicator are hardcoded into the theme.

### Usage

To build the demo slides just run `make` in the top-level directory. To use this
theme with [Pandoc](http://johnmacfarlane.net/pandoc/)-based presentations, you
can run the following command

```sh
$ pandoc -t beamer --latex-engine=xelatex -V theme:Kyoto -o output.pdf input.md
```

### License

See [license.txt](license.txt)