Compare commits
4 Commits
8b103252e9
...
main
Author | SHA1 | Date | |
---|---|---|---|
7fa884870a | |||
66337a4e13 | |||
df9911eb1a | |||
937cb451bb |
Binary file not shown.
@ -20,46 +20,26 @@ firsthead=true % Sender address on top
|
|||||||
|
|
||||||
\renewcommand*{\raggedsignature}{\raggedright} % Stop the signature from indenting
|
\renewcommand*{\raggedsignature}{\raggedright} % Stop the signature from indenting
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
%\setplength{toaddrvpos}{3cm}
|
||||||
% YOUR INFORMATION AND LETTER DATE
|
%\setplength{refvpos}{7.35cm}
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\setkomavar{fromname}{Vorname Nachname} % Your name used in the from address
|
\setkomavar{fromname}{Vorname Nachname} % Your name used in the from address
|
||||||
|
|
||||||
\setkomavar{fromaddress}{Straße 1\\1235 Berlin} % Your address
|
\setkomavar{fromaddress}{Straße 1\\1235 Berlin} % Your address
|
||||||
|
|
||||||
\setkomavar{signature}{Signatur Name} % Your name used in the signature
|
\setkomavar{signature}{Signatur Name} % Your name used in the signature
|
||||||
|
|
||||||
\setkomavar{subject}{Betreff} % Subject
|
\setkomavar{subject}{Betreff} % Subject
|
||||||
|
|
||||||
\date{\today} % Date of the letter
|
\date{\today} % Date of the letter
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
% ADDRESSEE
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address
|
\begin{letter}{Marie Mustermann\\Musterstraße 1\\12345 Musterstadt} % Addressee name and address
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
% LETTER CONTENT
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\opening{
|
\opening{
|
||||||
Sehr geehrte Frau Mustermann
|
Sehr geehrte Frau Mustermann,
|
||||||
}
|
}
|
||||||
|
|
||||||
lorem ipsum.
|
lorem ipsum.
|
||||||
|
|
||||||
\closing{Mit freundlichen Grüßen,}
|
\closing{Mit freundlichen Grüßen}
|
||||||
|
|
||||||
\setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:"
|
\setkomavar*{enclseparator}{Anhang} % Change the default "encl:" to "Attached:"
|
||||||
\encl{Musternachweis, Apfelstrudelrezept} % Attached documents
|
\encl{Musternachweis, Apfelstrudelrezept} % Attached documents
|
||||||
|
|
||||||
%----------------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
\end{letter}
|
\end{letter}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
@ -1,24 +0,0 @@
|
|||||||
\documentclass[12pt,a4paper]{scrartcl}
|
|
||||||
|
|
||||||
\usepackage[T1]{fontenc}
|
|
||||||
\usepackage[ngerman]{babel}
|
|
||||||
|
|
||||||
\usepackage{amsmath}
|
|
||||||
\usepackage{amssymb}
|
|
||||||
|
|
||||||
\title{Hausaufgabe X}
|
|
||||||
\subtitle{Modulname}
|
|
||||||
\date{}
|
|
||||||
|
|
||||||
\author{Name, Matrk.-Nr.}
|
|
||||||
|
|
||||||
% \newcommand{\alg}[1][A]{\mathfrak{#1}}
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
\maketitle
|
|
||||||
|
|
||||||
\section*{Aufgabe 1}
|
|
||||||
|
|
||||||
\section*{Aufgabe 2}
|
|
||||||
|
|
||||||
\end{document}
|
|
Reference in New Issue
Block a user