newbiegalore
2008-01-27 03:43:23 UTC
Hello everyone :-) ,
I am facing a small problem with
increasing the thickness of a line in a table in Latex. It'll be great
if someone could please provide me with a pointer. I looked at the
search results from this group but didn't find my exact problem. I am
more or less a newbie and can't figure this out.
I have a table
\begin{table*}[htdp]
\caption{Correlation between JAAL-net (Jnet) and JAAL-pop (Jpop)}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|}
\hline
Safe:0&\multicolumn{2}{c|}{80000}&\multicolumn{2}{c|}{All initial}&
\multicolumn{2}{c|}{100 confirmed}&\multicolumn{2}{|c|}{100 confirmed}\
\
Unsafe:1&\multicolumn{2}{c|}{}&\multicolumn{2}{c|}{corpus}&
\multicolumn{2}{c|}{Phony}&\multicolumn{2}{|c|}{IS}\\
\cline{2-9}
\centering
&Jnet 0&Jnet 1&Jnet 0&Jnet 1&Jnet 0&Jnet 1&net 0&net 1\\
\hline
Jpop 0&3\%&29\%&89\%&0\%&0\%&28\%&51\%&0\%\\
\hline
Jpop 1&4\%&64\%&11\%&0\%&0\%&72\%&49\%&0\%\\
\hline
\end{tabular}
\end{center}
\label{quadrant}
\end{table*}%
I want to make the lines thicker which separate column 1$ 2 then 3 &
4 ... also is there a way I can make horizontal lines thicker instead
of doing 2 \hlines. I tried making an extra column using && between
col 1 and & 2 but it didn't have the effect I wanted. basically
highlight the results by enclosing them in thicker lines..
Thanks for any suggestions in advance :-)
-A
I am facing a small problem with
increasing the thickness of a line in a table in Latex. It'll be great
if someone could please provide me with a pointer. I looked at the
search results from this group but didn't find my exact problem. I am
more or less a newbie and can't figure this out.
I have a table
\begin{table*}[htdp]
\caption{Correlation between JAAL-net (Jnet) and JAAL-pop (Jpop)}
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|}
\hline
Safe:0&\multicolumn{2}{c|}{80000}&\multicolumn{2}{c|}{All initial}&
\multicolumn{2}{c|}{100 confirmed}&\multicolumn{2}{|c|}{100 confirmed}\
\
Unsafe:1&\multicolumn{2}{c|}{}&\multicolumn{2}{c|}{corpus}&
\multicolumn{2}{c|}{Phony}&\multicolumn{2}{|c|}{IS}\\
\cline{2-9}
\centering
&Jnet 0&Jnet 1&Jnet 0&Jnet 1&Jnet 0&Jnet 1&net 0&net 1\\
\hline
Jpop 0&3\%&29\%&89\%&0\%&0\%&28\%&51\%&0\%\\
\hline
Jpop 1&4\%&64\%&11\%&0\%&0\%&72\%&49\%&0\%\\
\hline
\end{tabular}
\end{center}
\label{quadrant}
\end{table*}%
I want to make the lines thicker which separate column 1$ 2 then 3 &
4 ... also is there a way I can make horizontal lines thicker instead
of doing 2 \hlines. I tried making an extra column using && between
col 1 and & 2 but it didn't have the effect I wanted. basically
highlight the results by enclosing them in thicker lines..
Thanks for any suggestions in advance :-)
-A