confirmation-zwischenmiete-re.tex 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. \documentclass[a4paper]{scrartcl}
  2. \usepackage{amssymb, amsmath} % needed for math
  3. \usepackage[utf8]{inputenc} % this is needed for umlauts
  4. \usepackage[ngerman]{babel} % this is needed for umlauts
  5. \usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
  6. \usepackage[margin=2.5cm]{geometry} %layout
  7. \usepackage{hyperref} % links im text
  8. \usepackage{csquotes} % nice quotes
  9. \usepackage{parskip} % I don't want indentation
  10. \usepackage{color}
  11. \usepackage{framed}
  12. \usepackage{enumerate} % for advanced numbering of lists
  13. \usepackage[locale=DE,per=slash]{siunitx} % for propper units
  14. \DeclareSIUnit{\EUR}{\text{~Euro}}
  15. \usepackage{multicol}
  16. \usepackage{titlesec}
  17. \titleformat{\section}{\normalfont\Large\bfseries}{\S\thesection}{1em}{}
  18. \clubpenalty = 10000 % Schusterjungen verhindern
  19. \widowpenalty = 10000 % Hurenkinder verhindern
  20. \hypersetup{
  21. pdfauthor = {Martin Thoma},
  22. pdfkeywords = {Untermietvertrag},
  23. pdftitle = {Untermietvertrag}
  24. }
  25. % Anpassen %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  26. \newcommand{\HauptmieterVorname}{Martin} %
  27. \newcommand{\HauptmieterNachname}{Thoma} %
  28. \newcommand{\HauptmieterAnschrift}{Parkstraße 17, 76131 Karlsruhe} %
  29. \newcommand{\UntermieterVorname}{Max} %
  30. \newcommand{\UntermieterNachname}{Müller} %
  31. \newcommand{\UntermieterAnschrift}{} %
  32. \newcommand{\UntermieteBeginn}{01.06.2014} %
  33. \newcommand{\UntermieteEnde}{31.08.2014} %
  34. \newcommand{\Monatsmiete}{200} %
  35. \newcommand{\Kaution}{250} %
  36. % Mietgegenstand
  37. \newcommand{\Strasse}{Parkstraße} % Deine Straße %
  38. \newcommand{\Hausnummer}{17} % Deine Hausnummer %
  39. \newcommand{\PLZ}{76131} % Deine PLZ %
  40. \newcommand{\Ort}{Karlsruhe} % Dein Ort %
  41. \newcommand{\Wohnflaeche}{19} % in m^2 %
  42. % Konto
  43. \newcommand{\Kontoinhaber}{Martin Thoma} %
  44. \newcommand{\Kontonummer}{} %
  45. \newcommand{\IBAN}{TODO} %
  46. \newcommand{\Bank}{TODO} %
  47. \newcommand{\BLZ}{TODO} %
  48. \newcommand{\Verwendungszweck}{Miete von [Name des Untermieters]} %
  49. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  50. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  51. % Begin document %
  52. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  53. \begin{document}
  54. I, \HauptmieterVorname~\HauptmieterNachname, hereby confirm that I have received 4 keys (house key,
  55. floor key, flat key and room key) from \UntermieterVorname~\UntermieterNachname.
  56. I, \UntermieterVorname~\UntermieterNachname, hereby confirm that I have received the complete deposit of 250 Euro from \HauptmieterVorname~\HauptmieterNachname.
  57. \vspace{1.5cm}
  58. \line(1,0){250}\\
  59. \vspace{-0.3cm}
  60. {\scriptsize Date, Signature of \HauptmieterVorname~\HauptmieterNachname}\\
  61. \vspace{1cm}
  62. \line(1,0){250}\\
  63. \vspace{-0.3cm}
  64. {\scriptsize Date, Signature of \UntermieterVorname~\UntermieterNachname}\\
  65. \end{document}