Commit Graph

91 Commits

Author SHA1 Message Date
Matthias Vogelgesang 2fa6084b9d
Merge pull request #337 from pacien/pr-334
Restrict standout font and alignment to inner content
2018-08-01 18:55:02 +02:00
pacien a7fad7f1d8 Fix #334: restrict standout theme to inner content
So that the speaker's notes aren't affected by the typesetting of the slide.
2018-08-01 18:01:39 +02:00
pacien 1eef71d75a Fix #335: end standout theme within frame env
Restore theme within frame, making standout slides work with ignorenonframetext
2018-08-01 18:00:20 +02:00
Joseph Wright 762bc408cc Patch latest beamer section commands
This fixes #303.
2017-12-02 13:53:17 +00:00
Matthias Vogelgesang 28e70c1e67 Fix #296: use correct colors for bibliography 2017-09-26 16:36:41 +02:00
Matthias Vogelgesang 36ef780a7c Fix #267: set local structure color for standout 2017-03-28 10:27:16 +02:00
Yudai NAKATA ca2c9ed9fe Simplify redundant fallbacks
Fix #261
2017-02-24 19:33:13 +09:00
Matthias Vogelgesang c13b01f948 Fix #260: check if TikZ external is loaded 2017-02-14 09:49:01 +01:00
Matthias Vogelgesang dc7ae3d632 Fix #260: disable TikZ external for our bars 2017-02-13 17:23:29 +01:00
Matthias Vogelgesang 10519e3de5 Release version 1.2 2017-01-23 12:55:26 +01:00
Max H. Gerlach c7cd8ad9e8 fix \ProvidesPackage{} for highcontrast theme
Removes warning:

LaTeX Warning: You have requested package `beamercolorthememetropolis-highcontrast',
               but the package provides `beamercolorthememetropolis-minimal'.
2017-01-09 19:42:03 +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
Matthias Vogelgesang d71d0789b0 Merge pull request #250 from josephwright/update-patch
Update patch: track beamer changes
2017-01-06 13:05:28 +01: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
Joseph Wright 32347cceba Drop braces in input line 2017-01-06 10:34:39 +00:00
Matthias Vogelgesang 68866fb3e3 Update alert and add new example color 2016-11-23 15:32:06 +01:00
Matthias Vogelgesang 4ede22dc48 Rename color theme to highcontrast 2016-11-23 15:32:06 +01:00
Matthias Vogelgesang 388dee8248 Add metropolis-minimal color theme 2016-11-21 10:50:32 +01:00
Matthias Vogelgesang 72fddbd72b Merge pull request #243 from jGleitz/fix-fontspec-option-clash
Fix fontspec option clash
2016-11-20 05:57:27 -08: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
Benjamin Weiss 20a8e1edf4 removed hardcoded progress bar and title separator values and introduced (internal) variables 2016-11-06 21:18:32 +01:00
Ross Churchley 5040b2ab97 Fix problem w/ inverting colours mid-presentation
Fix #221
2016-09-17 09:09:36 -07:00
Matthias Vogelgesang 2805aa1583 Fix #216: use frametitle font for continuation 2016-07-20 12:37:24 +02:00
Matthias Vogelgesang ebf00c8a1b Fix #214: use ragged right for subtitle 2016-07-07 12:00:48 +02:00
Ross Churchley 19dcbaba40 Use sectiontitleformat for subsection title
Fix #212
2016-06-13 19:42:38 -07:00
Matthias Vogelgesang fe9c932696 Merge pull request #204 from rchurchley/fixbreak
Fix empty second line in certain frametitles
2016-03-31 11:08:15 +02:00
Ross Churchley 8eb8c82d7e Fix empty second line in certain frametitles
Fix #202
2016-03-30 12:31:24 -07:00
Ermin Wang 3b08e613fe Fix the "Overfull \hbox (0.4pt too wide)" bug when using progress bar. 2016-03-25 00:47:06 +08: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 3033dd3126 Merge pull request #194 from rchurchley/fix-empty-alertblock
Allow user to define empty (e.g.) alertblock background
2016-03-09 10:41:49 +01:00
Matthias Vogelgesang 6b70b210b5 Merge pull request #190 from rchurchley/subsection-page
Add support for subsections
2016-03-09 10:22:06 +01: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 78b5a5bd4b Allow user to define empty alertblock background 2016-03-08 18:35:46 -08:00
Ross Churchley 774bd7b954 Add support for subsections
Fix #53
2016-03-04 23:39:45 -08:00
Ross Churchley cbffe39dcf Use frame key for standout slides, move to inner
Fix #11
2016-03-04 17:37:02 -08:00
Matthias Vogelgesang f921318fc0 Merge pull request #188 from rchurchley/fix-lualatex
Explicitly set italic, bold, and bolditalic fonts
2016-03-04 12:10:18 +01:00
Ross Churchley b47234ba14 Explicitly set italic, bold, and bolditalic fonts
Fix #187
2016-03-04 01:10:03 -08:00
Matthias Vogelgesang f31c772a8f Increase frametitle padding
Recent changes reduced it way more than it used to be, leading to a cramped
feeling especially with small caps titling.
2016-03-04 09:28:34 +01:00
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