75 lines
2.2 KiB
TeX
75 lines
2.2 KiB
TeX
\documentclass[12pt,a4paper]{article}
|
|
\usepackage[spanish]{babel}
|
|
\usepackage{hyperref}
|
|
\usepackage{graphicx}
|
|
\usepackage{subcaption}
|
|
\usepackage{multirow}
|
|
|
|
\title{Tema VI: Proyecto Cableado Estructurado}
|
|
\author{Nicolás A. Ortega Froysa}
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\pagebreak
|
|
\tableofcontents
|
|
\pagebreak
|
|
|
|
\section{Cálculo de Costes}
|
|
\begin{table}[!htb]
|
|
\centering
|
|
\begin{tabular}{|r|l|l|c|}
|
|
\hline
|
|
{\bf Material} & {\bf Precio} & {\bf Unidades} & {\bf Coste} \\ \hline
|
|
% 7+14+
|
|
Cable Ethernet & 0,80€/m & $x$ & $t$ \\ \hline
|
|
Cabezal RJ-45 & 0,31€/ud. & 161 uds. & 49,91€ \\ \hline
|
|
Splitter Ethernet & 8,09€/ud. & 65 uds. & 525,85€ \\ \hline
|
|
Rosetas RJ-45 (2 entradas) & 7,25€/ud. & 65 uds. & 471,25€ \\ \hline
|
|
Switch 5 Puertos & 15,03€/ud. & 9 uds. & 135,27€ \\ \hline
|
|
Switch 16 Puertos & 49,99€/ud. & 1 ud. & 49,99€ \\ \hline
|
|
Protector D-Line & 10,05€/m & 56,25m & 565,32€ \\ \hline
|
|
Monitor CCTV & 94,99€/ud. & 1 ud. & 94,99€ \\ \hline
|
|
Cables Vídeo CCTV & 0,52€/m & 44,12m & 22,95€ \\ \hline
|
|
Cable Coaxial & 0,33€/m & 8,6m & 2,84€ \\ \hline
|
|
\multicolumn{3}{|r|}{\bf Total} & $1918,37 + t$ € \\ \hline
|
|
\end{tabular}
|
|
\caption{Coste de materiales.}
|
|
\label{tbl:material-costs}
|
|
\end{table}
|
|
|
|
\begin{table}[!htb]
|
|
\centering
|
|
\begin{tabular}{|r|l|l|}
|
|
\hline
|
|
{\bf Actividad} & {\bf Tiempo} & {\bf Coste} \\ \hline
|
|
Mano de Obra & 1 h. & 40,00€ \\ \hline
|
|
50m Cable & 30 min. & 20,00€ \\ \hline
|
|
Configuración Roseta & 10 min. & 5,00€ \\ \hline
|
|
Configuración Switch & 8 h. & 320,00€ \\ \hline
|
|
Configuración Servidor & 16 h. & 640,00€ \\ \hline
|
|
Configuración Punto de Acceso & 4 h. & 160,00€ \\ \hline
|
|
Configuración CCTV & 24 h. & 960,00€ \\ \hline
|
|
\end{tabular}
|
|
\caption{Coste de mano de obra.}
|
|
\label{tbl:per-activity-cost}
|
|
\end{table}
|
|
|
|
\begin{figure}[!htb]
|
|
\centering
|
|
\includegraphics[width=0.65\linewidth]{imgs/planta.png}
|
|
\caption{Planta}
|
|
\label{fig:planta}
|
|
\end{figure}
|
|
|
|
\pagebreak
|
|
|
|
\section{Derechos de Autor y Licencia}
|
|
|
|
\noindent
|
|
Copyright \copyright\ \the\year\ Nicolás A. Ortega Froysa <nicolas@ortegas.org>
|
|
\\
|
|
Este documento se distribuye bajo los términos y condiciones de la licencia
|
|
Creative Commons Attribution No Derivatives 4.0 International.
|
|
|
|
\end{document}
|