Can you help me to obtain this table in LaTeX?
Is it possible to obtain it by completing the following code?
\begin{table}[htbp] \centering
\begin{tabular}{cccc}
\hline
a & b & c & d \\
e & f & g & h \\
i & & & j \\
k & & & l \\
\hline
\end{tabular}
\end{table}
Best Answer
A possible solution with the
\tikzmark
macro (requires two compilation runs):The result: