summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/newlfm/chk1.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-14 00:14:05 +0000
committerKarl Berry <karl@freefriends.org>2009-01-14 00:14:05 +0000
commitc49b4326cde7ef42ae8571be9f7e12dbdf1ec6ac (patch)
tree50e1794f5291675c4def85e4c5c08a5174ecf144 /Master/texmf-dist/doc/latex/newlfm/chk1.tex
parent8d86fd37cd58466c1da9f724f579b64db18b2158 (diff)
newlfm 9.1 (11jan09)
git-svn-id: svn://tug.org/texlive/trunk@11859 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/newlfm/chk1.tex')
-rw-r--r--Master/texmf-dist/doc/latex/newlfm/chk1.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/newlfm/chk1.tex b/Master/texmf-dist/doc/latex/newlfm/chk1.tex
new file mode 100644
index 00000000000..d9a0ea1d489
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/newlfm/chk1.tex
@@ -0,0 +1,16 @@
+\documentclass[stdletter,11pt]{newlfm}
+\nameto{George Bush}
+\addrto{\parbox{2in}{The White House \\ Washington, DC}}
+\namefrom{My Self}
+\newlfmP{addrf=testADR%% OK
+,addrfromphone%% Produced error [1]
+,addrfromfax%% Produces error [2]
+,printallfrom,addrfromright,orderdatefromto% Ignored [3]
+}%%
+\begin{document}
+\closeline{Sincerely yours,}
+\greetto{Dear Mr. Bush,}
+\begin{newlfm}
+How are the azaleas?
+\end{newlfm}
+\end{document}