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
- Host: GitHub
- URL: https://github.com/xoolive/kyoto
- Owner: xoolive
- License: gpl-2.0
- Created: 2015-03-30T19:56:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T19:57:15.000Z (about 11 years ago)
- Last Synced: 2025-01-22T00:49:33.820Z (over 1 year ago)
- Language: TeX
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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)