Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download

📚 The CoCalc Library - books, templates and other resources

Views: 96168
License: OTHER
1
\setkomavar{fromname}{YourCompany GmbH}
2
\setkomavar{fromphone}{+49 (0) 123 / 456 78-9}
3
\setkomavar{fromaddress}{Musterweg 3 \\ D-12345 Stuttgart}
4
\setkomavar{frombank}{Volksbank Musterstadt \\ BLZ: 123 456 00 \\ \\ Kontonummer: 123 456 000\\Volksbank Musterstadt}
5
6
\firstfoot{
7
\parbox[t]{\textwidth}{\footnotesize
8
9
\begin{tabular}[t]{l@{}}
10
\multicolumn{1}{@{}l@{}}{Firma:}\\
11
YourCompany GmbH\\
12
Musterweg 3, D-12345 Stuttgart\\ \\
13
Telefon: \usekomavar{fromphone} \\
14
E-Mail: info@yourcompany.de \\
15
\end{tabular}
16
\hfill{}
17
\begin{tabular}[t]{l@{}}
18
\multicolumn{1}{@{}l@{}}{Rechtliche Informationen:}\\
19
Gerichtsstand Muster\\
20
Registernummer: HRB 123456\\ \\
21
22
Geschäftsführer: Max Muster\\
23
Ust.-ID-Nr.: DE1234567890\\
24
\end{tabular}
25
\hfill{}
26
\begin{tabular}[t]{l@{}}
27
\multicolumn{1}{@{}l@{}}{\usekomavar*{frombank}:}\\
28
\usekomavar{frombank}
29
\end{tabular}
30
}}
31
32
33
34