Changes in Fonts
This commit is contained in:
Binary file not shown.
@ -12,13 +12,11 @@ subject=beforeopening, % Placement of subject
|
||||
firsthead=true % Sender address on top
|
||||
]{scrlttr2}
|
||||
|
||||
\usepackage[utf8]{inputenc} %Das Dokument soll UTF-8-Format nutzen (wegen deutschen Umlauten).
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage{fontspec}
|
||||
|
||||
\usepackage[ngerman]{babel} % Explicitly load the babel package to stop an error occurring on some LaTeX installations
|
||||
|
||||
\setmainfont{Roboto}
|
||||
\usepackage[sfdefault]{roboto}
|
||||
|
||||
\renewcommand*{\raggedsignature}{\raggedright} % Stop the signature from indenting
|
||||
|
||||
@ -38,30 +36,30 @@ firsthead=true % Sender address on top
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
\begin{document}
|
||||
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% ADDRESSEE
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
\begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address
|
||||
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
% LETTER CONTENT
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
\opening{
|
||||
Sehr geehrte Frau Mustermann
|
||||
}
|
||||
|
||||
|
||||
lorem ipsum.
|
||||
|
||||
|
||||
\closing{Mit freundlichen Grüßen,}
|
||||
|
||||
|
||||
\setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:"
|
||||
\encl{Musternachweis, Apfelstrudelrezept} % Attached documents
|
||||
|
||||
|
||||
%----------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
\end{letter}
|
||||
|
||||
|
||||
\end{document}
|
Reference in New Issue
Block a user