diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:58:07 +0000 |
commit | 7c8cec7ea4c5d80937a8639b27cdffac9213bc81 (patch) | |
tree | 6032914fb524d7a25aef1b1e129e9abc9ae3e0f0 /Master/texmf-dist/source/latex/subfigure/subfigure.ins | |
parent | 8db5c565a019df15a88b0523487dbf5c6bb85364 (diff) |
trunk/Master/texmf-dist/source/latex/subfigure
git-svn-id: svn://tug.org/texlive/trunk@534 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/subfigure/subfigure.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/subfigure/subfigure.ins | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/subfigure/subfigure.ins b/Master/texmf-dist/source/latex/subfigure/subfigure.ins new file mode 100644 index 00000000000..9c7902090a3 --- /dev/null +++ b/Master/texmf-dist/source/latex/subfigure/subfigure.ins @@ -0,0 +1,64 @@ +%% +%% This is file `subfigure.ins', the installation file for the +%% `subfigure' package. +%% +%% Copyright (C) 1986-2002 Steven Douglas Cochran. +%% +%% The subfigure package is free software; it may be distributed under +%% the conditions of the LaTeX Project Public License, either version 1.2 +%% 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.2 or later is part of all distributions of LaTeX version +%% 1999/09/03 or later. +%% +%% The subfigure package is distributed in the hope that it will be +%% useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX +%% Project Public License for more details. +%% +\def\batchfile{subfigure.ins} +\input docstrip.tex + +\keepsilent +\generateFile{ltxdoc.cfg}{t}{\from{subfigure.dtx}{ltxdoc}} + +\keepsilent +\generateFile{subfigure.cfg}{t}{\from{subfigure.dtx}{newconf}} + +\preamble + +Copyright (C) 1986-2002 Steven Douglas Cochran. + +This file is NOT the source for subfigure, because almost all comments +have been stripped from it. It is NOT the preferred form of subfigure +for making modifications to it. + +Therefore you can NOT redistribute and/or modify THIS file. You can +however redistribute the complete source (subfigure.dtx and +subfigure.ins) and/or modify it under the terms of the LaTeX Project +Public License, either version 1.2 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.2 or later is part of all distributions of LaTeX version +1999/09/03 or later. + +The subfigure package is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX +Project Public License for more details. + +\endpreamble +\generateFile{subfigure.sty}{t}{\from{subfigure.dtx}{package}} + +\Msg{***********************************************************} +\Msg{* To finish the installation you have to move the file} +\Msg{* `subfigure.sty' into a directory searched by TeX.} +\Msg{*} +\Msg{* To have the newer look-and-feel (but with different} +\Msg{* spacing than the old version) move the file} +\Msg{* `subfigure.cfg' into a directory searched by TeX.} +\Msg{*} +\Msg{* To produce the documentation run the file `subfigure.dtx'} +\Msg{* through LaTeX.} +\Msg{***********************************************************} |