summaryrefslogtreecommitdiff
path: root/macros/text1/models/letter.texmodel
diff options
context:
space:
mode:
Diffstat (limited to 'macros/text1/models/letter.texmodel')
-rw-r--r--macros/text1/models/letter.texmodel45
1 files changed, 45 insertions, 0 deletions
diff --git a/macros/text1/models/letter.texmodel b/macros/text1/models/letter.texmodel
new file mode 100644
index 0000000000..0983cee198
--- /dev/null
+++ b/macros/text1/models/letter.texmodel
@@ -0,0 +1,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.texinput % 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 ---------------------------