diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-03 21:23:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-03 21:23:43 +0000 |
commit | e9a9d7ef171d4f2a125839da7a046f40f200fc0e (patch) | |
tree | ca04847bb81bcd14cb30ab976116c1a90c9c342d /Master/texmf-dist/tex/latex/caption/subcaption.sty | |
parent | 4405aa93f214194296defce3607ceb101f56e1b0 (diff) |
caption
git-svn-id: svn://tug.org/texlive/trunk@47917 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption/subcaption.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/subcaption.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/subcaption.sty b/Master/texmf-dist/tex/latex/caption/subcaption.sty index 37674ef5063..690aa44b6e6 100644 --- a/Master/texmf-dist/tex/latex/caption/subcaption.sty +++ b/Master/texmf-dist/tex/latex/caption/subcaption.sty @@ -6,9 +6,9 @@ %% %% subcaption.dtx (with options: `package') %% -%% Copyright (C) 1994-2016 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) +%% Copyright (C) 1994-2018 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) %% -%% https://github.com/axelsommerfeldt/latex-caption +%% https://github.com/axelsommerfeldt/caption %% %% -------------------------------------------------------------------------- %% @@ -37,8 +37,8 @@ %% caption-deu.tex, caption-eng.tex, and caption-rus.tex. %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{subcaption}[2016/05/22 v1.1-161 Sub-captions (AR)] -\RequirePackage{caption}[2012/03/25] % needs v3.3 or newer +\ProvidesPackage{subcaption}[2018/05/01 v1.1-162 Sub-captions (AR)] +\RequirePackage{caption}[2018/05/01] % needs v3.3-147 or newer \newcommand\subcaption@CheckCompatibility{% \@ifpackageloaded{subfigure}{% \PackageError{subcaption}% @@ -69,7 +69,7 @@ } \caption@SetupOptions{subcaption}{\captionsetup[sub]{#2}}% \caption@ExecuteOptions{subcaption}{% - font+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0} + font+=smaller,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0} \caption@ProcessOptions*{subcaption} \caption@ForEachType{\DeclareCaptionSubType{#1}} \caption@ifundefined\newsubfloat{}{% |