[Style] Add larger rmvspace macro

This commit is contained in:
2025-10-18 16:45:55 +02:00
parent c5043b8116
commit 83c588e53d
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -13,4 +13,5 @@ General styling commands. All other commands, except these ones require at least
\item \verb|\mediumhspace| Prints a 5mm hspace \item \verb|\mediumhspace| Prints a 5mm hspace
\item \verb|\largehspace| Prints a 10mm = 1cm hspace \item \verb|\largehspace| Prints a 10mm = 1cm hspace
\item \verb|\rmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| \item \verb|\rmvspace| Removes some of the vertical whitespace printed by environments like \verb|align|
\item \verb|\drmvspace| Removes some of the vertical whitespace printed by environments like \verb|align| (double the amount)
\end{itemize} \end{itemize}

View File

@@ -57,6 +57,7 @@
} }
} }
\newcommand{\rmvspace}{\vspace{-0.5pc}} \newcommand{\rmvspace}{\vspace{-0.5pc}}
\newcommand{\drmvspace}{\vspace{-1pc}}
\renewcommand{\footrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt}
\newcommand{\TODO}{\color{red} \hl{TODO:} \color{black}} \newcommand{\TODO}{\color{red} \hl{TODO:} \color{black}}
\newcommand{\bi}[1]{\textbf{\textit{#1}}} \newcommand{\bi}[1]{\textbf{\textit{#1}}}