blob: c466bc3008a3319e016709b40a497f4671b1e80c (
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
|
%% octavo.ins
%% Copyright 2003 Stefan A. Revets
%%
%% 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 : Stefan A. Revets
%% s.revets@tiscali.be
%%
%% This file will generate fast loadable files and documentation driver files
%% from the doc files in this package when run through LaTeX.
%%
%% ---------- start of docstrip commands ----------
%%
\def\batchfile{octavo.ins}
\input docstrip.tex
\preamble
Copyright 2003 Stefan A. Revets
Author : Stefan A. Revets
s.revets@tiscali.be
The program is provided under the terms of the LaTeX Project Public License
distributed from CTAN archives in directory macros/latex/base/lppl.txt
This file is part of the Octavo Package, for the typesetting of books along
classical layout and design ideas. It is a modification of the standard LaTeX
book class, written by Lamport (1992), Mittelbach and Braams (1994-1997).
The program consists of the files octavo.ins and octavo.dtx.
\endpreamble
\generate{\file{octavo.cls}{\from{octavo.dtx}{octavo}}
\file{oct10.clo}{\from{octavo.dtx}{10pt}}
\file{oct11.clo}{\from{octavo.dtx}{11pt}}
\file{oct12.clo}{\from{octavo.dtx}{12pt}}
}
\ifToplevel{
\Msg{*************************************************************************}
\Msg{*}
\Msg{* To finish the installation you should move the following files into}
\Msg{* a directory searched by TeX:}
\Msg{*}
\Msg{* \space\space octavo.cls}
\Msg{* \space\space oct10.clo}
\Msg{* \space\space oct11.clo}
\Msg{* \space\space oct12.clo}
\Msg{*}
\Msg{* To produce the documentation run the octavo.dtx file through LaTeX.}
\Msg{* To add an index of macros and commands run octavo through MakeIndex.}
\Msg{*}
\Msg{* Happy TeXing}
\Msg{*************************************************************************}
}
\endbatchfile
|