Go to file
Finbarr Timbers 197432884f Updated README.md
If you try to `make` mtheme without having pygments installed, XeLaTeX throws an error. README should reflect that.
2014-10-17 12:32:33 +01:00
images Add dark background with image 2014-09-20 12:06:37 +02:00
.gitignore Compile twice if .aux is not there 2014-08-28 11:01:38 +02:00
Makefile Add experimental progressbar beneath title 2014-09-26 15:34:21 +02:00
README.md Updated README.md 2014-10-17 12:32:33 +01:00
beamercolorthememetropolis.sty Start splitting font and color theme 2014-09-22 17:10:05 +02:00
beamerfontthememetropolis.sty Reduce size of section font 2014-10-09 16:50:54 +02:00
beamerthemem.sty Add custom pgfplot styles 2014-10-17 08:40:25 +02:00
demo.pdf Fix spelling 2014-10-17 08:41:31 +02:00
demo.tex Fix spelling 2014-10-17 08:41:31 +02:00

README.md

Beamer mtheme

The mtheme is a Beamer theme with minimal visual. The core design principles of the theme were described in a blog post. Not convinced? Have a look at the demo slides.

Sample

Requirements

As of now, fonts, colors and the section indicator are hardcoded into the theme. Thus to compile the demo with make you must

  • use XeLaTeX,
  • install the Fira Sans font,
  • have a usable TikZ installation, and
  • install the Python package Pygments (pip install pygments).

Package options

  • titleprogressbar adds a thin progress bar similar to the section progress bar underneath each slide.

Commands

  • \plain{title=[]}{body} sets a slide in plain dark colors.

pgfplot styles

The beamer theme also contains pre-defined pgfplot styles. Use the mlineplot key to plot line data and mbarplot or horizontal mbarplot to plot bar charts.

License

The theme itself is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. This means that if you change the theme and re-distribute it, you must retain the copyright notice header and license it under the same CC-BY-SA license. This does not affect the presentation that you create with the theme.