latex template: add a \break
after parbox in CSLRightInline.
This should fix spacing problems between entries with numeric styles.
This commit is contained in:
parent
356795dba0
commit
6b057d6d18
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue