diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:49:07 +0000 |
commit | 007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch) | |
tree | 90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/lettre/testfaxe.tex | |
parent | 950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff) |
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lettre/testfaxe.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/lettre/testfaxe.tex | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lettre/testfaxe.tex b/Master/texmf-dist/doc/latex/lettre/testfaxe.tex new file mode 100644 index 00000000000..ec62890856f --- /dev/null +++ b/Master/texmf-dist/doc/latex/lettre/testfaxe.tex @@ -0,0 +1,47 @@ +% This file is part of the "lettre" package. +% This package is distributed under the terms of the LaTeX Project +% Public License (LPPL) described in the file lppl.txt. +% +% Denis Mégevand - Observatoire de Genève. +% +% Ce fichier fait partie de la distribution du paquetage "lettre". +% Ce paquetage est distribué sous les termes de la licence publique +% du projet LaTeX (LPPL) décrite dans le fichier lppl.txt. + +\documentclass[12pt,anglais,origdate]{lettre} +\usepackage[francais,english]{babel} +\usepackage[OT1]{fontenc} +\usepackage{mltex} +\begin{document} +% +% telefax, entete officielle +% ========================== +% langue anglaise, adresse detaillee +% ================================== +% ligne d'E-Mail +% ============== +% +\begin{telefax}{+41-22-320 29 27}{Geneva University\\ + To whom it may concern} +\location{Dr~D.~M\'egevand + \\\TeX nician} +\name{Denis M\'egevand} + +\anglais +\detailledaddress +\username{megevand} +\bitnet{cgeuge54} +\internet{obs.unige.ch} + +\conc{\LaTeX\ fax style} + +\opening{Dear collegues} + +This is just an example of my new telefax style in english. See the french example for the documentation. + +Looking forward to hearing from you soon and thanking you in advance. + +\closing{Sincerely yours,} + +\end{telefax} +\end{document} |