Latex Table multiple row and multiple column
问题 I'm trying to create a table in Latex but without success. I tried different solutions but no one solves my problem. I would like create a table like the picture below: Can anyone show how to do this in latex please? 回答1: One first sketch may be the following: \documentclass{article} \usepackage{multirow} \begin{document} \begin{tabular}{|c|c|c|c|c|c|} \hline \multirow{3}{*}{A} & \multicolumn{2}{c|}{User B} & % \multicolumn{2}{c|}{User C} & \multirow{3}{*}{D}\\ \cline{2-5} & \multicolumn{2}{c