Foo \hfill bar \\
Hi,
How do I do this in Latex:
Foo bar
that is, I want flushright the "bar" word. I tried
\begin{flushright} and it starts a new pagraph. I also tried
\raggedright and it gives error, coz I am using this within a
That worked quite nicely, thank you. Also, if I put my \label and
\caption between \end{tabular} and \end{center}, I can have separate
captions on the tables, like I wanted. Awesome. Thanks a lot.
Rob
--
"Just the facts, Ma'am"
-- Joe Friday
On Thu, 18 Nov 1999, Rob Mahurin wrote:
> On Thu, Nov 18, 1999 at 11:33:34AM +, Jose Marin wrote:
> >
> > Just use the minipage environment for each of the tables. Do something
> > like this: (for instance)
> >
> > \begin{minipage}{0.4\textwidth}
> > \begin{table}[t]
> > \begin{c
On Thu, Nov 18, 1999 at 11:33:34AM +, Jose Marin wrote:
>
> Just use the minipage environment for each of the tables. Do something
> like this: (for instance)
>
> \begin{minipage}{0.4\textwidth}
> \begin{table}[t]
> \begin{center}
> \begin{tabular}[]{}
> % Table
Rob Mahurin <[EMAIL PROTECTED]> writes:
> I'm writing a LaTeX document that contains two very similar tables
> which I would like to have side-by-side to accent their similarity:
>
> --- ---
> | table 1 | | table 2 |
> | | | |
>
You might try a LaTeX package called subfigure. It can be downloaded from the
CTAN
website at ftp://ftp.duke.edu/tex-archive/help/Catalogue/catalogue.html. I
don't know
how well it works as I just came across it a few days ago and haven't had a
chance to
work with it yet, but it looks like it
I'm writing a LaTeX document that contains two very similar tables
which I would like to have side-by-side to accent their similarity:
--- ---
| table 1 | | table 2 |
| | | |
--- ---
caption 1
8 matches
Mail list logo