]> code.communitydata.science - cdsc_tex.git/blob - letter_template/text.tex
updated to use biber/biblatex instead of bitex
[cdsc_tex.git] / letter_template / text.tex
1 \documentclass[12pt]{letter}
2
3 \usepackage{ucs}
4 \usepackage[utf8x]{inputenc}
5
6 \usepackage[T1]{fontenc}
7 \usepackage{textcomp}
8 \renewcommand{\rmdefault}{ugm}
9 \renewcommand{\sfdefault}{phv}
10 \usepackage[garamond]{mathdesign}
11
12 \usepackage[letterpaper,left=1.3in,right=1.3in,top=0.8in,bottom=0.8in]{geometry}
13
14 \begin{document}
15
16 \begin{letter}{Person Letter is Addressed To\\
17 Followed by Address}
18
19 \address{Benjamin Mako Hill\\
20 Massachusetts Institute of Technology\\
21 Room E15-312\\
22 20 Ames Street\\
23 Cambridge, MA 02139-4307}
24
25 \signature{Benjamin Mako Hill}
26
27 \location{Massachusetts Institute of Technology\\
28 Room E15-020c\\
29 20 Ames Street\\
30 Cambridge, MA 02139-4307}
31
32 \telephone{(206) 409-7191} 
33
34 \opening{To whom it may concern,}
35 \setlength\parindent{0.25in}
36
37 Text of Letter goes here. Text of Letter goes here. Text of Letter
38 goes here. Text of Letter goes here. Text of Letter goes here. Text of
39 Letter goes here. Text of Letter goes here. Text of Letter goes
40 here. Text of Letter goes here.
41
42 \closing{Regards,}
43
44 \end{letter}
45
46 \end{document}
47

Community Data Science Collective || Want to submit a patch?