1
0
mirror of https://github.com/matze/mtheme.git synced 2024-07-03 08:30:56 +02:00
Commit Graph

15 Commits

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