diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-09 21:50:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-09 21:50:10 +0000 |
commit | 37978e7887833a19ccf0729dc2a8ccdd5eb246c7 (patch) | |
tree | d38ad363b25777984df12f6985ae817a6c1c2405 /Master/texmf-dist/doc/latex/isodoc/letter.tex | |
parent | 8b900ccf26a7b6d6ff353536ecf8799983450b6c (diff) |
new latex package isodoc
git-svn-id: svn://tug.org/texlive/trunk@4141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/letter.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/isodoc/letter.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/letter.tex b/Master/texmf-dist/doc/latex/isodoc/letter.tex new file mode 100644 index 00000000000..1e486a219d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/isodoc/letter.tex @@ -0,0 +1,20 @@ +\documentclass[11pt]{isodoc} +\usepackage{mystyle} +\setupdocument{ + to = {TeX Users Group\\ + 1466 NW Naito Parkway, Suite 3141\\ + Portland, OR 97208-2311\\ + U.S.A + }, + ourref = 1029, + enclosures = isodoc documentation\\LPPL documentation, + subject = An example letter using the isodoc class, + autograph = 2, +} + +\begin{document} +\letter{This letter was composed using the \LaTeX{} isodoc class. + \par\input{thuan} % for some body +} +\end{document} +$Id: letter.tex,v 1.2 2006/11/05 15:49:44 wybo Exp $ |