1
0
mirror of https://github.com/matze/mtheme.git synced 2024-06-26 07:29:04 +02:00
Commit Graph

50 Commits

Author SHA1 Message Date
Ross Churchley
309b6bad8c Automatically get version, date for manual
Fix #87
2016-03-03 01:05:51 -08:00
Ross Churchley
8894c7ea62 Adjust position of contents on section page
Fix #184 — Adjust spacing on section pages
2016-03-02 10:04:54 -08:00
Ross Churchley
3637e7ad60 Disable ugly justification in section pages
Fix #163 — Line breaks in section heading
2016-03-02 10:03:22 -08:00
Matthias Vogelgesang
45a1a83118 Merge pull request #183 from benjamin-weiss/new-frametitle-struts
new frame title struts – fixes #165
2016-03-02 09:38:20 +01:00
Matthias Vogelgesang
1cea72657b Merge pull request #182 from rchurchley/fix-blocks
Fix multi-line block titles
2016-03-02 09:37:45 +01:00
Ross Churchley
cbfc756fce Revert changes to outer theme
This reverts the portion of the commit c48cc90a7b that applies to the outer theme, in order to prevent merge conflicts for #183
2016-02-28 14:34:58 -08:00
Benjamin Weiss
6c2f5dd4ae use etoolbox for if statement 2016-02-28 12:16:26 +01:00
Ross Churchley
8df52f8df5 Refactor and document solution 2016-02-26 16:12:57 -08:00
Benjamin Weiss
122e9f48ba new frame title struts 2016-02-26 19:31:25 +01:00
Ross Churchley
087c95d694 Remove accidentally included test line 2016-02-26 09:13:28 -08:00
davidcorteso
1b0699893d Use beamertemplate for footer
Added possibility to add a custom footer. Usage is shown in the demo slide deck.
2016-02-26 12:12:48 +01:00
Ross Churchley
b97a35f847 Tweak block padding 2016-02-26 01:20:16 -08:00
Ross Churchley
c48cc90a7b Ensure consistent line height 2016-02-25 17:39:40 -08:00
Ross Churchley
36f8d94172 Fix multi-line block titles 2016-02-24 09:57:24 -08:00
Ross Churchley
f3b9c24906 Update documentation for backup slides 2016-02-23 12:46:56 -08:00
Ross Churchley
a9457cd08c Support backup slides
Fix #126
2016-02-22 22:48:01 -08:00
Ross Churchley
59f8794f59 Update dates 2016-02-21 23:30:07 -08:00
Ross Churchley
7d378d374c Update documentation
Add details on conflicts with other color themes.
2016-02-21 22:41:46 -08:00
Ross Churchley
3f6e0c936b Fix known issue with beamercolortheme fly
Previously `\plain` slides were broken if the user overrode the colour theme with `fly`, as that theme does not define a background colour for `palette primary`. The solution checks whether `palette primary.bg` is undefined; if so, it automatically picks a colour complementary to `palette primary.fg` for the background of the plain slides.
2016-02-21 21:57:37 -08:00
Ross Churchley
653826403e Base block spacing on bg colour, not theme option 2016-02-21 21:53:09 -08:00
Ross Churchley
177ebb7f4a Revert titleformat hyphenation and add aliases 2016-02-08 09:25:06 -08:00
Ross Churchley
069871f920 Increment version 2016-02-06 22:29:28 -08:00
Ross Churchley
8f23f78e08 Update documentation 2016-02-06 22:26:41 -08:00
Ross Churchley
83469b03ff Rename \iffontsexist to \iffontsavailable
Prevents me from thinking it tests "if font sexist" instead of "if fonts exist"
2016-02-06 22:24:45 -08:00
Ross Churchley
a87cb88cd3 Move titleformat options to font theme 2016-02-06 22:18:53 -08:00
Ross Churchley
4a7c1306f0 Hyphenate titleformat options
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.
2016-02-06 20:19:36 -08:00
Ross Churchley
eee7860518 Standardize internal command namespacing
Use \metropolis@foo instead of \@metropolis@foo, following the example of`beamer`'s source code
2016-02-06 19:24:47 -08:00
Ross Churchley
4a82c4b3af Remove hardcoded references to \textsc{metropolis}
Use \themename in documentation instead.
2016-02-06 19:07:48 -08:00
Ronny Chevalier
0383c3e7e6 innertheme: add noframenumbering for section and titlepage
There is no need to increment the frame number for the titlepage and the
section page.
2016-02-02 16:24:59 +01:00
Matthias Vogelgesang
c870575636 Release v1.0 2015-12-04 15:42:27 +01:00
Benjamin Weiss
4c99662b2e introduces new title format commands 2015-12-04 15:06:42 +01:00
Matthias Vogelgesang
d2a224a857 Merge pull request #160 from benjamin-weiss/block-in-column-bug
fixes #119 – Spacing of blocks in columns, minipages
2015-12-04 08:32:18 +01:00
Benjamin Weiss
44225f2227 fixes #119 – Spacing of blocks in columns, minipages 2015-12-03 20:15:32 +01:00
Matthias Vogelgesang
42e3414a5f Mix progressbar color from alerted text fg
The previous approach was not really harmonic and becomes worse for other color
combinations for normal and alerted text.
2015-12-03 13:49:46 +01:00
Benjamin Weiss
1d842a2f63 fixes #152 – fixes conditional font loading for LuaTeX 2015-11-23 22:10:11 +01:00
Matthias Vogelgesang
330386f9b1 Merge pull request #155 from bklamer/patch-3
Remove unnecessary font features
2015-11-23 13:42:40 +01:00
Brett Klamer
97db2f4382 Remove unnecessary font features
The default fontspec font features are

