Skip to content
Snippets Groups Projects
hbrs_letter_en.tex 1.98 KiB
Newer Older
karl's avatar
karl committed
%% 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}