diff options
author | Karl Berry <karl@freefriends.org> | 2020-08-30 21:10:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-08-30 21:10:24 +0000 |
commit | 4e8113d580e4cfb631552c3d78ab6aa413f1f422 (patch) | |
tree | 7166c1fd6540ca08943dc75e452cd851655a7f03 /Master/texmf-dist/tex/latex/caption/caption-thesis.sto | |
parent | ad35623c7373c69bc3388d72a0c95e9921816e03 (diff) |
caption (30aug20)
git-svn-id: svn://tug.org/texlive/trunk@56213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/caption/caption-thesis.sto')
-rw-r--r-- | Master/texmf-dist/tex/latex/caption/caption-thesis.sto | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/caption/caption-thesis.sto b/Master/texmf-dist/tex/latex/caption/caption-thesis.sto new file mode 100644 index 00000000000..fb367ab2172 --- /dev/null +++ b/Master/texmf-dist/tex/latex/caption/caption-thesis.sto @@ -0,0 +1,49 @@ +%% +%% This is file `caption-thesis.sto', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% caption-thesis.dtx (with options: `package') +%% +%% Copyright (C) 1994-2020 Axel Sommerfeldt (axel.sommerfeldt@f-m.fm) +%% +%% https://gitlab.com/axelsommerfeldt/caption +%% +%% -------------------------------------------------------------------------- +%% +%% This work may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3 or later is part of all distributions of LaTeX +%% version 2003/12/01 or later. +%% +%% This work has the LPPL maintenance status "maintained". +%% +%% This Current Maintainer of this work is Axel Sommerfeldt. +%% +%% This work consists of the files +%% caption.ins, caption.dtx, caption-light.dtx, caption2.dtx, caption3.dtx, +%% caption-ams-smf.dtx, caption-beamer.dtx, caption-elsarticle.dtx, +%% caption-koma.dtx, caption-memoir.dtx, caption-ntg.dtx, +%% caption-thesis.dtx, bicaption.dtx, ltcaption.dtx, subcaption.dtx, +%% the derived files +%% caption.sty, caption-light.sty, caption2.sty, caption3.sty, +%% caption-ams-smf.sto, caption-beamer.sto, caption-elsarticle.sto, +%% caption-koma.sto, caption-memoir.sto, caption-ntg.sto, +%% caption-thesis.sto, bicaption.sty, ltcaption.sty, subcaption.sty, +%% and the user manuals +%% caption-deu.tex, caption-eng.tex, caption-rus.tex. +%% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +\ProvidesFile{caption-thesis.sto}[2020/08/22 v2.0 Adaption of the caption package to the thesis document class (AR)] +\SetCaptionDefault{format}{hang} +\DeclareCaptionFont{cph@font}{\cph@font} +\DeclareCaptionFont{cpb@font}{\cpb@font} +\SetCaptionDefault{labelfont}{cph@font} +\SetCaptionDefault{textfont}{cpb@font} +\endinput +%% +%% End of file `caption-thesis.sto'. |