E.g. if I have
Code: Select all
\begin{tabular}{ccc}
A & B & C \\
D & E & F \\
\end{tabular}
Thanks!
Code: Select all
\begin{tabular}{ccc}
A & B & C \\
D & E & F \\
\end{tabular}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\begin{tabular}{ccc}
\cline{1-2}
\multicolumn{1}{|c}{A} & \multicolumn{1}{c|}{B} & C \\
\hline
D & \multicolumn{1}{|c}{E} & \multicolumn{1}{c|}{F} \\
\cline{2-3}
\end{tabular}
NEW: TikZ book now 40% off at Amazon.com for a short time.