How do I split the text (break it into two lines) in the leftmost column and get a nice look on the rest of the table?
Code: Select all
\begin{table}[htb]
\centering
\begin{tabular}{ l | c | c | c | c |}
\cline{2-5}
& \multicolumn{2}{|c|}{Input Cell}
& \multicolumn{2}{|c|}{Output Cell} \\
\hline
\multicolumn{1}{|l|}{Instruction}
& Scan Enable & Hold Enable & Scan Enable & Hold Enable \\
\hline
\multicolumn{1}{|l|}{WS\_INTEST\_SCAN}
& ShiftWR & 1 & ShiftWR & \tilda CaptureWR \\
\hline
\multicolumn{1}{|l|}{WS\_EXTEST\_SCAN}
& WPSE & 1 & WPSE & 0 \\
\hline
\multicolumn{1}{|l|}{WS\_EXTEST}
& ShiftWR & \tilda CaptureWR & ShiftWR & 1\\
\hline
\end{tabular}
\caption{Control signals for wbr cell modes}
\label{tab:wbrcontrolsignals}
\end{table}