LaTeX template: fix regression with CSL display="block".

We no longer got a line break before the block; this restores it.
Closes #7363.
This commit is contained in:
John MacFarlane
2023-09-04 16:55:47 -07:00
parent aca36563c9
commit 4b1fc4de72
+1 -1
View File
@@ -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}