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

8 Commits

Author SHA1 Message Date
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