Fix #335: end standout theme within frame env

Restore theme within frame, making standout slides work with ignorenonframetext
This commit is contained in:
pacien 2018-07-22 23:53:57 +02:00
parent 1a42fa1939
commit 1eef71d75a
1 changed files with 2 additions and 2 deletions

View File

@ -569,11 +569,11 @@
% in order to restore the colours and fonts for the rest of the
% presentation. Unfortunately, we cannot use \AfterEndEnvironment{frame} for
% this (see \url{http://tex.stackexchange.com/questions/226319/}).
% Instead, we add the |\endgroup| to |\beamer@reseteecodes|, which is run
% Instead, we prepend the |\endgroup| to |\beamer@reseteecodes|, which is run
% exactly once at the end of each slide.
%
% \begin{macrocode}
\apptocmd{\beamer@reseteecodes}{%
\pretocmd{\beamer@reseteecodes}{%
\ifbool{metropolis@standout}{
\endgroup
\boolfalse{metropolis@standout}