blob: 64763a31aff8b8b298941f531abdae188d936418 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
%%% Use sans-serif fonts, they are better readable when scaning the
%%% printed document
\renewcommand{\rmdefault}{cmss}
\normalfont
\input{akletter.cfg}
%%% Return address
%%% one line version
%%% There is no cmss7, use a larger font
%%% N.B.: There is a ecss0700 use it if you have the EC fonts
\sbox{\firmreturn}
{\underline{\fontsize{8}{10pt}\selectfont
\hskip5mm Mein Name \textperiodcentered Meine Stra{\ss}e 1
\textperiodcentered D--12345 Meindorf\hskip5mm}}
|