diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:57:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:57:41 +0000 |
commit | a2132d23d9120b9edb06ea34ccec782cfed9d575 (patch) | |
tree | 69269a723f45e874364f2942f8f2d5ad92993fd4 /Master/texmf-dist/source/latex/sf298/sf298.ins | |
parent | 62b41ba27b8f7ff62121e6e4b33c310b7c5a1d8f (diff) |
trunk/Master/texmf-dist/source/latex/sf298
git-svn-id: svn://tug.org/texlive/trunk@509 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/sf298/sf298.ins')
-rw-r--r-- | Master/texmf-dist/source/latex/sf298/sf298.ins | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/sf298/sf298.ins b/Master/texmf-dist/source/latex/sf298/sf298.ins new file mode 100644 index 00000000000..e2e12bc0272 --- /dev/null +++ b/Master/texmf-dist/source/latex/sf298/sf298.ins @@ -0,0 +1,98 @@ +%%
+%% This is file `sf298.ins', the installation file for the `sf298'
+%% package.
+%%
+%% Copyright © 2000,2004 Steven Douglas Cochran.
+%%
+%% The sf298 package may be distributed and/or modified 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/12/01 or later.
+%%
+%% This package consists of the files Makefile, sf298.dtx, and
+%% sf298.ins.
+%%
+%% The subfig package is distributed in the hope that it will be
+%% useful, but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed
+%% or implied, including, but not limited to, the implied warranties of
+%% MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX
+%% Project Public License for more details.
+
+\def\batchfile{sf298.ins}
+\input docstrip.tex
+
+\keepsilent
+\preamble
+
+Copyright (C) 2000,2005 Steven Douglas Cochran.
+
+This file is NOT the source for sf298, because almost all comments
+have been stripped from it. It is NOT the preferred form of sf298 for
+making modifications to it.
+
+Therefore you can NOT redistribute and/or modify THIS file. You can
+however redistribute the complete source package (Makefile, sf298.dtx
+and sf298.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 sf298 package is distributed in the hope that it will be useful,
+but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed or
+implied, including, but not limited to, the implied warranties of
+MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX
+Project Public License for more details.
+
+\endpreamble
+\declarepreamble\samplepreamble
+
+Copyright (C) 2000,2005 Steven Douglas Cochran.
+
+This file is NOT the source for sample298, because almost all comments
+have been stripped from it. It is NOT the preferred form of sample298
+for making modifications to it.
+
+Therefore you can NOT redistribute and/or modify THIS file. You can
+however redistribute the complete source package (Makefile, sf298.dtx
+and sf298.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 sf298 package is distributed in the hope that it will be useful,
+but `as is', WITHOUT WARRANTY OF ANY KIND, either expressed or
+implied, including, but not limited to, the implied warranties of
+MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE. See the LaTeX
+Project Public License for more details.
+
+\endpreamble
+\keepsilent
+
+% programs and packages
+
+\generate{\file{sf298.sty}{\from{sf298.dtx}{package}}
+ \usepreamble\samplepreamble
+ \file{sample298.tex}{\from{sf298.dtx}{sample}}
+ }
+
+\ifToplevel{
+\Msg{***********************************************************}
+\Msg{*}
+\Msg{* To finish the installation you have to move the following}
+\Msg{* files into a directory searched by TeX:}
+\Msg{*}
+\Msg{* \space\space sf298.sty}
+\Msg{*}
+\Msg{* To produce the documentation run the file `sf298.dtx'}
+\Msg{* through LaTeX.}
+\Msg{*}
+\Msg{* Happy TeXing}
+\Msg{*}
+\Msg{***********************************************************}
+}
+
\ No newline at end of file |