blob: 0188cf43876be5b23fd2dca6d9c51b80eda06e88 (
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
|
% screenplay.ins -- docstrip driver for the screenplay LaTeX2e class
%
% Please see the copyright notice in \preamble below.
%
% This file, when run through TeX or LaTeX, will use
% screenplay.dtx to generate a fast loadable file screenplay.cls
% a LaTeX2e document class file for formatting Draft Screenplays.
%
% useage:
%
% $ latex screenplay.ins
%
\input docstrip
\keepsilent
\preamble
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Authored by and Copyright (C)2006 by
John Pate <johnny@dvc.org.uk>
http://dvc.org.uk
Latest version is available as:
http://dvc.org.uk/sacrific.txt/screenplay.zip
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.
This program 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. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public
License along with this program; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
MA 02110-1301 USA
GPL v2 text also available as:
http://dvc.org.uk/gplv2.txt
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
\endpreamble
\postamble
Hail Eris! All Hail Discordia!
\endpostamble
\askforoverwritefalse
\generate{\file{screenplay.cls}{\from{screenplay.dtx}{class}}
\file{hardmarg.sty}{\from{screenplay.dtx}{hard}}
\file{test.tex}{\from{screenplay.dtx}{rider}}
\file{example.tex}{\from{screenplay.dtx}{example}}
}
\Msg{}
\Msg{***********************************************************************}
\Msg{*}
\Msg{* screenplay.cls is a LaTeX2e class file for Draft Screenplays.}
\Msg{*}
\Msg{* screenplay.cls is stripped of comments (documentation) and must}
\Msg{* be placed where LaTeX can find it before it may be used.}
\Msg{*}
\Msg{* hardmarg.sty is an optional package to redefine margins.}
\Msg{*}
\Msg{* example.tex shows markup and explains some features of the class.}
\Msg{*}
\Msg{* test.tex reproduces part of the Academy model document to}
\Msg{* demonstrate the veracity of screenplay class.}
\Msg{*}
\Msg{***********************************************************************}
\Msg{}
\endbatchfile
|