[Style] Add remove whitespace macro

This commit is contained in:
2025-09-30 15:37:50 +02:00
parent 25fb100c4f
commit a756902a4f
3 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@@ -12,4 +12,5 @@ General styling commands. All other commands, except these ones require at least
\item \verb|\smallhspace| Prints a 2mm hspace \item \verb|\smallhspace| Prints a 2mm hspace
\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|
\end{itemize} \end{itemize}

View File

@@ -56,6 +56,7 @@
} }
} }
} }
\newcommand{\rmvspace}{\vspace{-0.5pc}}
\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}}}