- 01 Jul, 2018 1 commit
-
-
Michael Eischer authored
-
- 12 Oct, 2017 1 commit
-
-
Bernhard Heinloth authored
-
- 03 Oct, 2017 2 commits
-
-
Bernhard Heinloth authored
-
Bernhard Heinloth authored
-
- 02 Oct, 2017 1 commit
-
-
Bernhard Heinloth authored
-
- 01 Oct, 2017 2 commits
-
-
Bernhard Heinloth authored
-
Bernhard Heinloth authored
-
- 13 Feb, 2017 1 commit
-
-
Matthias Vogelgesang authored
-
- 23 Jan, 2017 1 commit
-
-
Matthias Vogelgesang authored
-
- 06 Nov, 2016 1 commit
-
-
Benjamin Weiss authored
-
- 20 Jul, 2016 1 commit
-
-
Matthias Vogelgesang authored
-
- 30 Mar, 2016 1 commit
-
-
Ross Churchley authored
Fix #202
-
- 24 Mar, 2016 1 commit
-
-
Ermin Wang authored
-
- 14 Mar, 2016 1 commit
-
-
Matthias Vogelgesang authored
-
- 11 Mar, 2016 1 commit
-
-
Ross Churchley authored
As the theme's documentation is generated from `doc/metropolistheme.dtx` and not by running latex on the component sub-packages, this code is never actually executed. (Good thing, too, since it wouldn't compile; it is not possible to call `beamerthememetropolis` in a document with the `ltxdoc` class)
-
- 09 Mar, 2016 1 commit
-
-
Ross Churchley authored
-
- 04 Mar, 2016 1 commit
-
-
Matthias Vogelgesang authored
Recent changes reduced it way more than it used to be, leading to a cramped feeling especially with small caps titling.
-
- 28 Feb, 2016 2 commits
-
-
Ross Churchley authored
This reverts the portion of the commit c48cc90a that applies to the outer theme, in order to prevent merge conflicts for #183
-
Benjamin Weiss authored
-
- 26 Feb, 2016 3 commits
-
-
Benjamin Weiss authored
-
davidcorteso authored
Added possibility to add a custom footer. Usage is shown in the demo slide deck.
-
Ross Churchley authored
-
- 23 Feb, 2016 2 commits
-
-
Ross Churchley authored
-
Ross Churchley authored
Fix #126
-
- 22 Feb, 2016 1 commit
-
-
Ross Churchley authored
-
- 07 Feb, 2016 6 commits
-
-
Ross Churchley authored
-
Ross Churchley authored
-
Ross Churchley authored
-
Ross Churchley authored
Although (e.g.) `titleformat title` is a valid PGF key and works in the `\metroset`, it does not work as an optional argument to `\usetheme`, where spaces are ignored.
-
Ross Churchley authored
Use \metropolis@foo instead of \@metropolis@foo, following the example of`beamer`'s source code
-
Ross Churchley authored
Use \themename in documentation instead.
-
- 04 Dec, 2015 2 commits
-
-
Matthias Vogelgesang authored
-
Benjamin Weiss authored
-
- 16 Nov, 2015 1 commit
-
-
Benjamin Weiss authored
`vphantom` implementation proposed by @rchurchley in #115
-
- 22 Sep, 2015 1 commit
-
-
Ross Churchley authored
-
- 21 Sep, 2015 1 commit
-
-
Ross Churchley authored
-
- 21 Jul, 2015 1 commit
-
-
tmgriffiths authored
-
- 20 Jul, 2015 3 commits
-
-
tmgriffiths authored
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.
-
tmgriffiths authored
-
tmgriffiths authored
-