blob: 9c63879c390ea3201565b7c7c1674f220b5b115a (
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
|
%
% File: LODRIVER.TEX
%
% Functional description:
%
% This file is the TeX control file for the Robert R. McCammon newsletter
% published by Hunter Goatley.
%
% It depends on the file NEWSLETTER_FORMAT.TEX.
%
% Author: Hunter Goatley
%
% Date: May 26, 1990
%
% Modified by:
%
% 01-000 Hunter Goatley 3-JUN-1989 14:56
% Original version.
%
\ifx\undefined\eoa\input newsletr \fi % Include macro definitions if needed
\def\LO{\book{Lights Out!\/}}
\def\POBox{P.\thinspace O.~Box 1234\relax}
\def\CityState{Nowhere, NA\relax}
\def\ZipCode{12345-6789\relax}
\def\LOAddress{\POBox, \CityState \ZipCode\relax}
\def\RRM{Robert~R. McCammon\relax}
\def\RM{Rick McCammon\relax}
\def\McC{McCammon\relax}
\newspage
\begindoublequotes %Handle double-quotes
\say{Producing Robert R. McCammon Newsletter: Vol. 2 No. 1, Issue 5}
\pageheaderlinetrue \pagefooterlinetrue % Do head/foot lines
\evenpageheader{}{Lights Out!}{} % Header for even pages
\oddpageheader{}{The Robert R. McCammon Newsletter}{} % Header for odd pages
\evenpagefooter{Page\ \folio}{}{January 1991} % Footer for even pages
\oddpagefooter{Vol.\ 2\ \ No.\ 1}{}{Page\ \folio} % Footer for odd pages
%\say{}
%\say{************* PROOF MODE IS SET ************}
%\say{}
\ignoreunderfill
%
% Normally, I have separate files that I include.
%
%\include{TITLE.TEX}
%\include{EDITORIAL.TEX}
%\include{KAZUE.TEX}
%\include{NEXTTIME.TEX}
\include{LOSAMPLE.TEX}
\bye
|