add README file to explain how to use the git repo
[mit-stationery-latex] / README.tex
1 \documentclass{mitletter3}
2 \makelabels
3 \begin{document}
4 \name{Your Name}
5 \signature{Your Name\\{\it Your Title}}
6
7
8
9 \begin{letter}{Addressee's Name\\
10 Title\\
11 Company Name\\
12 Street Address\\
13 City, State/Province\\
14 Zip/Postal code}
15
16
17 \opening{Dear Recipient,}
18 This a template for writing letters using the PSB LaTeX templates.  There
19 are three new document classes, one for each letter template, called
20 "mitletter1", "mitletter2", and "mitletter3" respectively.
21                                                                                 
22 First, one must modify each of the class files "mitletter1.cls",
23 "mitletter2.cls", and "mitletter3.cls" so that his/her personal
24 information is set.  The parameters to change are: Office Name, Room
25 Number, Phone Number, Fax Number, website, E-mail, name, and title.  The
26 last two parameters (name and title) are called "person" and "ID" within
27 the class files.
28                                                                                 
29 Next, to compose a letter, one must: set the document class to one of the
30 above document classes, specify a name and (optionally) a signature, and
31 then proceed with writing the letter as if it were a standard letter.
32
33 The MIT logo is included as an encapsulated PostScript file (EPS) and,
34 as a result, will only display correctly using dvips. Many people now
35 use pdflatex intead. pdflatex will require that the logo be converted
36 from EPS to PDF which can be done using ImageMagick or several other
37 programs.
38
39 \closing{Sincerely}
40
41 \end{letter}
42
43 \end{document}

Benjamin Mako Hill || Want to submit a patch?