blob: 599e73a1c26fc40f3bb80f4f4322c7c652c23f41 (
plain)
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
|
\documentclass[stdpressrelease,11pt]{newlfm}
\nameto{George Bush}
\addrto{\parbox{2in}{The White House \\ Washington, DC}}
\namefrom{My Self}
\headline{Azalea Admiration Ascends but is Admonished}
\newlfmP{addrf=PIT%% OK
,addrfromphone%% Produced error [1]
,addrfromfax%% Produces error [2]
,printallfrom%% Ignored [3]
,leftmarginsize=1in%
}%%
\begin{document}
\closeline{Sincerely yours,}
\greetto{Dear Mr. Bush,}
\begin{newlfm}
\noindent How are the azaleas?
\newcounter{sentcnt}
\setcounter{sentcnt}{0}
\loop \ifnum\thesentcnt<20%
\addtocounter{sentcnt}{1}%
\thesentcnt) Azaleas have long been associated with admonishment, and astonishing amounts
of ability to access acknowledgement.
\repeat%
\end{newlfm}
\end{document}
|