-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover-letter.tex
26 lines (21 loc) · 1005 Bytes
/
cover-letter.tex
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
\documentclass{letter}
\usepackage{graphics}
\usepackage{fullpage}
\topmargin=-0.2in
%\headheight=0in
\setlength\oddsidemargin{-0.2in}
\textheight=8.5in
\textwidth=7in
\def\apl#1#2{
\begin{letter}{#1}
\signature{Professor Dianne Cook\\Department of Statistics\\Iowa State University
\\Ames, Iowa 50011-1210\\ Phone (515) 294 8865\\{\tt [email protected]}}
\opening{{Dear #2}}
Please find attached our submission for the special issue of Environmetrics on Climate. The title is Glyph-maps for Visually Exploring Temporal Patterns in Climate Data and Models, with authors Hadley Wickham, Heike Hofmann, Charlotte Wickham and myself. We hope that you find this paper interesting reading, and that it will make a valuable contribution to the special issue.
\closing{Sincerely yours,
{\pdfimage width 1.5in {signature2.pdf}}}
\end{letter}}
\begin{document}
{{\pdfimage width 4in {letterhead.jpg}}}
\apl{Editors \\Environmetrics Special Issue on Climate}{Profs Guttorp, Sain and Wikle}
\end{document}