-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsender2.lco
60 lines (43 loc) · 1.45 KB
/
sender2.lco
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
%%
% German Latex Letter Template
% Use if you want to crate a Letter in DIN A4. You can use it in English and German
% as well, just set language at begining of plain text.
% Created by Jan Boelmann @ Nov. 2016 [email protected]
%%
\ProvidesFile{sender.lco}[letter-class-option file]
\RequirePackage{marvosym}
\RequirePackage{courier}
% Text of this document (sender.lco) is UTF-8 encoded
\RequirePackage[utf8]{inputenc}
% if yu wnat some colors...
\RequirePackage{color}
% see Koma script for more detailed descriptions
% comment or delate if not needed
\KOMAoptions{
foldmarks=true,
fromalign=right,
footsepline=off,
fromurl=off,
fromemail=off,
fromfax=off,
fromphone=off,
frommobilephone=off,
}
% You can define colors here like this...
%\definecolor{mygray}{gray}{.55}
%\definecolor{myblue}{rgb}{0.25,0.45,0.75}
% Sender data:
\setkomavar{backaddress}{\texttt{<name>}\\\texttt{<adress>}}
\setkomavar{fromaddress}{\texttt{<name>}\\\texttt{<adress>}}
% optical stuff:
\setkomafont{fromname}{\bfseries\color{black}\LARGE}
\setkomafont{fromrule}{\color{black}}
\setkomafont{fromaddress}{\small\rmfamily\mdseries\slshape\color{black}}
% maybe in blue...
%\setkomafont{fromaddress}{\small\rmfamily\mdseries\slshape\color{myblue}}
\setkomafont{addressee}{\small}
\setkomavar{signature}{<name>}
\renewcommand*{\raggedsignature}{\raggedright}
% define vertical distance for signature
\@setplength{sigbeforevskip}{0.8cm}
\endinput