feat!: remove \plain macro

This commit is contained in:
Johan Larsson 2024-01-15 16:33:25 +01:00
parent 548ede8413
commit 95f24ae73a
1 changed files with 0 additions and 17 deletions

View File

@ -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}