feat: deprecate `\mreducelistspacing`

This commit is contained in:
Johan Larsson 2024-12-02 07:51:51 +01:00
parent 8e3551965c
commit 3d87ec2d8d
No known key found for this signature in database
GPG Key ID: 2A41C0FEDD6FF540
1 changed files with 14 additions and 9 deletions

View File

@ -141,15 +141,6 @@
% \end{macrocode}
% \end{macro}
%
%
% \begin{macro}{\mreducelistspacing}
% \begin{macrocode}
\newcommand{\mreducelistspacing}{\vspace{-\topsep}}
% \end{macrocode}
% \end{macro}
%
%
%
% \subsubsection{Process Package Options}
%
% \begin{macrocode}
@ -157,6 +148,20 @@
\ProcessPgfOptions{/moloch}
% \end{macrocode}
%
% \subsubsection{Deprecated Functionality}
%
% \begin{macro}{\mreducelistspacing}
% \begin{macrocode}
\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>
% \fi