Commit Graph

476 Commits

Author SHA1 Message Date
Matthias Vogelgesang 072a463607 Merge pull request #151 from bklamer/patch-1
Fix name conflict
2015-11-23 08:12:01 +01:00
Matthias Vogelgesang 70ed8bdc49 Merge pull request #150 from Naereen/patch-1
(Really) Finish changing name m → metropolis
2015-11-23 08:11:42 +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
Lilian Besson 85278e3f64 (Really) Finish changing name m → metropolis 2015-11-22 02:18:31 +01: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
Matthias Vogelgesang e68a93855c Merge pull request #148 from benjamin-weiss/frame-title-height
fixes #131 – Wrong frametitle spacing with tailed letters
2015-11-17 08:08:06 +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
Matthias Vogelgesang 563f03b66a Merge pull request #149 from benjamin-weiss/title-separator-width
fixes #95 – Minor design improvements for the title page
2015-11-16 17:05:20 +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
Matthias Vogelgesang 331a5f8725 Fix #127: use curly braces when calling \metroset 2015-10-27 15:50:02 +01:00
Matthias Vogelgesang 966bef11dc Merge pull request #147 from benjamin-weiss/block-example-alert-bug
fixes #146 – Set example/alert block body color
2015-10-27 08:11:04 +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
Matthias Vogelgesang eb5a7d7c9d Merge pull request #142 from luc-j-bourhis/master
Allow installation in any directories
2015-10-20 08:03:31 +02:00
Luc J. Bourhis 0a18f1979c Allow installation in any directory
This enables:
    make DESTDIR=xxxx install
to install mtheme in xxxx/tex/latex and the documentation in xxxx/doc/latex.
2015-10-20 01:31:50 +02:00
Matthias Vogelgesang 8e44f7205e Merge pull request #140 from ptheywood/fix-demo-link
Fix demo slides link in README.md
2015-10-19 10:18:41 +02:00
Peter Heywood e4d0cb8aa3 Correct link to demo in readme 2015-10-16 12:24:48 +01:00
Matthias Vogelgesang 2c7c913ad0 Merge pull request #133 from rchurchley/bugfixes
Fix title page templates
2015-09-28 08:17:59 +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
Matthias Vogelgesang 5ee8cda15e Merge pull request #132 from rchurchley/organize
Reorganize repository into folders
2015-09-23 09:04:27 +02:00
Ross Churchley bdf3540ce6 Fix make ctan
Also automatically date-versions the package
2015-09-22 23:46:54 -07:00
Ross Churchley f277900189 Fix make uninstall bug 2015-09-22 23:46:06 -07:00
Ross Churchley 69fa947095 make doc, demo from correct working directory 2015-09-22 23:45:55 -07:00
Ross Churchley 7550f6bfad Rename cache directory in makefile 2015-09-22 23:44:56 -07:00
Ross Churchley 58b26a8599 Split make clean into subroutines 2015-09-22 23:43:32 -07:00
Ross Churchley a42b46f36f One-line provide package 2015-09-22 10:19:33 -07:00
Ross Churchley 9e73067eea Fix copy-paste error in README 2015-09-22 09:10:45 -07:00
Ross Churchley 4e29bae90c Add demo slides and manual 2015-09-22 01:10:09 -07:00
Ross Churchley 3fa2a0216b Update README, manual with install instructions 2015-09-22 00:44:43 -07:00
Ross Churchley 9a0068909d Update .gitignore 2015-09-21 20:17:47 -07:00
Ross Churchley 0ffc2942cf Organize files into directories 2015-09-21 00:42:29 -07:00
Matthias Vogelgesang e73a6dc3b9 Merge pull request #124 from bgat/bgat
Fix 'Altert' typo in demo
2015-08-24 08:11:08 +02:00
Bill Gatliff b9162ee918 Fix 'Altert' typo in demo 2015-08-23 09:15:55 -05:00
Matthias Vogelgesang 28c3c91f71 Merge pull request #122 from ptheywood/plaintitleformat-documentation
Correct plaintitleformat in documentation
2015-08-19 08:21:48 +02:00
Peter Heywood 794f1785d7 Correct plaintitleformat in documentation 2015-08-18 16:24:24 +01:00
Matthias Vogelgesang fbaf3f83e0 Fix \metroset command in manual 2015-07-22 10:46:11 +02:00
Matthias Vogelgesang e4764c6642 Streamline and update the demo presentation 2015-07-22 10:44:00 +02:00
Matthias Vogelgesang 1f5dbc63c6 Merge pull request #115 from tmgriffiths/frametitlefixes
Frametitle Fixes
2015-07-21 14:49:26 +02:00
Matthias Vogelgesang 3be437acc1 Remove frametitleoffset documentation
This option has been removed with PR #113 in favor of a cleaner non-public
solution.
2015-07-21 14:45:59 +02:00
tmgriffiths 6602d5b13a Here’s some %’s. Merge me. Maybe? 2015-07-21 11:24:05 +10:00
tmgriffiths 927e5e4436 Added a second \@metropolis@frametitlestrut
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.
2015-07-20 13:11:42 +10:00
tmgriffiths 6c2cd08d0a Merge remote-tracking branch 'origin/frametitlefixes' into frametitlefixes
Conflicts:
	beamerouterthememetropolis.dtx
2015-07-20 12:58:57 +10:00
tmgriffiths c0c21bf93d removed \myletterspacing 2015-07-20 12:51:04 +10:00
tmgriffiths 17b5d914d1 Removed `{frametitle]{progressbar}` template. 2015-07-20 12:39:30 +10:00
tmgriffiths 0a130dd39e Changed from \setlength to \renewcommand
As per @rchurchley in comment thread on pull request for matze/mtheme
in fix #115
2015-07-17 17:16:45 +10:00