This commit is contained in:
Andrei Astafev 2016-10-24 14:14:00 +03:00
parent 6b28eced44
commit f13ef1da1d

View File

@ -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}