From 4b1fc4de72e47890db8cec7abf2499cb80173bcc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 4 Sep 2023 16:55:00 -0700 Subject: LaTeX template: fix regression with CSL display="block". We no longer got a line break before the block; this restores it. Closes #7363. --- data/templates/default.latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/default.latex b/data/templates/default.latex index dff015525..34618b01e 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -360,7 +360,7 @@ $if(csl-refs)$ parsep=\parskip, itemsep=\cslentryspacing} \usepackage{calc} -\newcommand{\CSLBlock}[1]{#1\hfill\break} +\newcommand{\CSLBlock}[1]{\hfill\break#1\hfill\break} \newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}} \newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break} \newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1} -- cgit v1.2.3