```
\defaultfontfeatures
 [\rmfamily,\sffamily]
 {Ligatures=TeX}

\defaultfontfeatures
 [\ttfamily]
 {WordSpace={1,0,0},
  PunctuationSpace=WordSpace}
```

There isn't a reason to override this (see PR #154).
2015-11-22 16:21:49 -05:00
Brett Klamer
e45d799b90 Fix name conflict
Change name for "metropolis"
2015-11-21 20:17:23 -05:00
Matthias Vogelgesang
e84a7adeff Finish name change to metropolis
Attention: this breaks the theme loading that is described all over the internet
by now.
2015-11-21 11:42:28 +01:00
Benjamin Weiss
62d10c9a46 fixes #131 – Wrong frametitle spacing with tailed letters
`vphantom` implementation proposed by @rchurchley in #115
2015-11-16 18:02:50 +01:00
Benjamin Weiss
5df8e3654a fixes #95 – Minor design improvements for the title page 2015-11-13 17:50:22 +01:00
Matthias Vogelgesang
4cd0943d42 Merge pull request #145 from benjamin-weiss/font-theme
Fixes #85 – Font theme overhaul
2015-11-13 08:18:06 +01:00
Benjamin Weiss
d2e03dc334 font theme overhaul
beamer font definitions are now standard latex based

implemented conditional font loading scheme

added demo frame to test font features

better implementation of monospaced numbers in tables
2015-11-12 21:49:32 +01:00
Benjamin Weiss
25ef816c08 fixes #146 – Set example/alert block body color 2015-10-26 20:30:30 +01:00
Matthias Vogelgesang
f47e1696c3 Fix #128: add `simple' key to inner/sectionpage
Adds a new simple style which only sets the section title centered on a section
page.
2015-10-23 11:47:22 +02:00
Ross Churchley
c44b7bd629 Fix #130 for date as well as author, institute 2015-09-27 18:25:30 -07:00
Ross Churchley
63e5302433 Split title page template into sub-templates 2015-09-27 18:22:31 -07:00
Ross Churchley
57240b2614 Fix #130: Author color when inverting mid-document 2015-09-27 08:44:47 -07:00
Ross Churchley
a42b46f36f One-line provide package 2015-09-22 10:19:33 -07:00
Ross Churchley
0ffc2942cf Organize files into directories 2015-09-21 00:42:29 -07:00