Dear all,
I am finishing my Physics PhD in LaTeX, my first introduction to this amazing package and so far its been great. However, I have run into a straightforward problem for which I cannot find a straightforward solution!
I have two floats, a Figure and a Table, that need to be connected together; ie: they need to appear together on the page, but also have conventional (ie:separate) captioning and numbering.
I have tried a few things, like subfig, but that forces the table to be labeled as a figure, or vice-versa.
The minipage environment does not seem to allow separate figures and tables inside it.
I am still a newbie, so your help would be most appreciated.
regards,
AD
Graphics, Figures & Tables ⇒ Joined Floats of different Types
NEW: TikZ book now 40% off at Amazon.com for a short time.

Re: Joined Floats of different Types
Did you try reducing the size of the figure until it does manage to fit into the same page as the table?
I hope your \begin{figure} has the h/H parameter?
\begin{figure}[h!] or \begin{figure}[H]
I also suggest you use \begin{small} around the tables.
Once you get them in place, use permutations+combinations on figure size and table size until they *just* remain on a same page.
Let us know how you fare.
Skanda.
I hope your \begin{figure} has the h/H parameter?
\begin{figure}[h!] or \begin{figure}[H]
I also suggest you use \begin{small} around the tables.
Once you get them in place, use permutations+combinations on figure size and table size until they *just* remain on a same page.
Let us know how you fare.
Skanda.
Re: Joined Floats of different Types
You can put both, the figure and table, inside a single figure environment. For labeling the table don't use \caption but \captionof{table} instead. \captionof will be provided by the capt-of and caption packages.