summaryrefslogtreecommitdiff
path: root/macros/text1/pc/models/letter.mdl
blob: 432fffbdfe713705b18bf77599be45a8bb208f72 (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
% LETTER MARKUP       (style, full block)                   APRIL 1, 1986
%  To print on monospace printers (line printers, daisy-wheel printers)
%\monospace % delete the "%" symbol at the beginning of this line
\paragraphskip{12pt}                  % distance between paragraphs
\paragraphindent{0pt}                 % first line word indent
\sfs{cm18}{titlefont}{24pt}% large font selected for letterhead
\input letter.inp % places the format file into your text file
%                       LETTERHEAD INFORMATION
%         Type the name of your department, the campus zip code,
%         the campus telephone number, and date (if not today's
%         date) between the curly braces of the samples shown
%         below. This information will be added to the letterhead.
%........................................................................
\departmentname{name of your department or organization}
\campuszip{99164-????}
\campusphone{(509) 335-????}
\date{\today}
% . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
\letterhead %
\vs{2\bl} %
%             LETTER ADDRESS
\BEGINADDRESS % . . . . insert address below this line  . . . . . . . . .
\SALUTATION % . . . replace the salutation on the next line . . . . . . .
Dear ????
\BODY %       LETTER BODY
% . . . . . . insert the text of the letter below this line . . . . . . .
% . . . . . . . . . . . . and above this line . . . . . . . . . . . . . .
%             LETTER CLOSING
\CLOSING % . . . . replace closing line, if desired . . . . . . . . . . .
Sincerely yours,
\vs{3\bl}
%             SIGNATURE LINE
% . . . . . . . . . replace signature line  . . . . . . . . . . . . . . .
John Doe
\vs{\bl}
%             ENCLOSURES AND COPIES
% . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
%               Use \ENCLOSURES markup for an enclosure number,         %
%                   for example: \ENCLOSURES{3}                         %
%               Use \COPIES markup for a copy list,                     %
%                   for example: \COPIES first name                     %
%                                second name                            %
%                                third name, etc.                       %
% . . . . . . . enter enclosures and copies below this line . . . . . . .
\ENDLETTER %------------- and above this line ---------------------------