From 0add412ca440d4d727ed9af5732b88deaab030e4 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 30 Sep 2020 23:52:19 +0200 Subject: [PATCH] [macros] Avoid excess vertical space for Annex C macros. --- source/macros.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/macros.tex b/source/macros.tex index 5be88cfd6a..7a562230b8 100644 --- a/source/macros.tex +++ b/source/macros.tex @@ -407,7 +407,7 @@ %% Change descriptions \newcommand{\diffhead}[1]{\textbf{#1:}\space} -\newcommand{\diffdef}[1]{\hfill\break\diffhead{#1}} +\newcommand{\diffdef}[1]{\ifvmode\else\hfill\break\fi\diffhead{#1}} \ExplSyntaxOn \NewDocumentCommand \diffref { m } { \clist_set:Nx \l_tmpa_clist { #1 }