From f13ef1da1d47c277f7a22e3a2b764ec4b8b30241 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 24 Oct 2016 14:14:00 +0300 Subject: [PATCH] endash --- espdcap.sty | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/espdcap.sty b/espdcap.sty index c11de4d..0ce7515 100644 --- a/espdcap.sty +++ b/espdcap.sty @@ -23,14 +23,14 @@ \ProvidesPackage{espdcap}[2010/01/14 v0.98 Captions] \RequirePackage{caption} -\DeclareCaptionLabelSeparator{dash}{ \textendash{} } +\DeclareCaptionLabelSeparator{endash}{ \textendash{}\ } \captionsetup[table]{% -labelsep=dash,justification=raggedright,singlelinecheck=false,% -aboveskip=3mm,belowskip=0mm} +labelsep=endash,justification=raggedright,singlelinecheck=false,% +aboveskip=0mm,belowskip=0mm} \captionsetup[longtable]{% -labelsep=dash,justification=raggedright,singlelinecheck=false,% -aboveskip=3mm,belowskip=0mm} +labelsep=endash,justification=raggedright,singlelinecheck=false,% +aboveskip=0mm,belowskip=0mm} \captionsetup[figure]{% -labelsep=dash,justification=centering,singlelinecheck=false,% +labelsep=endash,justification=centering,singlelinecheck=false,% aboveskip=0mm,belowskip=3mm}