blob: eeb80986b58a97898e97d87d21f40a20eacda559 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
%% This is a simple example of a letter-header from
%% the package g-tex-letter. It is to be used with
%% the LaTeX-document-class 'letter'.
\address{
\hfill
\parbox[t]{10cm}{\raggedleft Diego Restrepo \\
Edificio Institutos de Paterna \\
Apartado 2085 \\
46071 Valencia \\
Email: diego@testcenter.es
}
}
\signature{Diego Restrepo}
\endinput
|