feat!: remove appendix redefinition

Remove the custom appendix modification, as per the suggestion in https://github.com/matze/mtheme/pull/342 by @kno10.
This commit is contained in:
Johan Larsson 2024-01-12 22:32:54 +01:00
parent 4574c07b66
commit 17edfad597
1 changed files with 0 additions and 18 deletions

View File

@ -204,24 +204,6 @@
% \end{macrocode}
% \end{macro}
%
%
%
% \begin{macro}{appendix}
% Removes page numbering and per-slide progress bars when |\appendix| is
% called. This makes it easier to include additional ``backup slides'' at
% the end of the presentation, especially in conjunction with the package
% |appendixnumberbeamer|.
% \begin{macrocode}
\AtBeginDocument{%
\apptocmd{\appendix}{%
\pgfkeys{%
/moloch/outer/.cd,
numbering=none,
progressbar=none}
}{}{}
}
% \end{macrocode}
% \end{macro}
% \subsubsection{Process package options}
%
% \begin{macrocode}