Skip to content

Commit

Permalink
feat!: remove appendix redefinition
Browse files Browse the repository at this point in the history
Remove the custom appendix modification, as per the suggestion in matze#342 by @kno10.
  • Loading branch information
jolars committed Jan 12, 2024
1 parent 4574c07 commit 17edfad
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/beamerouterthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 17edfad

Please sign in to comment.