From 95f24ae73ac72d9501de0760e48bbc0cacce797f Mon Sep 17 00:00:00 2001 From: Johan Larsson Date: Mon, 15 Jan 2024 16:33:25 +0100 Subject: [PATCH] feat!: remove \plain macro --- src/beamerthememoloch.dtx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/src/beamerthememoloch.dtx b/src/beamerthememoloch.dtx index 621edc4..f9f6398 100644 --- a/src/beamerthememoloch.dtx +++ b/src/beamerthememoloch.dtx @@ -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}