Skip to content

Commit f327588

Browse files
jensmaurertkoeppe
authored andcommitted
[macros] Avoid excess vertical space for Annex C macros.
1 parent d59e77a commit f327588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/macros.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408

409409
%% Change descriptions
410410
\newcommand{\diffhead}[1]{\textbf{#1:}\space}
411-
\newcommand{\diffdef}[1]{\hfill\break\diffhead{#1}}
411+
\newcommand{\diffdef}[1]{\ifvmode\else\hfill\break\fi\diffhead{#1}}
412412
\ExplSyntaxOn
413413
\NewDocumentCommand \diffref { m } {
414414
\clist_set:Nx \l_tmpa_clist { #1 }

0 commit comments

Comments
 (0)