summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lettre/letex7.tex
blob: 3038f81930b6aa51569430282f1b942bf702e7c9 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
% 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,origdate]{lettre}
\usepackage[francais,english]{babel}
\usepackage[OT1]{fontenc}
\usepackage{mltex}
\begin{document}
%
% Fichier de defaut de l'Observatoire
% ===================================
\institut{obs}
%
% Entete par defaut, double signature,
% ====================================
% langue anglaise, format headings, marge precisee.
% =================================================
% Champs: objet.
% ==============
% Lignes auxiliaires de reference et d'E-Mail. 
% ============================================
% Tests: itemize, description, enumerate, center, 
% ===============================================
%        tabular, array, eqnarray, footnote.
%        ===================================
%
\begin{letter}{	SoftIdeas\\
                P.O.Box 8K23 \\
                Prove Islands, TO 14501 \\
                USA}

\anglais
\pagestyle{headings}
\marge{30mm}

\name{Dr~S.~E.~Dnavegem}
\signature{Dr~S.~E.~Dnavegem\\Collaborateur Scientifique}
\secondsignature{Dr~P.~Barre-Thordue\\Collaborateur Scientifique}

\nref{PL/cf69}
\faxobs
\username{dnavegem}
\ccittobs
\internetobs

\conc{Our activities} 

\opening{Dear Sir,}

Enclosed\footnote{In fact, the check will be sent by separate mail}, you 
will find a description of our activities and a check of \$149.95 corresponding 
to your invoice \#439 dated 05/28/93 for:
\begin{itemize}
\item 1 PiC\TeX\ manual, describing completely all the commands implemented
by the macros written by M.J.~Wichura. If the manual doesn't respond to
our demand, we will send it back, ans ask for complete refund.
\item 1 PiC\TeX\ software on 5.25 inch floppy disk. The disk is to be
formatted in IBM PC compatible format.
\item 5 PiC\TeX\ Quick Reference Cards.
\end{itemize}
We'll be happy if you could send us a detailled list of your products.

We are a software developing team, and our work involves:
\begin{description}
\item[Editors] Full-screen editors for PC and compatibles.
\item[Compilers] Full range of compilers for PC and compatibles. It includes
ADA, BASIC, C, FORTH, FORTRAN, ICON, LISP, MODULA-2, PASCAL and PROLOG 
compilers.
\item[Operating Systems] Multitasking, real-time OS.
\item[Utilities] A lot of useful add-on software.
\end{description}

We can produce cross-reference tables of product compatibilities for various
software and vendors.
\begin{center}
\begin{tabular}{||l|||r@{.}l|l|l||}
\hline
gnuBASE IV&419&00&nul&ok\\
\hline
GNATUS 123&489&95&complete&N.A\\
\hline
Turbo Foo&99&95&partial&good\\
\hline
\end{tabular}
\end{center}

We can also furnish scientific text processing systems for your computer,
or for your site (Education licenses!)
Here are some examples of our outputs:

\begin{eqnarray}
x&=&17y\\
y&>&a+b+c+d+e+f+g+h+i+j+ \nonumber \\
&&k+l+m+n+o+p
\end{eqnarray}

\[
x=\left\{\begin{array}{ll}
                y&\mbox{if $y>0$} \\
                z+y&\mbox{otherwise}
         \end{array}
  \right.
\]

{\em et voila \ldots that's it \ldots}

Remember we order today:
\begin{enumerate}
\item 1 PiC\TeX\ manual, describing completely all the commands implemented
by the macros written by M.J.~Wichura. 
\item 1 PiC\TeX\ software on 5.25 inch IBM PC compatible formatted floppy disk. 
\item 5 PiC\TeX\ Quick Reference Cards.
\end{enumerate}

\closing{Sincerely}

\end{letter}
%
\end{document}