diff --git a/docs/parts/reference/style/intro.tex b/docs/parts/reference/style/intro.tex index f5eec5c..686c739 100644 --- a/docs/parts/reference/style/intro.tex +++ b/docs/parts/reference/style/intro.tex @@ -16,4 +16,8 @@ General styling commands. All other commands, except these ones require at least \item \verb|\rmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| \item \verb|\mrmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (1.5x compared to \verb|\rmvspace|) \item \verb|\drmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (2x compared to \verb|\rmvspace|) + \item \verb|\dhrmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (2.5x compared to \verb|\rmvspace|) + \item \verb|\dnrmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (3x compared to \verb|\rmvspace|) + \item \verb|\dmrmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (3.5x compared to \verb|\rmvspace|) + \item \verb|\ddrmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (4x compared to \verb|\rmvspace|) \end{itemize} diff --git a/main/style/style.tex b/main/style/style.tex index 5f4386c..cc9134d 100644 --- a/main/style/style.tex +++ b/main/style/style.tex @@ -61,6 +61,10 @@ \newcommand{\rmvspace}{\vspace{-0.5pc}} \newcommand{\mrmvspace}{\vspace{-0.75pc}} \newcommand{\drmvspace}{\vspace{-1pc}} +\newcommand{\dhrmvspace}{\vspace{-1.25pc}} +\newcommand{\dnrmvspace}{\vspace{-1.5pc}} +\newcommand{\dmrmvspace}{\vspace{-1.75pc}} +\newcommand{\ddrmvspace}{\vspace{-2pc}} \renewcommand{\footrulewidth}{0.4pt} \newcommand{\TODO}{\color{red} \hl{TODO:} \color{black}} \newcommand{\bi}[1]{\textbf{\textit{#1}}}