blob: 4fc14706f4ab23b50b317dff4a07851ddfd62d77 (
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
|
%%
%% units.ins
%% Batch file, run through LaTeX.
%%
%% Copyright (C) 1998 Axel Reichert
%% See the files README and COPYING.
%%
\def\batchfile{units.ins}
\input docstrip.tex
\declarepreamble\units
LaTeX package for typesetting units
Copyright (C) 1998 Axel Reichert
See the files README and COPYING.
\endpreamble
\declarepreamble\nicefrac
LaTeX package for typesetting nice fractions
Copyright (C) 1998 Axel Reichert
See the files README and COPYING.
\endpreamble
\keepsilent
\usepreamble\units
\generateFile{units.sty}{t}{\from{units.dtx}{units}}
\usepreamble\nicefrac
\generateFile{nicefrac.sty}{t}{\from{units.dtx}{nicefrac}}
\Msg{**************************************************************}
\Msg{*}
\Msg{* To finish the installation you have to move the following}
\Msg{* files into a directory searched by LaTeX:}
\Msg{*}
\Msg{* \space\space units.sty}
\Msg{* \space\space nicefrac.sty}
\Msg{*}
\Msg{* To produce the documentation run the following files}
\Msg{* through LaTeX:}
\Msg{*}
\Msg{* \space\space units.dtx}
\Msg{*}
\Msg{* Happy TeXing!}
\Msg{*}
\Msg{**************************************************************}
|