Commit Graph

27 Commits

Author SHA1 Message Date
Matthias Vogelgesang 10519e3de5 Release version 1.2 2017-01-23 12:55:26 +01:00
Joseph Wright a7339544c3 Simplify a patch
This avoids looking for an internal command that will be removed
in a future update.
2017-01-06 14:08:41 +00:00
Joseph Wright 30d207d696 Patch older and newer versions of beamer code
The fixes in
ef419391cb
and
ce790e640c
mean that a new patch route is needed. Patches cannot be nested
(easily) so use two and a switch to track if an error is needed.
2017-01-06 10:52:53 +00:00
Joseph Wright 2a1fcb7ea9 Add missing arguments for \PackageError
The command needs three arguments: \@ehc is the 'Press Enter to
continue" generic advice.
2017-01-06 10:37:53 +00:00
Joshua Gleitze 2a0d5cf12e Only load fontspec if it’s not loaded
fixes #239 in some cases
2016-11-20 13:50:46 +01:00
Ross Churchley 19dcbaba40 Use sectiontitleformat for subsection title
Fix #212
2016-06-13 19:42:38 -07:00
Matthias Vogelgesang 127b9aca65 Release version 1.1 2016-03-14 11:47:56 +01:00
Ross Churchley 68249c9747 Remove unused driver code from sub-packages
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)
2016-03-10 23:35:51 -08:00
Ross Churchley ffde17b63c Update date of packages modified for v1.1 2016-03-09 02:28:59 -08:00
Matthias Vogelgesang 820589f497 Merge pull request #189 from rchurchley/standout-slides
Use frame key for standout slides, move to inner theme
2016-03-09 10:18:56 +01:00
Ross Churchley cbffe39dcf Use frame key for standout slides, move to inner
Fix #11
2016-03-04 17:37:02 -08:00
Ross Churchley b47234ba14 Explicitly set italic, bold, and bolditalic fonts
Fix #187
2016-03-04 01:10:03 -08:00
Ross Churchley 59f8794f59 Update dates 2016-02-21 23:30:07 -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 4a82c4b3af Remove hardcoded references to \textsc{metropolis}
Use \themename in documentation instead.
2016-02-06 19:07:48 -08: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
Benjamin Weiss 1d842a2f63 fixes #152 – fixes conditional font loading for LuaTeX 2015-11-23 22:10:11 +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
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 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
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