I have been looking for the following table to insert an arrow that links cell 13 with cell 16 and another that links cells 14 and 15 in the below table, so that these arrows come as a cross on cells intersections
Code: Select all
\begin{table}[!ht]
\caption{Composantes }
\label{Composantes }
\begin{center}
\begin{tabularx}{\linewidth}{|>{\hsize=1\hsize}X|>{\hsize=1\hsize}X|>{\hsize=1\hsize}X|>{\hsize=1\hsize}X|}
\hline
\multicolumn{4}{|c|}{L'infrastructure} \\
\hline
Niveau du SI & N1 & N2 & N3 \\
\cline {2-4}
& \textbf{Le matériel informatique et technologique} & \textbf{Les applications et solutions logicielles} & \textbf{Les appropriations et utilisations}\\
\hline
Orientations de la flexibilité du SI & Orientation vers une flexibilité de mission et de volume du matériel. & Orientation vers une haute standardisation des données & Fortes personnalisation des métiers du personnel, et agilité envers les clients.\\
\cline {3-4}
&& cell 13 & \textbf{\underline{OU}} cell 14\\
\hline
Orientations de la standardisation du SI & Orientation vers des règles de compatibilité et & cell 15 & cell 16 \\
\cline {3-4}
& d'intégration & & Forte standardisation \\
\hline
\end{tabularx}
\end{center}
\end{table}
\documentclass[a4paper,12pt,twoside]{StyleThese} with many options under TexShop
and that I have checked the tikz package but find it a bit too advanced (complicated?) for me to use. I don't know how to name nodes and if these would work under tabularx environement??
Can anyone suggest a simple workaround for introducing these arrows pls?