diff options
author | Karl Berry <karl@freefriends.org> | 2020-06-10 20:47:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-06-10 20:47:27 +0000 |
commit | ab2350d84cd86ce4be11206a765c6625e5cc2e5f (patch) | |
tree | e41cf5c553a7741b31843ff26ebcc00bcd2d52ff /Master/texmf-dist/tex/latex/caption/caption3.sty | |
parent | 099bed71ffa7fb4e19f4e614c077a149aae72930 (diff) |
caption (10jun20)
git-svn-id: svn://tug.org/texlive/trunk@55507 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption/caption3.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/caption3.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/caption3.sty b/Master/texmf-dist/tex/latex/caption/caption3.sty index 4bbf4307d66..205603c1dc1 100644 --- a/Master/texmf-dist/tex/latex/caption/caption3.sty +++ b/Master/texmf-dist/tex/latex/caption/caption3.sty @@ -34,7 +34,7 @@ %% caption-deu.tex, caption-eng.tex, caption-rus.tex. %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{caption3}[2020/05/10 v1.11 caption3 kernel (AR)] +\ProvidesPackage{caption3}[2020/05/30 v1.12 caption3 kernel (AR)] \providecommand\caption@FixArabTeX{% \def\caption@tempa##1{}% \ifx\caption@tempa\@gobble @@ -659,8 +659,9 @@ \DeclareCaptionLabelSeparator{period}{. } \DeclareCaptionLabelSeparator{space}{ } \DeclareCaptionLabelSeparator*{quad}{\quad} -\DeclareCaptionLabelSeparator*{newline}{\\} +\DeclareCaptionLabelSeparator*{newline}{\captionnewline} \DeclareCaptionLabelSeparator*{endash}{\space\textendash\space} +\newcommand*\captionnewline{\\} \newcommand*\caption@setdefaultlabelsep[1]{% \ifx\caption@lsep\caption@lsep@default \caption@set@default@labelsep{#1}% |