I'm trying to make something that looks more or less like this. Any ideas? My code beneath is everything i could arrive at. Can someone help me? I'm trying to have 10 boxes of the following letters inside: B C H A J F E D G I And if possible put chosen numbers outside every letter from under
So, for instance, the B comes at the most left and i would like to put the number 3 outside under it (instead of the current 1) and the C comes after with the number 6 (instead of the 2) and so on...
\begin{table}[h]
\centering
\begin{tabular}{|c|l|r|r|r|r|r|r|r|}\hline
& \multicolumn{1}{c|}{B} & {\hfill Text\hfill} & \multicolumn{1}{c|}{C} &
\multicolumn{1}{c|}{H} & \multicolumn{1}{c|}{A} & \multicolumn{1}{c|}{J} &
\multicolumn{1}{c|}{F} & \multicolumn{1}{c|}{E} & \multicolumn{1}{c|}{D} &
\multicolumn{1}{c|}{G} & \multicolumn{1}{c|}{I} & \\ \hline
\end{tabular}
\end{table}




