summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/plain/newsletr/newsletr.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/plain/newsletr/newsletr.tex')
-rw-r--r--Master/texmf-dist/tex/plain/newsletr/newsletr.tex44
1 files changed, 28 insertions, 16 deletions
diff --git a/Master/texmf-dist/tex/plain/newsletr/newsletr.tex b/Master/texmf-dist/tex/plain/newsletr/newsletr.tex
index d05c957c533..c2c012072d7 100644
--- a/Master/texmf-dist/tex/plain/newsletr/newsletr.tex
+++ b/Master/texmf-dist/tex/plain/newsletr/newsletr.tex
@@ -1,10 +1,19 @@
-% Save file as: NEWSLETR.TEX Source: FILESERV@SHSU.BITNET
- \def\IDENT{01-014}
+ \def\IDENT{01-016}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Copyright 1989--1991 by Hunter Goatley. This code may be freely %
-% distributed and modified for non-commercial purposes as long as this %
-% copyright notice is retained. Please notify the author of any fixes or %
-% improvements you make. %
+% Copyright 1989--2004 by Hunter Goatley.
+%
+% Permission is granted to anyone to use this software for any purpose
+% on any computer system, and to redistribute it freely, subject to the
+% following restrictions:
+%
+% 1. This software 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.
+%
+% 2. Altered versions must be plainly marked as such, and must not be
+% misrepresented as being the original software.
+%
+% End
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% File: NEWSLETTER_FORMAT.TEX
@@ -15,12 +24,7 @@
% newsletter. It assumes plain.tex has been loaded.
%
% Author: Hunter Goatley
-% VAX Systems Programmer
-% Western Kentucky University
-% Academic Computing, STH 226
-% Bowling Green, KY 42101
-% Voice: 502-745-5251
-% E-mail: goathunter@WKUVX1.BITNET
+% E-mail: goathunter@goatley.com
%
% Partially based on examples from _The TeXbook_, by
% Donald E. Knuth, and various other sources. Virtually
@@ -31,6 +35,13 @@
%
% Modified by:
%
+% 01-016 Hunter Goatley 22-JAN-2004 09:23
+% Changed the license for the code to make it truly free.
+%
+% 01-015 Hunter Goatley 28-JAN-2001 15:45
+% I'm back! Eliminate undesired whitespace in header and
+% footer macros.
+%
% 01-014 Hunter Goatley 21-AUG-1991 10:47
% Rewrote double-quote macros (they work now!). Cleaned up
% a little bit. Added \slant and \ital.
@@ -109,9 +120,9 @@
\def\say#1{{\let\protect\string\immediate\write10{#1}}}
\say{TeX Input file for Newsletter format - version \IDENT}
-\say{Copyright 1989-1991, Hunter Goatley}
+\say{Copyright 1989-2004, Hunter Goatley}
-\everyjob{\say{TeX Newsletter version \IDENT. Copyright 1989-1991, Hunter Goatley}}
+\everyjob{\say{TeX Newsletter version \IDENT. Copyright 1989-2004, Hunter Goatley}}
%
% The \catcode command below lets us use "@" as a letter. It can therefore
@@ -1375,7 +1386,7 @@
\vbox{\hbox to\normalhsize{{\headfont\rlap{#1}\hss{#2}\hss\llap{#3}}}%
\vskip\pageheaderskip\hrule height\headfootrule}% Do hbox and hrule
\else
- {\headfont\rlap{#1}\hss{#2}\hss\llap{#3}}
+ {\headfont\rlap{#1}\hss{#2}\hss\llap{#3}}%
\fi
}
@@ -1384,7 +1395,7 @@
\vbox{\hrule height\headfootrule\vskip\pagefooterskip
\hbox to\normalhsize{\footfont\rlap{#1}\hss{#2}\hss\llap{#3}}}%
\else
- {\footfont\rlap{#1}\hss{#2}\hss\llap{#3}}
+ {\footfont\rlap{#1}\hss{#2}\hss\llap{#3}}%
\fi
}
%
@@ -1445,6 +1456,7 @@
}
\def\book#1{\ital{#1}} %For ease, define \book too
+\def\story#1{``#1''} %Short story title (add quotes)
%
% Important - make "@" a valid alphanumeric character again
%