Skip to content
Snippets Groups Projects
Commit 702ababf authored by Randolph Maaßen's avatar Randolph Maaßen
Browse files

lageplan im Hörsaal Physik erstellt

parent 4dbfd3aa
No related branches found
No related tags found
No related merge requests found
\documentclass[a4paper,landscape]{article}
\usepackage{tikz}
\usepackage[a4paper]{geometry}
\begin{document}
\begin{tikzpicture} [scale=1]
%hörsal bound
\draw (0,13) -- (0,0) -- (20,0) -- (20,13) -- cycle;
%chairs
\foreach \x in {1,4.8,8.6,12.4,16.2}
{
\draw (\x,1) -- ++(0,8) -- ++(2.6,0) -- ++(0,-8) -- cycle;
\foreach \y in {2,...,8}
\draw (\x,\y) -- ++(2.6,0);
}
%technik
\draw (1,13) -- (1,12.5) -- (3,12.5) -- (3,13);
\draw (2,12.75) node{Technik};
%tafel
\draw (4,13) -- (4,12.5) -- (15,12.5) -- (15,13);
\draw (9.5,12.75) node{Tafel};
%waschscrank
\draw (16,13) -- (16,12.5) -- (17.5,12.5) -- (17.5,13);
\draw (16.75,12.75) node{Washen};
%vorbereitung
\draw (17.75,13) arc (-180:-90:1.75);
\draw (19.5,13) -- ++(0,-1.75);
\draw (18.7,12.75) node{vorber.};
%fridge
\draw (20,11) -- (19,11) -- (19,10) -- (20,10);
\draw (19.5,10.5) node{Fridge};
%gadrobe
\draw (19,10) -- (19,8.5) -- (20,8.5);
\draw (19.5,9.25) node[rotate=90]{Gadrobe};
%eingang
\draw (0,9.5) arc (-90:90:1.5);
\draw (0,11) -- (1.5,11);
\draw (0.5,11) node[rotate=90]{Eingang};
%anmeldung schräg
\draw (1.75,11.5) -- ++(-35:2) -- ++(55:0.75)coordinate(an1) -- ++(145:2) -- cycle;
\draw (2.8,11.25) node[rotate=-35]{Anmeldung};
%anmeldung grade
\draw (an1) -- ++(-90:0.75) -- ++ (0:2)coordinate(an2) -- ++(90:0.75) -- cycle;
\draw (an1) ++ (1,-0.375) node{Anmeldung};
%stuff bereich
\draw (an2) ++(0:1) -- ++(0:2)coordinate(stuff) -- ++(90:0.75) -- ++(-180:2) -- cycle;
\draw (an2) ++(0:1) ++(1,0.375) node{stuff};
%pult
\draw (stuff) -- ++(0:1.5)coordinate(pult) -- ++(90:0.75) -- ++(-180:1.5) --cycle;
\draw (stuff) ++(0.75,0.375) node{Pult};
%food/drink
\draw (pult) -- ++(0:4) -- ++(90:0.75) --++(-180:2) --+(-90:0.75) +(0:0) --++(-180:2);
\draw (pult) ++(1,0.375) node{Food};
\draw (pult) ++(3,0.375) node{Drink};
%printer
\draw (6.1,8.5) node{Drucker};
%helfer area
\draw (2.3,8.5) node{1. Helfer};
\draw (2.3,7.5) node{2. Helfer};
\draw (2.3,6.5) node{3. Helfer};
%device areas
\draw (2.3,5.5) node{nomnom Apfel};
\draw (6.1,7.5) node{Dell};
\draw (6.1,4.5) node{HP};
\draw (9.9,8.5) node{Lenovo};
\draw (9.9,4.5) node{*};
\draw (13.7,8.5) node{Acer};
\draw (13.7,4.5) node{Asus};
\draw (17.5,8.5) node{Acer};
\draw (17.5,4.5) node{Asus};
%Absperrung
\draw [dashed] (0,12.5) -- (1.75,11.5);
\draw [dashed] (0.9,0) -- (0.9,9.2);
%label
\draw (10,-0.5) node {Hinten};
\draw (10,13.5) node{Vorne};
\draw (-1,6.5) node{Links};
\draw (21,6.5) node{Rechts};
\end{tikzpicture}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment