Skip to content

Commit

Permalink
feat!: remove \plain macro
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jan 15, 2024
1 parent 548ede8 commit 95f24ae
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/beamerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,6 @@
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\plain}
% Creates a plain frame with dark background, suitable for displaying images
% or a few words. The format of the text can be set with the
% |titleformat plain| option.
% \begin{macrocode}
\def\moloch@plaintitleformat#1{#1}
\newcommand{\plain}[2][]{%
\PackageWarning{beamerthememoloch}{%
The syntax `\plain' may be deprecated in a future version of Moloch.
Please use a frame with [standout] instead.
}
\begin{frame}[standout]{#1}
\moloch@plaintitleformat{#2}
\end{frame}
}
% \end{macrocode}
% \end{macro}
%
% \begin{macro}{\mreducelistspacing}
% \begin{macrocode}
Expand Down

0 comments on commit 95f24ae

Please sign in to comment.