How can I make the following table in my latex document.
This is exactly what I want, this is what I have done so far
\usepackage[utf8]{inputenc}
\PassOptionsToPackage{es-tabla,spanish,es-lcroman,es-noquoting}{babel}
\usepackage{float}
\usepackage{anysize}
\marginsize{2cm}{2cm}{2cm}{2cm}
\begin{document}
\section{Introduction}
\begin{table}[H]
\begin{tabular}{l|l|l|l|}
\hline
\multicolumn{1}{|c|}{\textbf{Id}} & \multicolumn{1}{c|}{\textbf{Tipo de riesgo}} & \multicolumn{1}{c|}{\textbf{Riesgos}} & \multicolumn{1}{c|}{\textbf{Probabilidad}} \ \hline
\multicolumn{1}{|l|}{} & & & \ \hline
\multicolumn{1}{|l|}{} & \multirow{5}{*}{\begin{tabular}[c]{@{}l@{}}Entorno de desarrollo \y tecnologías\end{tabular}} & \begin{tabular}[c]{@{}l@{}}Las herramientas de desarrollo no funcionan\ como se esperaba\end{tabular} & Probable \ \cline{1-1} \cline{3-4}
\multicolumn{1}{|l|}{} & & \begin{tabular}[c]{@{}l@{}}El sistema de gestión de base de datos que se utiliza\ no permite procesar muchas transacciones por\ segundo como se esperaba.\end{tabular} & \ \cline{1-1} \cline{3-4}
& & \begin{tabular}[c]{@{}l@{}}Falta de dominio en las tecnologías que se utilizan\ para la implementación del sistema\end{tabular} & \ \cline{3-4}
& & & \ \cline{3-4}
& & \begin{tabular}[c]{@{}l@{}}Las herramientas de desarrollo no se han elegido \ bien en función de las características técnicas y no\ proporcionan las prestaciones previstas\end{tabular} & \ \cline{2-4}
\end{tabular}
\end{table}
\end{document}




\usepackage{array,multirow}\begin{document}\begin{tabular}{|c|p{2.5cm}|m{5cm}|c|}\hline R-01 & \multirow{4}={\centering Organizacion y gestion} & La estructura inadecuada de un quipo reduce la productividad. & probable \\ \cline{1-1}\cline{3-4} R-02 & & El plan de proyecto se abandona por la presion, llevando al caos, a un desarrollo ineficiente. & poco probable \\ \hline \end{tabular} \end{document}– gernot Dec 23 '20 at 19:48\textwidthwith normal font an a couple of multirows, themultiroware the least of your problems. An alternative is re issue the question saying: "This is exactly what I want, this is what I have done so far". You will be surprised how complex an innocent looking table might end. Please reopen the question. – Simon Dispa Dec 24 '20 at 00:04