A LaTeX Beamer theme, forked from the metropolis theme (with dragon patches)
Go to file
tmgriffiths 927e5e4436 Added a second \@metropolis@frametitlestrut
I’ve put a `\@metropolis@frametitlestrut` at the beginning and the end
because of what I can see will be an error for multiline titles.
Perhaps what @benjamin-weiss was alluding too?

If we were to put the strut at the end of a multiline title, then if
the first line was nothing but lower case characters (for some reason…)
in a `frametitleformat=regular` situation then the strut would make
sure that the minimum height would still be that of a capital letter.
But, since this is a multiline title that only happens for the last
line.

If we thing of the opposite situation; the strut is at the beginning
but our final line is nothing but lowercase. Then the strut again makes
sure that the minimum height is that of a capital letter. But, this is
only applied to the first line now. To rectify this I’ve put a strut at
both the beginning and the end. Now, this won’t help If the presenter
has a multiline title that is three or more lines long (god forbid) but
in that case the standard leading and `\baselinskip` should take care
of it. Also, the central line(s) shouldn’t effect the padding around
the title anyway.
2015-07-20 13:11:42 +10:00
logo Add preliminary logo but do not enable yet 2015-06-23 08:25:20 +02:00
.gitignore removed login.json from .gitignore 2015-06-16 23:51:52 +02:00
Dockerfile minor cleanup 2015-06-27 12:10:12 +02:00
Makefile removed the testing minimal demo 2015-06-30 09:35:55 +02:00
README.md moved missing information from README.md to mtheme.dtx 2015-06-16 15:01:08 +02:00
beamercolorthememetropolis.dtx made the case settings package options and a lot of documenting 2015-06-30 00:09:39 +02:00
beamerfontthememetropolis.dtx made the case settings package options and a lot of documenting 2015-06-30 00:09:39 +02:00
beamerinnerthememetropolis.dtx Fix #29 2015-07-10 09:12:56 -07:00
beamerouterthememetropolis.dtx Added a second \@metropolis@frametitlestrut 2015-07-20 13:11:42 +10:00
beamerthemem.dtx Fix `\plain` centering bug 2015-07-16 23:59:03 -07:00
demo.bib new frame title format implementation 2015-06-22 16:38:26 +02:00
demo.pdf Update PDFs 2015-07-16 23:59:10 -07:00
demo.tex made the case settings package options and a lot of documenting 2015-06-30 00:09:39 +02:00
getFiraFont.sh fixed Dockerfile 2015-06-25 13:49:30 +02:00
mtheme.dtx Fix #46 2015-07-10 09:12:56 -07:00
mtheme.ins Create outer theme 2015-06-18 00:21:21 -07:00
mtheme.pdf Update PDFs 2015-07-16 23:59:10 -07:00
pgfplotsthemetol.dtx made the case settings package options and a lot of documenting 2015-06-30 00:09:39 +02:00

README.md

Beamer mtheme

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

Sample

For further information take a look at the manual.

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.