mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 17:26:32 +00:00
Further mod to hanging indent code in latex template.
Make sure the length is always defined.
This commit is contained in:
@@ -360,10 +360,8 @@ $for(bibliography)$
|
||||
$endfor$
|
||||
$endif$
|
||||
$if(csl-refs)$
|
||||
$if(csl-hanging-indent)$
|
||||
\newlength{\cslhangindent}
|
||||
\setlength{\cslhangindent}{1.5em}
|
||||
$endif$
|
||||
\newenvironment{cslreferences}%
|
||||
{$if(csl-hanging-indent)$\setlength{\parindent}{0pt}%
|
||||
\everypar{\setlength{\hangindent}{\cslhangindent}}\ignorespaces$endif$}%
|
||||
|
||||
Reference in New Issue
Block a user