File: sec91.html

package info (click to toggle)
ts 9802-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,348 kB
  • ctags: 1,468
  • sloc: tcl: 4,567; ansic: 3,389; makefile: 88; sh: 1
file content (80 lines) | stat: -rw-r--r-- 2,420 bytes parent folder | download | duplicates (3)
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
78
79
80
<html>
<head><title>Letters</title></head>
<body>
<h1>Letters</h1>
<P>

</P>
<P>
You can use LaTeX to typeset letters, both personal and business.  The
<CODE>letter</CODE> document class is designed to make a number of letters at
once, although you can make just one if you so desire.

</P>
<P>
Your <TT>`.tex'</TT> source file has the same minimum commands as the other
document classes, i.e., you must have the following commands as a
minimum:

</P>

<PRE>
 &#92;documentclass{letter}
 &#92;begin{document}
  ... letters ...
 &#92;end{document}
</PRE>

<P>
Each letter is a <CODE>letter</CODE> environment, whose argument is the name
and address of the recipient.  For example, you might have:

</P>

<PRE>
 &#92;begin{letter}{Mr. Joe Smith&#92;&#92; 2345 Princess St. 
      &#92;&#92; Edinburgh, EH1 1AA}
   ...
 &#92;end{letter}
</PRE>

<P>
The letter itself begins with the <CODE>&#92;opening</CODE> command.  The text of
the letter follows.  It is typed as ordinary LaTeX input.  Commands that
make no sense in a letter, like <CODE>&#92;chapter</CODE>, do not work.  The letter
closes with a <CODE>&#92;closing</CODE> command.

</P>
<P>
After the <CODE>closing</CODE>, you can have additional material.  The
<CODE>&#92;cc</CODE> command produces the usual "cc: ...".  There's also a similar
<CODE>&#92;encl</CODE> command for a list of enclosures. With both these commands,
use <CODE>&#92;&#92;</CODE> to separate the items. 

</P>
<P>
These commands are used with the <CODE>letter</CODE> class:

</P>

<UL>
<LI><A href="sec92.html">&#92;address</A>: Your return address.
<LI><A href="sec93.html">&#92;cc</A>: Cc list.
<LI><A href="sec94.html">&#92;closing</A>: Saying goodbye.
<LI><A href="sec95.html">&#92;encl</A>: List of enclosed material.
<LI><A href="sec96.html">&#92;location</A>: Your organisation's address.
<LI><A href="sec97.html">&#92;makelabels</A>: Making address labels.
<LI><A href="sec98.html">&#92;name</A>: Your name, for the return address.
<LI><A href="sec99.html">&#92;opening</A>: Saying hello.
<LI><A href="sec100.html">&#92;ps</A>: Adding a postscript.
<LI><A href="sec101.html">&#92;signature</A>: Your signature.
<LI><A href="sec102.html">&#92;startbreaks</A>: Allow page breaks.
<LI><A href="sec103.html">&#92;stopbreaks</A>: Disallow page breaks.
<LI><A href="sec104.html">&#92;telephone</A>: Your phone number.
</UL>



<p>--&gt;<a href="index.html">LaTeX index</a>
</body>
</html>