📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / documents / confirmation-zwischenmiete / confirmation-zwischenmiete.tex
132935 viewsLicense: OTHER
\documentclass[a4paper]{scrartcl}1\usepackage{amssymb, amsmath} % needed for math2\usepackage[utf8]{inputenc} % this is needed for umlauts3\usepackage[ngerman]{babel} % this is needed for umlauts4\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf5\usepackage[margin=2.5cm]{geometry} %layout6\usepackage{hyperref} % links im text7\usepackage{csquotes} % nice quotes8\usepackage{parskip} % I don't want indentation9\usepackage{color}10\usepackage{framed}11\usepackage{enumerate} % for advanced numbering of lists12\usepackage[locale=DE,per=slash]{siunitx} % for propper units13\DeclareSIUnit{\EUR}{\text{~Euro}}14\usepackage{multicol}15\usepackage{titlesec}16\titleformat{\section}{\normalfont\Large\bfseries}{\S\thesection}{1em}{}17\clubpenalty = 10000 % Schusterjungen verhindern18\widowpenalty = 10000 % Hurenkinder verhindern1920\hypersetup{21pdfauthor = {Martin Thoma},22pdfkeywords = {Untermietvertrag},23pdftitle = {Untermietvertrag}24}2526% Anpassen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%27\newcommand{\HauptmieterVorname}{Martin} %28\newcommand{\HauptmieterNachname}{Thoma} %29\newcommand{\HauptmieterAnschrift}{Parkstraße 17, 76131 Karlsruhe} %30\newcommand{\UntermieterVorname}{Max} %31\newcommand{\UntermieterNachname}{Müller} %32\newcommand{\UntermieterAnschrift}{} %33\newcommand{\UntermieteBeginn}{01.06.2014} %34\newcommand{\UntermieteEnde}{31.08.2014} %35\newcommand{\Monatsmiete}{200} %36\newcommand{\Kaution}{250} %37% Mietgegenstand38\newcommand{\Strasse}{Parkstraße} % Deine Straße %39\newcommand{\Hausnummer}{17} % Deine Hausnummer %40\newcommand{\PLZ}{76131} % Deine PLZ %41\newcommand{\Ort}{Karlsruhe} % Dein Ort %42\newcommand{\Wohnflaeche}{19} % in m^2 %43% Konto44\newcommand{\Kontoinhaber}{Martin Thoma} %45\newcommand{\Kontonummer}{} %46\newcommand{\IBAN}{TODO} %47\newcommand{\Bank}{TODO} %48\newcommand{\BLZ}{TODO} %49\newcommand{\Verwendungszweck}{Miete von [Name des Untermieters]} %50%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5152%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%53% Begin document %54%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%55\begin{document}56I, \HauptmieterVorname~\HauptmieterNachname, hereby confirm that I have received \line(1,0){75}57Euro from \UntermieterVorname~\UntermieterNachname.5859I, \UntermieterVorname~\UntermieterNachname, hereby confirm that I have received 4 keys (house key,60floor key, flat key and room key) from \HauptmieterVorname~\HauptmieterNachname.6162\vspace{1.5cm}63\line(1,0){250}\\64\vspace{-0.3cm}65{\scriptsize Date, Signature of \HauptmieterVorname~\HauptmieterNachname}\\666768\vspace{1cm}69\line(1,0){250}\\70\vspace{-0.3cm}71{\scriptsize Date, Signature of \UntermieterVorname~\UntermieterNachname}\\72\end{document}7374