diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/caption/caption3.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/caption/caption3.dtx | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/caption/caption3.dtx b/Master/texmf-dist/source/latex/caption/caption3.dtx index 7319d178df1..84134e79441 100644 --- a/Master/texmf-dist/source/latex/caption/caption3.dtx +++ b/Master/texmf-dist/source/latex/caption/caption3.dtx @@ -28,12 +28,12 @@ % caption-deu.tex, caption-eng.tex, caption-rus.tex. % % \fi -% \CheckSum{3573} +% \CheckSum{3576} % % \iffalse %<*driver> \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesFile{caption3.drv}[2015/09/15 v1.8 Implementation of the caption kernel] +\ProvidesFile{caption3.drv}[2020/05/30 v1.12 Implementation of the caption kernel] \hbadness=9999 \newcount\hbadness \hfuzz=100pt % Make TeX shut up. %\errorcontextlines=3 % @@ -57,7 +57,7 @@ \ifpdf\usepackage{hypdestopt}\fi \hypersetup{pdfkeywords={LaTeX, package, caption},pdfstartpage={},pdfstartview={}} % -\usepackage{caption3}[2019/09/09] +\usepackage{caption3}[2020/05/30] % \DeclareRobustCommand*\AmS{\texorpdfstring {{\protect\usefont{OMS}{cmsy}{m}{n}A\kern-.1667em\lower.5ex\hbox{M}\kern-.125emS}}% @@ -191,7 +191,7 @@ % % \begin{macrocode} \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)] % \end{macrocode} % % \section{Workaround for bug in package \package{arabtex}} @@ -1770,10 +1770,19 @@ \DeclareCaptionLabelSeparator{period}{. } \DeclareCaptionLabelSeparator{space}{ } \DeclareCaptionLabelSeparator*{quad}{\quad} -\DeclareCaptionLabelSeparator*{newline}{\\} +\DeclareCaptionLabelSeparator*{newline}{\captionnewline} \DeclareCaptionLabelSeparator*{endash}{\space\textendash\space} % \end{macrocode} % +% \begin{macro}{\captionnewline} +% \changes{v1.12}{2020/05/30}{This macro added} +% Will be used in the caption label separator |new|\-|line|, +% and re-defined for |long|\-|table| environments. +% \begin{macrocode} +\newcommand*\captionnewline{\\} +% \end{macrocode} +% \end{macro} +% % \begin{macro}{\caption@setdefaultlabelsep} % \changes{v1.2d}{2009/03/29}{This macro added} % \begin{macrocode} |