aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-09-07 15:40:55 -0700
committerJohn MacFarlane <[email protected]>2023-09-07 15:40:55 -0700
commit254e22f3e76bd2591cc3b6eebcd5927778ebd3d5 (patch)
treef48515081ff5dba78b9f748e7cc3ff9f50067988 /data
parentd051aa9c9dfe2f979bc6ff4d4d547160f012153c (diff)
LaTeX template: remove space around `\strut` in CSL commands.
See #9058.
Diffstat (limited to 'data')
-rw-r--r--data/templates/default.latex4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex
index 586462d1a..b457c93e2 100644
--- a/data/templates/default.latex
+++ b/data/templates/default.latex
@@ -365,8 +365,8 @@ $if(csl-refs)$
{\end{list}}
\usepackage{calc}
\newcommand{\CSLBlock}[1]{\hfill\break#1\hfill\break}
-\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{\strut #1 \strut}}
-\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{\strut #1 \strut}}
+\newcommand{\CSLLeftMargin}[1]{\parbox[t]{\csllabelwidth}{\strut#1\strut}}
+\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{\strut#1\strut}}
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
$endif$
$if(lang)$