blob: af175afaf9307536e111ac7459877cb3e3b65d4d (
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
95
96
97
98
99
100
101
102
103
104
105
|
%%
%% Copyright (C) 1998-1999 by Kai Rascher. All rights reserved. (trfsigns.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
%%
%% --------------- start of docstrip commands ------------------
\input docstrip.tex
\preamble
Copyright (C) 1998-1999 by Kai Rascher. All rights reserved.
This file is part of the trfsigns 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 trfsigns style file ***}
\generate{\file{trfsigns.sty}{\from{trfsigns.dtx}{package}}}
% driver file
\preamble
This file is part of the trfsigns package
-----------------------------------------
Copyright (C) 1998-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 trfsigns driver file ***}
\generate{\file{trfsigns.drv}{\from{trfsigns.dtx}{driver}}}
\preamble
% sample file
This file is part of the trfsigns package
-----------------------------------------
Copyright (C) 1998 Kai Rascher. All rights reserved.
To produce the example in the way you like you are allowed
to change this file.
\endpreamble
\keepsilent
\Msg{*** Generating trfsigns sample file ***}
\generate{\file{trfexamp.tex}{\from{trfsigns.dtx}{sample}}}
\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 trfsigns.sty}
\Msg{*}
\Msg{* To produce the documentation run the file `trfsigns.drv'}
\Msg{* through LaTeX twice.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endbatchfile
%
% End of file `trfsigns.ins'.
|