latex template: add a \break after parbox in CSLRightInline.

This should fix spacing problems between entries
with numeric styles.
This commit is contained in:
John MacFarlane 2020-11-18 23:21:48 -08:00
parent 356795dba0
commit 6b057d6d18

View file

@ -387,7 +387,7 @@ $if(csl-refs)$
\usepackage{calc}
\newcommand{\CSLBlock}[1]{#1\hfill\break}
\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{#1}}
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}}
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break}
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
$endif$