blob: 258356e048406736ecfc4377250213be4766a322 (
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
|
%%
%% This file is necessary to extract from file registro07.dtx the following file:
%% registro07.cls,
%% that is strictly speaking the component of the registro07 package and form
%% the Work. The extraction is performed by means of the doctrip utility
%% that extracts practically only the uncommented lines so that their loading
%% becomes very quick. The package documentations is in Italian and may be
%% obtained by LaTeX processing the documented TeX source file registro07.dtx.
%%
%% ----------------------------------------
%%
%% This system 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.
%%
%% IMPORTANT NOTICE:
%%
%% Copyright 2007 Claudio Beccari
%% All rights reserved.
%%
%% Permission is granted to distribute verbatim copies of this file
%% together with toptesi.dtx.
%%
%% No other permissions to copy or distribute this file in any form
%% are granted and in particular no permission to modify its contents.
%%
%% --------------- start of docstrip commands ------------------
%%
\def\batchfile{ecclesiastic.ins}
\input docstrip.tex
\preamble
Copyright 2007 Claudio Beccari All rights reserved.
This system 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.
IMPORTANT NOTICE:
This file is subject to the LPPL licence, version 1.3 or any subsequent
version. Copy of the LaTeX Project Public Licence is downloadable from
any CTAN archive.
\endpreamble
\keepsilent
\Msg{*** Generazione del file ecclesiastic.sty ***}
\generateFile{ecclesiastic.sty}{t}{\from{ecclesiastic.dtx}{package}}
\ifToplevel{%
\Msg{***********************************************************}
\Msg{Happy TeXing!}
\Msg{***********************************************************}
}
\endinput
|