summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ltxmisc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ltxmisc')
-rw-r--r--Master/texmf-dist/tex/latex/ltxmisc/captdef.sty32
1 files changed, 0 insertions, 32 deletions
diff --git a/Master/texmf-dist/tex/latex/ltxmisc/captdef.sty b/Master/texmf-dist/tex/latex/ltxmisc/captdef.sty
deleted file mode 100644
index b4dbcb546aa..00000000000
--- a/Master/texmf-dist/tex/latex/ltxmisc/captdef.sty
+++ /dev/null
@@ -1,32 +0,0 @@
-%
-% captdef.sty: a trivial package to define captions that don't have
-% to be in floats.
-%
-% Author: Robin Fairbairns <rf10@cam.ac.uk>
-% Conceived ages ago, but written 1998/12/17
-%
-% This program can redistributed and/or modified under the terms
-% of the LaTeX Project Public License Distributed from CTAN
-% archives in directory macros/latex/base/lppl.txt; either
-% version 1 of the License, or (at your option) any later version.
-%
-% Usage: \DeclareCaption{command}{counter}
-%
-% declare `command' to produce a caption which uses `counter' for its
-% numbering.
-%
-% The package then goes on to use this command to declare the most
-% commonly required pair of non-float captions, \figcaption and
-% \tabcaption
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{captdef}[1998/12/17 non-floating captions]
-
-\newcommand{\DeclareCaption}[2]{%
- \def#1{\def\@captype{#2}\caption}%
-}
-
-\DeclareCaption{\figcaption}{figure}
-\DeclareCaption{\tabcaption}{table}
-
-\endinput