Since a few days I've been trying to write my thesis in Latex. However, when inserting tables, the vertical lines of my table extend beyond the table through my text. How do I resolve this?
This is the code for a typical table:
Code: Select all
\begin{tabular}{|rrl||c|c|c|c|c|c|c|}\hline
\multicolumn{3}{|c||}{[540]} & {\sc */500/} & {\sc */540/} & {\sc */560/} & {\sc */520/} & {\sc *W(20)} & {\sc *W(40)} & {\sc *W(60)} \\ \hline\hline
\LCC
& & & &\lightgray &\lightgray &\lightgray &\lightgray &\lightgray &\lightgray \\ \hline
& & {/500/} & *! & & & & & * & \\ \hline
\ECC
\LCC
& & & & & &\lightgray &\lightgray &\lightgray &\lightgray \\ \hline
& \ding{43} & {/520/} & & & & * & * & & \\ \hline
\ECC
\LCC
& & & & &\lightgray &\lightgray &\lightgray &\lightgray &\lightgray \\ \hline
& & {/540/} & & *! & & & & & \\ \hline
\ECC
\LCC
& & & & & &\lightgray &\lightgray &\lightgray &\lightgray \\ \hline
& & {/560/} & & & *! & & * & & \\ \hline
\ECC
\end{tabular}