summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/capt-of
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-01-25 00:24:01 +0000
committerKarl Berry <karl@freefriends.org>2010-01-25 00:24:01 +0000
commitb07ee562b2659dd10631ebd29a2e6b20929e94ac (patch)
tree8f3b74a60f61951e154dd65de060fb1432da080d /Master/texmf-dist/tex/latex/capt-of
parent2c82ae3369984eafc23b0efad01e947b2c9b8f33 (diff)
new latex package capt-of (22jan10)
git-svn-id: svn://tug.org/texlive/trunk@16813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/capt-of')
-rw-r--r--Master/texmf-dist/tex/latex/capt-of/capt-of.sty33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/capt-of/capt-of.sty b/Master/texmf-dist/tex/latex/capt-of/capt-of.sty
new file mode 100644
index 00000000000..b40978ad2c8
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/capt-of/capt-of.sty
@@ -0,0 +1,33 @@
+%%
+%% This is file `capt-of.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% capt-of.dtx (with options: `package')
+%% ----------------------------------------------------------------------
+%% The capt-off package -- float-style captions outside of floats
+%% Copyright (c) 2010 Robin Fairbairns
+%%
+%% This work may be distributed and/or modified under the conditions of the
+%% LaTeX Project Public License, either version 1.3c 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.3c or later is part
+%% of all distributions of LaTeX version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `author-maintained'.
+%%
+%% This work consists of the files capt-of.dtx, capt-of.ins, and README
+%% and the derived files footmisc.sty (not distributed from the archive)
+%% and footmisc.pdf.
+%% -----------------------------------------------------------------------
+%%
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{capt-of}%
+ [2009/12/29 v0.2
+ standard captions outside of floats%
+ ]% $Id: footmisc.dtx,v 4.20 2005/03/17 13:41:58 rf Exp rf10 $
+\newcommand\captionof[1]{\def\@captype{#1}\caption}
+\endinput
+%%
+%% End of file `capt-of.sty'.