Tables side by side
- From: vd <vvd2101@xxxxxxxxx>
- Date: Tue, 30 Sep 2008 09:08:23 -0700 (PDT)
Hi,
I am trying to put two tables side by side with some white space
between them. But I am not sure how to go about it. One idea might be
to construct a bigger table but that is not working out either. I have
the code below. Please take a look at it. Thanks.
Regards,
vd
*************************************************
\begin{tabular}{|c|c|c|}
\hline
&\multicolumn{2}{c|}{Customer Type} \\ \hline
\multirow{2}{*}{Product} & 1000 & -3000 \\
& 500 & -1500 \\
\hline % inserts single-line
\multicolumn{3}{c}{$s_2 =5$}\\
\end{tabular}
\begin{tabular}{|c|c|c|}
\hline
&\multicolumn{2}{c|}{Customer Type} \\ \hline
\multirow{2}{*}{Product} & 1000 & -3000 \\ % Entering row
contents
& 1100 & -1200 \\
\hline % inserts single-line
\multicolumn{3}{c}{$s_2 =8$}\\
\end{tabular}
***********************************************************************
.
- Follow-Ups:
- Re: Tables side by side
- From: François Patte
- Re: Tables side by side
- From: Jussi Piitulainen
- Re: Tables side by side
- Prev by Date: Re: Vertical spacing in algorithm2e seems very uneven
- Next by Date: Re: Vertical spacing in algorithm2e seems very uneven
- Previous by thread: Adjusting font size in LaTeX.
- Next by thread: Re: Tables side by side
- Index(es):