From 97b26ad136627c777bbd7a2d3c189996a2f4523b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 9 Oct 2023 09:41:26 +0200 Subject: Add presentation: LinuxDays 2023 --- 2023-linuxdays/rekonstrukce/bourani.jpg | Bin 0 -> 142380 bytes 2023-linuxdays/rekonstrukce/komin.jpg | Bin 0 -> 130376 bytes 2023-linuxdays/rekonstrukce/libreoffice-logo.png | Bin 0 -> 77726 bytes 2023-linuxdays/rekonstrukce/makefile | 10 + 2023-linuxdays/rekonstrukce/pres.pdf | Bin 0 -> 2459662 bytes 2023-linuxdays/rekonstrukce/pres.tex | 156 + 2023-linuxdays/rekonstrukce/qe_scheme.png | Bin 0 -> 152581 bytes 2023-linuxdays/rekonstrukce/qe_svetla.png | Bin 0 -> 248258 bytes 2023-linuxdays/rekonstrukce/qe_voda.png | Bin 0 -> 101151 bytes 2023-linuxdays/rekonstrukce/rozpocet.png | Bin 0 -> 161490 bytes 2023-linuxdays/rekonstrukce/starosta.jpg | Bin 0 -> 192326 bytes 2023-linuxdays/rekonstrukce/swh_overview.png | Bin 0 -> 500381 bytes 2023-linuxdays/rekonstrukce/swh_strecha.png | Bin 0 -> 46664 bytes 2023-linuxdays/rekonstrukce/swh_terasa.png | Bin 0 -> 181796 bytes 2023-linuxdays/rekonstrukce/vodovod.pdf | Bin 0 -> 67139 bytes 2023-linuxdays/rekonstrukce/vodovod.pdf_tex | 234 + 2023-linuxdays/rekonstrukce/vodovod.svg | 32123 +++++++++++++++++++++ 2023-linuxdays/rekonstrukce/vodovod_plan.pdf | Bin 0 -> 66477 bytes 2023-linuxdays/rekonstrukce/vodovod_plan.png | Bin 0 -> 217022 bytes 2023-linuxdays/rekonstrukce/vodovod_projekt.png | Bin 0 -> 206083 bytes 2023-linuxdays/rekonstrukce/zaver.jpg | Bin 0 -> 159070 bytes 21 files changed, 32523 insertions(+) create mode 100644 2023-linuxdays/rekonstrukce/bourani.jpg create mode 100644 2023-linuxdays/rekonstrukce/komin.jpg create mode 100644 2023-linuxdays/rekonstrukce/libreoffice-logo.png create mode 100644 2023-linuxdays/rekonstrukce/makefile create mode 100644 2023-linuxdays/rekonstrukce/pres.pdf create mode 100644 2023-linuxdays/rekonstrukce/pres.tex create mode 100644 2023-linuxdays/rekonstrukce/qe_scheme.png create mode 100644 2023-linuxdays/rekonstrukce/qe_svetla.png create mode 100644 2023-linuxdays/rekonstrukce/qe_voda.png create mode 100644 2023-linuxdays/rekonstrukce/rozpocet.png create mode 100644 2023-linuxdays/rekonstrukce/starosta.jpg create mode 100644 2023-linuxdays/rekonstrukce/swh_overview.png create mode 100644 2023-linuxdays/rekonstrukce/swh_strecha.png create mode 100644 2023-linuxdays/rekonstrukce/swh_terasa.png create mode 100644 2023-linuxdays/rekonstrukce/vodovod.pdf create mode 100644 2023-linuxdays/rekonstrukce/vodovod.pdf_tex create mode 100644 2023-linuxdays/rekonstrukce/vodovod.svg create mode 100644 2023-linuxdays/rekonstrukce/vodovod_plan.pdf create mode 100644 2023-linuxdays/rekonstrukce/vodovod_plan.png create mode 100644 2023-linuxdays/rekonstrukce/vodovod_projekt.png create mode 100644 2023-linuxdays/rekonstrukce/zaver.jpg diff --git a/2023-linuxdays/rekonstrukce/bourani.jpg b/2023-linuxdays/rekonstrukce/bourani.jpg new file mode 100644 index 0000000..4d74186 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/bourani.jpg differ diff --git a/2023-linuxdays/rekonstrukce/komin.jpg b/2023-linuxdays/rekonstrukce/komin.jpg new file mode 100644 index 0000000..06dc967 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/komin.jpg differ diff --git a/2023-linuxdays/rekonstrukce/libreoffice-logo.png b/2023-linuxdays/rekonstrukce/libreoffice-logo.png new file mode 100644 index 0000000..ab71d5d Binary files /dev/null and b/2023-linuxdays/rekonstrukce/libreoffice-logo.png differ diff --git a/2023-linuxdays/rekonstrukce/makefile b/2023-linuxdays/rekonstrukce/makefile new file mode 100644 index 0000000..7b97a99 --- /dev/null +++ b/2023-linuxdays/rekonstrukce/makefile @@ -0,0 +1,10 @@ +FILE=pres + +$(FILE).pdf: $(FILE).tex $(patsubst %.svg,%.pdf,$(wildcard *.svg)) + pdflatex -shell-escape $< + +%.pdf: %.svg + inkscape -D -z --file=$< --export-pdf=$@ --export-latex + +clean: + ls | grep -v -E "($(FILE).tex|makefile|scheme|svg|png|jpg|eps)$$" | xargs rm -rf diff --git a/2023-linuxdays/rekonstrukce/pres.pdf b/2023-linuxdays/rekonstrukce/pres.pdf new file mode 100644 index 0000000..f058e72 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/pres.pdf differ diff --git a/2023-linuxdays/rekonstrukce/pres.tex b/2023-linuxdays/rekonstrukce/pres.tex new file mode 100644 index 0000000..d97f41e --- /dev/null +++ b/2023-linuxdays/rekonstrukce/pres.tex @@ -0,0 +1,156 @@ +\documentclass[aspectratio=169]{beamer} +\usetheme{metropolis} +\usepackage{lmodern} +\usepackage[czech]{babel} +\usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage{graphicx} +\usepackage{wrapfig} +\usepackage{color} +\usepackage{mathtools} +\usepackage{hyperref} +\usepackage{epstopdf} +\usepackage{amsmath} +\usepackage{minted} +\hypersetup{ + colorlinks, + citecolor=black, + filecolor=black, + linkcolor=black, + urlcolor=black +} +\usepackage{pdflscape} + +\title{Rekonstrukce domu a Open source} +\author{Karel Kočí} +\date{8.10.2023} + +\begin{document} + +\frame{\titlepage} + +\begin{frame} + \center + \includegraphics[height=10cm]{./komin.jpg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Hodnocení rekonstrukce} + \begin{minipage}{0.5\textwidth} + \begin{itemize} + \item[\textcolor{red}{-}] Žere to peníze + \item[\textcolor{red}{-}] Žere to čas + \item[\textcolor{red}{-}] Musíte se potkávat s lidmi + \end{itemize} + \end{minipage} \hfill + \begin{minipage}{0.45\textwidth} + \begin{itemize} + \item[\textcolor{green}{+}] Budu mít kde bydlet + \item[\textcolor{green}{+}] Šance získat nějakou tu fyzičku + \item[\textcolor{green}{+}] Domácnost a její automatizace pod palcem + \item[\textcolor{green}{+}] Serverovna + \end{itemize} + \end{minipage} +\end{frame} + +\begin{frame} + \center + \includegraphics[height=9cm]{./starosta.jpg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Kalendář, kontakty, mail} + \begin{minipage}{0.5\textwidth} + GNU/Linux + \begin{itemize} + \item Notmuch \url{https://notmuchmail.org/} + \item Astroid \url{https://github.com/astroidmail/astroid} + \item vdirsyncer \url{https://github.com/pimutils/vdirsyncer} + \item khard \url{https://github.com/lucc/khard} + \item khal \url{https://github.com/pimutils/khal} + \end{itemize} + \end{minipage} \hfill + \begin{minipage}{0.45\textwidth} + Android + \begin{itemize} + \item K-9 \url{https://k9mail.app/} + \item DAVx\textsuperscript{5} \url{https://www.davx5.com/} + \end{itemize} + \end{minipage} +\end{frame} + +\begin{frame}[fragile] + \frametitle{LibreOffice Calc} + \includegraphics[width=4cm]{./libreoffice-logo.png} + \includegraphics[width=10cm]{./rozpocet.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Sweet Home 3D} + \url{http://www.sweethome3d.com/} + \includegraphics[height=\textheight]{./swh_overview.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Sweet Home 3D} + \includegraphics[height=\textheight]{./swh_strecha.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Sweet Home 3D} + \includegraphics[height=\textheight]{./swh_terasa.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{QElectroTech} + \url{https://qelectrotech.org/} + \includegraphics[height=\textheight]{./qe_scheme.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{QElectroTech} + \includegraphics[height=\textheight]{./qe_svetla.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{QElectroTech} + \includegraphics[height=\textheight]{./qe_voda.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Inkscape a Gimp} + \includegraphics[height=10cm]{./vodovod_plan.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Inkscape a Gimp} + \includegraphics[height=10cm]{./vodovod_projekt.png} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Inkscape a Gimp} + \includegraphics[height=10cm]{./vodovod_plan.png} +\end{frame} + +\begin{frame} + \center + \includegraphics[height=9cm]{./bourani.jpg} +\end{frame} + +\begin{frame}[fragile] + \frametitle{Tipy od aťáka pro ajťáky ja kz toho vyjít nezranění} + \begin{itemize} + \item Smiřte se s tím, že to nebude dokonalé + \item Rychle, levně a kvalitně neexistuje + \item Dělníci jsou naprosto jiní tvorové + \item Delegujte na firmy + \item Delegujte na blízké + \item Gentoo a rekonstrukce nejsou kompatibilní + \end{itemize} +\end{frame} + +\begin{frame} + \includegraphics[width=\textwidth]{./zaver.jpg} +\end{frame} + +\end{document} diff --git a/2023-linuxdays/rekonstrukce/qe_scheme.png b/2023-linuxdays/rekonstrukce/qe_scheme.png new file mode 100644 index 0000000..4fef656 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/qe_scheme.png differ diff --git a/2023-linuxdays/rekonstrukce/qe_svetla.png b/2023-linuxdays/rekonstrukce/qe_svetla.png new file mode 100644 index 0000000..830556e Binary files /dev/null and b/2023-linuxdays/rekonstrukce/qe_svetla.png differ diff --git a/2023-linuxdays/rekonstrukce/qe_voda.png b/2023-linuxdays/rekonstrukce/qe_voda.png new file mode 100644 index 0000000..d73efe7 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/qe_voda.png differ diff --git a/2023-linuxdays/rekonstrukce/rozpocet.png b/2023-linuxdays/rekonstrukce/rozpocet.png new file mode 100644 index 0000000..5af737f Binary files /dev/null and b/2023-linuxdays/rekonstrukce/rozpocet.png differ diff --git a/2023-linuxdays/rekonstrukce/starosta.jpg b/2023-linuxdays/rekonstrukce/starosta.jpg new file mode 100644 index 0000000..0f965b2 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/starosta.jpg differ diff --git a/2023-linuxdays/rekonstrukce/swh_overview.png b/2023-linuxdays/rekonstrukce/swh_overview.png new file mode 100644 index 0000000..5c6341f Binary files /dev/null and b/2023-linuxdays/rekonstrukce/swh_overview.png differ diff --git a/2023-linuxdays/rekonstrukce/swh_strecha.png b/2023-linuxdays/rekonstrukce/swh_strecha.png new file mode 100644 index 0000000..d25f43c Binary files /dev/null and b/2023-linuxdays/rekonstrukce/swh_strecha.png differ diff --git a/2023-linuxdays/rekonstrukce/swh_terasa.png b/2023-linuxdays/rekonstrukce/swh_terasa.png new file mode 100644 index 0000000..36e6cf2 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/swh_terasa.png differ diff --git a/2023-linuxdays/rekonstrukce/vodovod.pdf b/2023-linuxdays/rekonstrukce/vodovod.pdf new file mode 100644 index 0000000..6a2c81d Binary files /dev/null and b/2023-linuxdays/rekonstrukce/vodovod.pdf differ diff --git a/2023-linuxdays/rekonstrukce/vodovod.pdf_tex b/2023-linuxdays/rekonstrukce/vodovod.pdf_tex new file mode 100644 index 0000000..63b771b --- /dev/null +++ b/2023-linuxdays/rekonstrukce/vodovod.pdf_tex @@ -0,0 +1,234 @@ +%% Creator: Inkscape 1.2.2 (b0a8486541, 2022-12-01), www.inkscape.org +%% PDF/EPS/PS + LaTeX output extension by Johan Engelen, 2010 +%% Accompanies image file 'vodovod.pdf' (pdf, eps, ps) +%% +%% To include the image in your LaTeX document, write +%% \input{.pdf_tex} +%% instead of +%% \includegraphics{.pdf} +%% To scale the image, write +%% \def\svgwidth{} +%% \input{.pdf_tex} +%% instead of +%% \includegraphics[width=]{.pdf} +%% +%% Images with a different path to the parent latex file can +%% be accessed with the `import' package (which may need to be +%% installed) using +%% \usepackage{import} +%% in the preamble, and then including the image with +%% \import{}{.pdf_tex} +%% Alternatively, one can specify +%% \graphicspath{{/}} +%% +%% For more information, please see info/svg-inkscape on CTAN: +%% http://tug.ctan.org/tex-archive/info/svg-inkscape +%% +\begingroup% + \makeatletter% + \providecommand\color[2][]{% + \errmessage{(Inkscape) Color is used for the text in Inkscape, but the package 'color.sty' is not loaded}% + \renewcommand\color[2][]{}% + }% + \providecommand\transparent[1]{% + \errmessage{(Inkscape) Transparency is used (non-zero) for the text in Inkscape, but the package 'transparent.sty' is not loaded}% + \renewcommand\transparent[1]{}% + }% + \providecommand\rotatebox[2]{#2}% + \newcommand*\fsize{\dimexpr\f@size pt\relax}% + \newcommand*\lineheight[1]{\fontsize{\fsize}{#1\fsize}\selectfont}% + \ifx\svgwidth\undefined% + \setlength{\unitlength}{1177.86749999bp}% + \ifx\svgscale\undefined% + \relax% + \else% + \setlength{\unitlength}{\unitlength * \real{\svgscale}}% + \fi% + \else% + \setlength{\unitlength}{\svgwidth}% + \fi% + \global\let\svgwidth\undefined% + \global\let\svgscale\undefined% + \makeatother% + \begin{picture}(1,0.68060924)% + \lineheight{1}% + \setlength\tabcolsep{0pt}% + \put(0,0){\includegraphics[width=\unitlength,page=1]{vodovod.pdf}}% + \put(0.82232806,0.39488313){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}15 x 167 = 2 500\end{tabular}}}}% + \put(0.83676577,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1\end{tabular}}}}}% + \put(0.83024618,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}}% + \put(0.82362399,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}}% + \put(0.8170018,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}4\end{tabular}}}}}% + \put(0.80834166,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}5\end{tabular}}}}}% + \put(0.79703264,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}6\end{tabular}}}}}% + \put(0.79074047,0.39192863){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}7\end{tabular}}}}% + \put(0.79074047,0.4037466){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}8\end{tabular}}}}% + \put(0.79074047,0.41291571){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}% + \put(0.79074047,0.41953786){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}% + \put(0.79074047,0.42615999){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}11\end{tabular}}}}% + \put(0.79074047,0.43268025){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}12\end{tabular}}}}% + \put(0.79074047,0.43930238){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}13\end{tabular}}}}% + \put(0.79074047,0.44592451){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}14\end{tabular}}}}% + \put(0.79074047,0.45254666){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}15\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=2]{vodovod.pdf}}% + \put(0.17966425,0.25682735){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}15 x 180 = 2 700\end{tabular}}}}}% + \put(0.1711122,0.27313768){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1\end{tabular}}}}% + \put(0.1711122,0.26753434){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}% + \put(0.1711122,0.2618291){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}% + \put(0.1711122,0.25622576){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}4\end{tabular}}}}% + \put(0.1711122,0.25062243){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}5\end{tabular}}}}% + \put(0.1711122,0.24501909){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}6\end{tabular}}}}% + \put(0.1711122,0.23941571){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}7\end{tabular}}}}% + \put(0.1711122,0.23371051){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}8\end{tabular}}}}% + \put(0.1711122,0.22810717){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}% + \put(0.1711122,0.22250379){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}% + \put(0.1711122,0.21690045){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}11\end{tabular}}}}% + \put(0.1711122,0.21129711){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}12\end{tabular}}}}% + \put(0.1711122,0.20569378){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}13\end{tabular}}}}% + \put(0.1711122,0.19998854){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}14\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=3]{vodovod.pdf}}% + \put(0.39390976,0.08719578){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}17 x 165 = 2 800\end{tabular}}}}}% + \put(0.38760516,0.10228654){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1\end{tabular}}}}% + \put(0.38760516,0.09505314){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}% + \put(0.38760516,0.08720845){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}% + \put(0.38760516,0.0777337){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}4\end{tabular}}}}% + \put(0.38760516,0.06611949){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}5\end{tabular}}}}% + \put(0.40328247,0.06365217){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}6\end{tabular}}}}}% + \put(0.41428512,0.06365217){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}7\end{tabular}}}}}% + \put(0.42508392,0.06365217){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}8\end{tabular}}}}}% + \put(0.4382257,0.06365217){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}}% + \put(0.43986907,0.075798){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}% + \put(0.43997098,0.08588401){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}11\end{tabular}}}}% + \put(0.43986907,0.0937287){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}12\end{tabular}}}}% + \put(0.43986907,0.10086024){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}13\end{tabular}}}}% + \put(0.43986907,0.10809365){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}14\end{tabular}}}}% + \put(0.43986907,0.11532704){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}15\end{tabular}}}}% + \put(0.43986907,0.12256049){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}16\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=4]{vodovod.pdf}}% + \put(0.17966425,0.57979424){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}15 x 180 = 2 700\end{tabular}}}}}% + \put(0.1711122,0.59599233){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1\end{tabular}}}}% + \put(0.1711122,0.59038899){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}% + \put(0.1711122,0.58478564){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}% + \put(0.1711122,0.57918229){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}4\end{tabular}}}}% + \put(0.1711122,0.57357895){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}5\end{tabular}}}}% + \put(0.1711122,0.56787373){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}6\end{tabular}}}}% + \put(0.1711122,0.56227037){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}7\end{tabular}}}}% + \put(0.1711122,0.55666703){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}8\end{tabular}}}}% + \put(0.1711122,0.55106368){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}% + \put(0.1711122,0.54546033){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}% + \put(0.1711122,0.53975511){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}11\end{tabular}}}}% + \put(0.1711122,0.53415177){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}12\end{tabular}}}}% + \put(0.1711122,0.52854841){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}13\end{tabular}}}}% + \put(0.1711122,0.52294507){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}14\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=5]{vodovod.pdf}}% + \put(0.39390976,0.4100587){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}17 x 165 = 2 800\end{tabular}}}}}% + \put(0.38760516,0.42524308){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1\end{tabular}}}}% + \put(0.38760516,0.41800966){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2\end{tabular}}}}% + \put(0.38760516,0.41016499){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}3\end{tabular}}}}% + \put(0.38760516,0.40069024){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}4\end{tabular}}}}% + \put(0.38760516,0.38907601){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}5\end{tabular}}}}% + \put(0.40328247,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}6\end{tabular}}}}}% + \put(0.41428512,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}7\end{tabular}}}}}% + \put(0.42508392,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}8\end{tabular}}}}}% + \put(0.4382257,0.38651882){\color[rgb]{0.49803922,0.49803922,0.49803922}\rotatebox{90}{\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}9\end{tabular}}}}}% + \put(0.43986907,0.39865265){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}10\end{tabular}}}}% + \put(0.43997098,0.40873867){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}11\end{tabular}}}}% + \put(0.43986907,0.41658336){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}12\end{tabular}}}}% + \put(0.43986907,0.42381678){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}13\end{tabular}}}}% + \put(0.43986907,0.43105018){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}14\end{tabular}}}}% + \put(0.43986907,0.43818172){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}15\end{tabular}}}}% + \put(0.43986907,0.44541513){\color[rgb]{0.49803922,0.49803922,0.49803922}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}16\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=6]{vodovod.pdf}}% + \put(0.9028074,0.57490337){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}STÁVAJÍCÍ (bez úprav)\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=7]{vodovod.pdf}}% + \put(0.90219613,0.56777184){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}VODOMĚRNÁ ŠACHTA\end{tabular}}}}% + \put(0.90036231,0.56074218){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}VODOMĚR, 2x UZÁVĚR\end{tabular}}}}% + \put(0.93744627,0.55371254){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}HDPE 5/4´´\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=8]{vodovod.pdf}}% + \put(0.69945686,0.36594949){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Tepelné čerpadlo vzduch-voda ECOAIR 410 - 8,8 kW\end{tabular}}}}% + \put(0.70118332,0.35891981){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}s hlučností 36 dB ve vzdálenosti 5m od TČ. (noční provoz) 34,4 dB\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=9]{vodovod.pdf}}% + \put(0.91656114,0.4936039){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}zahradní ventil \end{tabular}}}}% + \put(0.93225098,0.48657426){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}s uzávěrem\end{tabular}}}}% + \put(0.91656114,0.4795446){\color[rgb]{0,0.25098039,0.50196078}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}v nezamrzající části RD\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=10]{vodovod.pdf}}% + \put(0.89139695,0.04767939){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}MĚŘÍTKO:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=11]{vodovod.pdf}}% + \put(0.89139695,0.07009277){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}DATUM:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=12]{vodovod.pdf}}% + \put(0.89139695,0.08119759){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}FORMÁT:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=13]{vodovod.pdf}}% + \put(0.64250648,0.12612624){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}PROJEKTANT: ing. MARTIN HOLÝ, Semín 240, 535 01 Semín\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=14]{vodovod.pdf}}% + \put(0.96413858,0.04778127){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1:100\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=15]{vodovod.pdf}}% + \put(0.70577336,0.04268731){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}SCHÉMA VODOVODU\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=16]{vodovod.pdf}}% + \put(0.96087845,0.07029653){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}03/2022\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=17]{vodovod.pdf}}% + \put(0.64057078,0.08333703){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}AKCE:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=18]{vodovod.pdf}}% + \put(0.64036702,0.14242687){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Výškový systém B.p.v.\end{tabular}}}}% + \put(0.64036702,0.13712919){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}S-JTSK +0,000 = ~237,0 m n.m. (podlaha 1.NP)\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=19]{vodovod.pdf}}% + \put(0.95639577,0.05908984){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}DSP (DOS)\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=20]{vodovod.pdf}}% + \put(0.962101,0.03616706){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}D.1.4.3\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=21]{vodovod.pdf}}% + \put(0.64057078,0.05043012){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}PŘÍLOHA:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=22]{vodovod.pdf}}% + \put(0.89139695,0.05807105){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}STUPEŇ:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=23]{vodovod.pdf}}% + \put(0.96821381,0.08150321){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}A3\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=24]{vodovod.pdf}}% + \put(0.89139695,0.03677833){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}ČÍSLO VÝKRESU:\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=25]{vodovod.pdf}}% + \put(0.6418952,0.11553081){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}STAVEBNÍK: Kočí Karel, Spytovice 50, 535 01 Zdechovice\end{tabular}}}}% + \put(0.68471127,0.10839931){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Kočová Štěpánka, Spytovice 50, 535 01 Zdechovice \end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=26]{vodovod.pdf}}% + \put(0.671542,0.07681679){\color[rgb]{1,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Stavební úprava rodinného domu čp. 53\end{tabular}}}}% + \put(0.67286643,0.06611949){\color[rgb]{1,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}na st. parc. 58 a parc. č. 10, Zdechovice\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=27]{vodovod.pdf}}% + \put(0.64118205,0.09861889){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}MÍSTO STAVBY: Zdechovice čp. 53, st. parc. 58 a parc. č. 10\end{tabular}}}}% + \put(0.698353,0.09158925){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}kú. Zdechovice (kat. území 792250), Pardubický kraj\end{tabular}}}}% + \put(0.01381098,0.65579532){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1.NP\end{tabular}}}}% + \put(0.01381098,0.33477449){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}2.NP\end{tabular}}}}% + \put(0.67276461,0.65579532){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}1.PP\end{tabular}}}}% + \put(0.71728569,0.31297238){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TEPLÁ UŽITKOVÁ VODA - PPR PN20\end{tabular}}}}% + \put(0.71728569,0.30584085){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TEPELNĚ IZOLOVANÁ\end{tabular}}}}% + \put(0.71728569,0.33671022){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}STUDENÁ PITNÁ VODA - PPR PN20\end{tabular}}}}% + \put(0.71728569,0.32968054){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TEPELNĚ IZOLOVANÁ\end{tabular}}}}% + \put(0.83261576,0.33657379){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}STUDNIČNÍ VODA V DOMĚ\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=28]{vodovod.pdf}}% + \put(0.7176932,0.28403874){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}ROZVODY VEDENY V PODLAZE,\end{tabular}}}}% + \put(0.7176932,0.2770091){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}KDE JSOU IZOLOVÁNY MIRALONEM\end{tabular}}}}% + \put(0.7176932,0.26987755){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}JEDNOTLIVÉ PŘÍPOJNÉ BODY\end{tabular}}}}% + \put(0.7176932,0.26284792){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}- \end{tabular}}}}% + \put(0.72146273,0.26284792){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}VYŘÍZNUTÍ\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=29]{vodovod.pdf}}% + \put(0.75568861,0.26284792){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}DRÁŽEK A ZAPRAVENÍ\end{tabular}}}}% + \put(0.7176932,0.25571638){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}TEPELNĚ IZOLAČNÍ MALTOU\end{tabular}}}}% + \put(0.7176932,0.24165706){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}ŘEZÁNÍ DO OBVODOVÉHO ZDIVA MINIMALIZOVAT\end{tabular}}}}% + \put(0.7176932,0.22749588){\color[rgb]{1,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Cirkulace je součástí TUV\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=30]{vodovod.pdf}}% + \put(0.7176932,0.21302904){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}PROJEKT NEŘEŠÍ VENKOVNÍ ROZVOD VODY\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=31]{vodovod.pdf}}% + \put(0.50089984,0.54533779){\color[rgb]{0,0,0}\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}DŘEZ\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=32]{vodovod.pdf}}% + \put(0.82589016,0.44075654){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}výlevka\end{tabular}}}}% + \put(0.85093272,0.39350205){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Pračka\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=33]{vodovod.pdf}}% + \put(0.1926088,0.63133949){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Zahradní ventil\end{tabular}}}}% + \put(0.22129647,0.49239462){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Napojení na pumpu ve sklepě\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=34]{vodovod.pdf}}% + \put(0.11258768,0.55477212){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Stoupačky do bytu\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=35]{vodovod.pdf}}% + \put(0.83579132,0.31150714){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}STUDNIČNÍ VODA \end{tabular}}}}% + \put(0.44410923,0.5418946){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Myčka\end{tabular}}}}% + \put(0.42042876,0.65599028){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Zahradní umyvadlo\end{tabular}}}}% + \put(0.48549712,0.46333324){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}malé\\umyvadlo\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=36]{vodovod.pdf}}% + \put(0.83074032,0.28558453){\makebox(0,0)[lt]{\lineheight{1.25}\smash{\begin{tabular}[t]{l}Voda do myčky a pračky\end{tabular}}}}% + \put(0,0){\includegraphics[width=\unitlength,page=37]{vodovod.pdf}}% + \end{picture}% +\endgroup% diff --git a/2023-linuxdays/rekonstrukce/vodovod.svg b/2023-linuxdays/rekonstrukce/vodovod.svg new file mode 100644 index 0000000..e018f0c --- /dev/null +++ b/2023-linuxdays/rekonstrukce/vodovod.svg @@ -0,0 +1,32123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 15 x 167 = 2 500 + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 9 + + + 10 + + + 11 + + + 12 + + + 13 + + + 14 + + + 15 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 15 x 180 = 2 700 + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 9 + + + 10 + + + 11 + + + 12 + + + 13 + + + 14 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17 x 165 = 2 800 + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 9 + + + 10 + + + 11 + + + 12 + + + 13 + + + 14 + + + 15 + + + 16 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 15 x 180 = 2 700 + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 9 + + + 10 + + + 11 + + + 12 + + + 13 + + + 14 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 17 x 165 = 2 800 + + + 1 + + + 2 + + + 3 + + + 4 + + + 5 + + + 6 + + + 7 + + + 8 + + + 9 + + + 10 + + + 11 + + + 12 + + + 13 + + + 14 + + + 15 + + + 16 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + STÁVAJÍCÍ (bez úprav) + + + + + + VODOMĚRNÁ ŠACHTA + + + VODOMĚR, 2x UZÁVĚR + + + HDPE 5/4´´ + + + + + + + + + + + + + + + Tepelné čerpadlo vzduch-voda ECOAIR 410 - 8,8 kW + + + s hlučností 36 dB ve vzdálenosti 5m od TČ. (noční provoz) 34,4 dB + + + + + + + + + + + + + + + zahradní ventil + + + s uzávěrem + + + v nezamrzající části RD + + + + + + + + + + + + + + + + + + MĚŘÍTKO: + + + + + + DATUM: + + + + + + FORMÁT: + + + + + + PROJEKTANT: ing. MARTIN HOLÝ, Semín 240, 535 01 Semín + + + + + + 1:100 + + + + + + SCHÉMA VODOVODU + + + + + + 03/2022 + + + + + + AKCE: + + + + + + Výškový systém B.p.v. + + + S-JTSK +0,000 = ~237,0 m n.m. (podlaha 1.NP) + + + + + + DSP (DOS) + + + + + + D.1.4.3 + + + + + + PŘÍLOHA: + + + + + + STUPEŇ: + + + + + + A3 + + + + + + ČÍSLO VÝKRESU: + + + + + + STAVEBNÍK: Kočí Karel, Spytovice 50, 535 01 Zdechovice + + + Kočová Štěpánka, Spytovice 50, 535 01 Zdechovice + + + + + + Stavební úprava rodinného domu čp. 53 + + + na st. parc. 58 a parc. č. 10, Zdechovice + + + + + + MÍSTO STAVBY: Zdechovice čp. 53, st. parc. 58 a parc. č. 10 + + + kú. Zdechovice (kat. území 792250), Pardubický kraj + + + 1.NP + + + 2.NP + + + 1.PP + + + TEPLÁ UŽITKOVÁ VODA - PPR PN20 + + + TEPELNĚ IZOLOVANÁ + + + STUDENÁ PITNÁ VODA - PPR PN20 + + + TEPELNĚ IZOLOVANÁ + + + + STUDNIČNÍ VODA V DOMĚ + + + + + + ROZVODY VEDENY V PODLAZE, + + + KDE JSOU IZOLOVÁNY MIRALONEM + + + JEDNOTLIVÉ PŘÍPOJNÉ BODY + + + - + + + VYŘÍZNUTÍ + + + + + + DRÁŽEK A ZAPRAVENÍ + + + TEPELNĚ IZOLAČNÍ MALTOU + + + ŘEZÁNÍ DO OBVODOVÉHO ZDIVA MINIMALIZOVAT + + + Cirkulace je součástí TUV + + + + + + PROJEKT NEŘEŠÍ VENKOVNÍ ROZVOD VODY + + + + + + DŘEZ + + + + + výlevka + Pračka + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Zahradní ventil + Napojení na pumpu ve sklepě + + + + + + + + + + Stoupačky do bytu + + + + + + + + + + + + + + + + + STUDNIČNÍ VODA + + Myčka + Zahradní umyvadlo + maléumyvadlo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Voda do myčky a pračky + + + + diff --git a/2023-linuxdays/rekonstrukce/vodovod_plan.pdf b/2023-linuxdays/rekonstrukce/vodovod_plan.pdf new file mode 100644 index 0000000..1f0ccdb Binary files /dev/null and b/2023-linuxdays/rekonstrukce/vodovod_plan.pdf differ diff --git a/2023-linuxdays/rekonstrukce/vodovod_plan.png b/2023-linuxdays/rekonstrukce/vodovod_plan.png new file mode 100644 index 0000000..ed5104f Binary files /dev/null and b/2023-linuxdays/rekonstrukce/vodovod_plan.png differ diff --git a/2023-linuxdays/rekonstrukce/vodovod_projekt.png b/2023-linuxdays/rekonstrukce/vodovod_projekt.png new file mode 100644 index 0000000..97400d8 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/vodovod_projekt.png differ diff --git a/2023-linuxdays/rekonstrukce/zaver.jpg b/2023-linuxdays/rekonstrukce/zaver.jpg new file mode 100644 index 0000000..712d2c3 Binary files /dev/null and b/2023-linuxdays/rekonstrukce/zaver.jpg differ -- cgit v1.2.3