Newer
Older
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
%% Blank letter for Hochschule Bonn-Rhein-Sieg
%% Template by Karl N. Kirschner, October 2017
%%-----------------------------------------------------------------------------
\documentclass[a4paper,11pt]{article}
\input{hbrs_letter_structure_en.tex}
%%-----------------------------------------------------------------------------
%% User defined information
%%-----------------------------------------------------------------------------
%% Who is sending the letter
\who{\textcolor{red}{First LastName, Ph.D.}}
%% The address of person sending the letter
\letterfrom{
University of Applied Sciences Bonn-Rhein-Sieg\\
Grantham-Allee 20 \\
53757 Sankt Augustin \\
Tel. +49 2241 \textcolor{red}{???} \\
Fax +49 2241 865 \textcolor{red}{????} \\
\textcolor{red}{first.lastname}@h-brs.de \\
www.h-brs.de
}
\location{Sankt Augustin}
%% The address to whom the letter is being sent
\letterto{
\textcolor{red}{Beispieladresse} \\
\textcolor{red}{z.Hd. Frau Elisabeth Exempel} \\
\textcolor{red}{Demonstrationsplatz 56} \\
\textcolor{red}{67890 Musterstadt}
}
%% Topic of Letter
\topic{EXAMPLE}
%% Header, right side of the logo
\leftheaderlineone{Hochschule} %% top header line
\leftheaderlinetwo{Bonn-Rhein-Sieg} % middle header line
\leftheaderlinethree{University of Applied Sciences} % bottom header line
%% Header, left side of page
\rightheaderlineone{Department of Computer Science} %% top header line
%\rightheaderlinetwo{Mechanical Engineering and Technical Journalism} % middle header line
\rightheaderlinethree{\who} % bottom header line
\begin{document}
% \layout{}
\logoheader{fhlogo}
\vspace{10mm}
\contactinfo
%%-----------------------------------------------------------------------------
%% The heart of the letter -- modify this
%%-----------------------------------------------------------------------------
%% Beginning of letter here
Dear Sir or Madam,
\noindent
%% Content
%% Closing
~\\
\flushleft
Sincerely, \\ \vspace{15mm}
\who
\end{document}