blob: 61fdb9d57e977558719455ac90c5c303108aede8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
%%
%% Copyright (C) 1999 by Kai Rascher. All rights reserved. (nonfloat.ins)
%%
%% IMPORTANT NOTICE:
%%
%% You are not allowed to change this file.
%%
%% The copyright notice below is also valid for this file.
%%
%% This file will be used by the docstrip.tex program to generate
%% fast loadable files from the doc files.
%%
%% Remember: DON'T CHANGE THIS FILE
%%
%% To generate the LaTeX style file nonfloat.sty run
%% latex nonfloat.ins
%%
%% To generate the documentation afterwards run
%% latex nonfloat.drv
%% twice to resolve all references
%%
%% --------------- start of docstrip commands ------------------
\def\batchfile{nonfloat.ins}
\input docstrip.tex
\preamble
Copyright (C) 1999 by Kai Rascher. All rights reserved.
This file is part of the nonfloat package
IMPORTANT NOTICE:
You are not allowed to change this file. You may however copy this file
to a file with a different name and then change the copy.
You are NOT ALLOWED to distribute this file alone. You are NOT ALLOWED
to take money for the distribution or use of this file (or a changed
version) except for a nominal charge for copying etc.
You are allowed to distribute this file under the condition that it is
distributed together with all files mentioned below.
If you receive only some of these files from someone, complain!
Error Reports in case of UNCHANGED versions to
Kai Rascher
Am Remenhof 17a
38104 Braunschweig
Germany
E-Mail: <rascher@ifn.ing.tu-bs.de>
\endpreamble
\keepsilent
\Msg{*** Generating nonfloat style file ***}
\generateFile{nonfloat.sty}{t}{\from{nonfloat.dtx}{style}}
% driver file
\preamble
This file is part of the nonfloat package
-----------------------------------------
Copyright (C) 1999 Kai Rascher. All rights reserved.
To produce the documentation in the way you like you are allowed
to change this driver file.
\endpreamble
\keepsilent
\Msg{*** Generating nonfloat driver file ***}
\generateFile{nonfloat.drv}{t}{\from{nonfloat.dtx}{driver}}
\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 nonfloat.sty}
\Msg{*}
\Msg{* To produce the documentation run the file `nonfloat.drv'}
\Msg{* twice through LaTeX.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endinput
%
% End of file `nonfloat.ins'.
|