blob: cc7220e6078bf3683efabd0a45141c03393d5a37 (
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
|
%%
%% frontespizio.ins
%% Copyright 2008 Enrico Gregorio
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Enrico Gregorio
%% Enrico dot Gregorio at univr dot it
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
%% --------------- start of docstrip commands ------------------
%%
\input docstrip
\preamble
Copyright 2008 Enrico Gregorio
This program is provided under the terms of the
LaTeX Project Public License distributed from CTAN
archives in directory macros/latex/base/lppl.txt.
Author: Enrico Gregorio
Enrico dot Gregorio at univr dot it
This work has the LPPL maintenance status "author-maintained".
\endpreamble
\keepsilent
\askforoverwritefalse
\Msg{*** Generating the package files ***}
\generate{\file{frontespizio.sty}{\from{frontespizio.dtx}{package}}%
\file{examplea.tex}{\from{frontespizio.dtx}{examplea}}%
\file{exampleb.tex}{\from{frontespizio.dtx}{exampleb}}%
\file{examplec.tex}{\from{frontespizio.dtx}{examplec}}%
\nopreamble\nopostamble
\file{makedoc.sh}{\from{frontespizio.dtx}{thedoc}}%
}
\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 frontespizio.sty}
\Msg{*}
\Msg{*}
\Msg{* To produce the documentation on frontespizio's code run}
\Msg{* the file ending with `.dtx' through (pdf)LaTeX. See the}
\Msg{* README file for more details.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{***********************************************************}
\endbatchfile
|