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}