mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-18 19:18:21 +02:00
Wohnung Checkliste: Add
This commit is contained in:
parent
3d95a55177
commit
584ddb60f6
2 changed files with 45 additions and 0 deletions
8
documents/wohnung-checkliste/Makefile
Normal file
8
documents/wohnung-checkliste/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
SOURCE=wohnung-checkliste
|
||||
|
||||
make:
|
||||
pdflatex $(SOURCE).tex -output-format=pdf
|
||||
make clean
|
||||
|
||||
clean:
|
||||
rm -rf $(TARGET) *.class *.html *.log *.aux *.out
|
37
documents/wohnung-checkliste/wohnung-checkliste.tex
Normal file
37
documents/wohnung-checkliste/wohnung-checkliste.tex
Normal file
|
@ -0,0 +1,37 @@
|
|||
\documentclass[a4paper]{scrartcl}
|
||||
\usepackage[ngerman]{babel}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{amssymb,amsmath}
|
||||
\usepackage[a4paper, left=5mm, top=5mm]{geometry}
|
||||
\usepackage{array}
|
||||
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
|
||||
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
|
||||
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
|
||||
\pagenumbering{gobble}
|
||||
\begin{document}
|
||||
\section*{WG-Zimmer Checkliste}
|
||||
|
||||
|
||||
\begin{tabular*}{\textwidth}{ll@{}}
|
||||
Vermieter: & \\ % Anna Beta, Schulstr. 1337, 80933 München
|
||||
Mieter: & \\ % Max Mustermann, Poststr. 42, 80933 München
|
||||
Adresse des Mietobjekts: & \\ % Hauptstr. 13, 80933 München
|
||||
\end{tabular*}
|
||||
|
||||
\begin{tabular*}{\textwidth}{|l|p{4cm}|l|p{4cm}|}
|
||||
\hline
|
||||
Kaltmiete & ~ & Warmmiete & ~ \\\hline
|
||||
Ablöse & ~ & Strom: $\square$ Wasser: $\square$ & Warmwasser: $\square$ \\\hline
|
||||
& ~ & Heizung: $\square$ Internet $\square$ & ~ \\\hline
|
||||
Mietbeginn & ~ & Zimmer Fläche & ~ \\\hline
|
||||
Bewohner in der WG & ~ & Toiletten & ~ \\\hline
|
||||
Rolladen & ~ & Waschmaschine & ~ \\\hline
|
||||
Möbel & ~ & Fahrradstellplatz & ~ \\\hline
|
||||
Steckdosen & ~ & ~ & ~ \\\hline
|
||||
\end{tabular*}
|
||||
|
||||
|
||||
\section*{Notizen}
|
||||
|
||||
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue