Skip to content

Commit

Permalink
feat: deprecate \mreducelistspacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Dec 2, 2024
1 parent 8e35519 commit 3d87ec2
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/beamerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,26 @@
% \end{macrocode}
% \end{macro}
%
% \subsubsection{Process Package Options}
%
% \begin{macro}{\mreducelistspacing}
% \begin{macrocode}
\newcommand{\mreducelistspacing}{\vspace{-\topsep}}
\moloch@setdefaults
\ProcessPgfOptions{/moloch}
% \end{macrocode}
% \end{macro}
%
%
% \subsubsection{Deprecated Functionality}
%
% \subsubsection{Process Package Options}
%
% \begin{macro}{\mreducelistspacing}
% \begin{macrocode}
\moloch@setdefaults
\ProcessPgfOptions{/moloch}
\newcommand{%
\PackageWarning{moloch}{The ``mreducelistspacing'' macro is deprecated and
will be removed in a future version of the package. It is no longer
needed since there is no paragraph spacing by default.
}%
\mreducelistspacing}{\vspace{-\topsep}
}
% \end{macrocode}
% \end{macro}
%
% \iffalse
%</package>
Expand Down

0 comments on commit 3d87ec2

Please sign in to comment.