<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Placing figures/tables side-by-side (&#92;subfigure)</title>
	<atom:link href="http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/feed/" rel="self" type="application/rss+xml" />
	<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/</link>
	<description>Reporting without troubles</description>
	<lastBuildDate>Sun, 25 Oct 2009 15:55:04 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Seamus</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2203</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Wed, 21 Jan 2009 12:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2203</guid>
		<description>I have found an answer to my own question: You can use the wrapfig package to do what I want. However, it doesn&#039;t float, so you have to be careful where you use it. (i.e. it puts the picture where you tell it to, rather than where it would look best. This can lead to weird stuff happening if you try and include a figure near the very bottom of the page) Any advice on a similar effect that floats would be appreciated.</description>
		<content:encoded><![CDATA[<p>I have found an answer to my own question: You can use the wrapfig package to do what I want. However, it doesn&#8217;t float, so you have to be careful where you use it. (i.e. it puts the picture where you tell it to, rather than where it would look best. This can lead to weird stuff happening if you try and include a figure near the very bottom of the page) Any advice on a similar effect that floats would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seamus</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2201</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Tue, 20 Jan 2009 14:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2201</guid>
		<description>Hi I have another question.

Is it possible to have a figure aligned to the side and have text wrap around it? i.e. I want to have a figure on the left, but instead of another figure on the right half, I want the main body of my text to flow around it. Is that possible?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi I have another question.</p>
<p>Is it possible to have a figure aligned to the side and have text wrap around it? i.e. I want to have a figure on the left, but instead of another figure on the right half, I want the main body of my text to flow around it. Is that possible?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Placing figures/tables side-by-side &#171; Bekhongdeokinh&#8217;s Blog</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2178</link>
		<dc:creator>Placing figures/tables side-by-side &#171; Bekhongdeokinh&#8217;s Blog</dc:creator>
		<pubDate>Fri, 26 Dec 2008 17:32:15 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2178</guid>
		<description>[...] Using subfigure package. Here is an example. [...]</description>
		<content:encoded><![CDATA[<p>[...] Using subfigure package. Here is an example. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thurnherr</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2193</link>
		<dc:creator>thurnherr</dc:creator>
		<pubDate>Sun, 21 Dec 2008 22:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2193</guid>
		<description>Hi Giuseppe,

Thanks for your comment.

I assume you are using the &quot;subfigure&quot; package as I proposed. In the mean-time this package became obsolete and was replaced by the &quot;subfig&quot; package.
I think with the new package, captions are below the figure/table by default, but you can tell Latex to print them below (and similarly above) as follows:

&lt;code&gt;\usepackage{caption}
\usepackage[position=below]{subfig}&lt;/code&gt;

The caption package is needed for the option to be recognized by Latex. Also, apparently you have to replace &quot;subtable&quot; with &quot;subfloat&quot;.
You might be interested in the &lt;a href=&quot;http://tug.ctan.org/tex-archive/macros/latex/contrib/subfig/subfig.pdf&quot; rel=&quot;nofollow&quot;&gt;complete documentation&lt;/a&gt; of the package.

Btw. you probably know, the table option you are using (htbp) does not make much sense (here/top/bottom/page). Usually, one would use something like ht to tell Latex to flush the floating environment content either on this page is there is enough space or on top of the next page.

Cheers,
Tom.</description>
		<content:encoded><![CDATA[<p>Hi Giuseppe,</p>
<p>Thanks for your comment.</p>
<p>I assume you are using the &#8220;subfigure&#8221; package as I proposed. In the mean-time this package became obsolete and was replaced by the &#8220;subfig&#8221; package.<br />
I think with the new package, captions are below the figure/table by default, but you can tell Latex to print them below (and similarly above) as follows:</p>
<p><code>\usepackage{caption}<br />
\usepackage[position=below]{subfig}</code></p>
<p>The caption package is needed for the option to be recognized by Latex. Also, apparently you have to replace &#8220;subtable&#8221; with &#8220;subfloat&#8221;.<br />
You might be interested in the <a href="http://tug.ctan.org/tex-archive/macros/latex/contrib/subfig/subfig.pdf" rel="nofollow">complete documentation</a> of the package.</p>
<p>Btw. you probably know, the table option you are using (htbp) does not make much sense (here/top/bottom/page). Usually, one would use something like ht to tell Latex to flush the floating environment content either on this page is there is enough space or on top of the next page.</p>
<p>Cheers,<br />
Tom.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giuseppe</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2174</link>
		<dc:creator>Giuseppe</dc:creator>
		<pubDate>Sat, 20 Dec 2008 17:04:13 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-2174</guid>
		<description>Hi,
I have a structure of this kind

  \begin{table}[htbp]
    \centering
    \subtable[subcatpion1]{
     \begin{tabular}{c&#124;c&#124;c}
      \hline\hline
      ...
     \end{tabular}
    }
    \subtable[subcaption2]{
     \begin{tabular}{c&#124;c&#124;c}
      \hline\hline
      ...
     \end{tabular}
    }
   \caption{global caption}\label{label of figure}
   \end{table}

and I would like to have the subcaptions below the subtables, but latex
puts them above. Do you know how to do it?
Thanks,

Giuseppe</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have a structure of this kind</p>
<p>  \begin{table}[htbp]<br />
    \centering<br />
    \subtable[subcatpion1]{<br />
     \begin{tabular}{c|c|c}<br />
      \hline\hline<br />
      &#8230;<br />
     \end{tabular}<br />
    }<br />
    \subtable[subcaption2]{<br />
     \begin{tabular}{c|c|c}<br />
      \hline\hline<br />
      &#8230;<br />
     \end{tabular}<br />
    }<br />
   \caption{global caption}\label{label of figure}<br />
   \end{table}</p>
<p>and I would like to have the subcaptions below the subtables, but latex<br />
puts them above. Do you know how to do it?<br />
Thanks,</p>
<p>Giuseppe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thurnherr</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1733</link>
		<dc:creator>thurnherr</dc:creator>
		<pubDate>Thu, 11 Sep 2008 11:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1733</guid>
		<description>Hi Seamus,

I am not sure about whether you can specifiy the width globally, but you can always use a relative size of course as you proposed:

\includegraphics[width=0.45\textwidth]{figure1.jpg}

Tom</description>
		<content:encoded><![CDATA[<p>Hi Seamus,</p>
<p>I am not sure about whether you can specifiy the width globally, but you can always use a relative size of course as you proposed:</p>
<p>\includegraphics[width=0.45\textwidth]{figure1.jpg}</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seamus</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1726</link>
		<dc:creator>Seamus</dc:creator>
		<pubDate>Thu, 04 Sep 2008 12:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1726</guid>
		<description>I was just wondering whether there is a way of globally specifying that the two side by side figures should take up x inches horizontally, or \linewidth or whatever? Rather than specifying the sizes of the figures separately...</description>
		<content:encoded><![CDATA[<p>I was just wondering whether there is a way of globally specifying that the two side by side figures should take up x inches horizontally, or \linewidth or whatever? Rather than specifying the sizes of the figures separately&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1709</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Tue, 19 Aug 2008 23:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1709</guid>
		<description>Hey....just want to say thanks for the info...it help me a lot</description>
		<content:encoded><![CDATA[<p>Hey&#8230;.just want to say thanks for the info&#8230;it help me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ondra</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1697</link>
		<dc:creator>ondra</dc:creator>
		<pubDate>Tue, 12 Aug 2008 19:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1697</guid>
		<description>Hi,

it seems to me that the subfigure package is obsolete and is replaced by the subfig.

Best regards, Ondra</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it seems to me that the subfigure package is obsolete and is replaced by the subfig.</p>
<p>Best regards, Ondra</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thurnherr</title>
		<link>http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1680</link>
		<dc:creator>thurnherr</dc:creator>
		<pubDate>Mon, 28 Jul 2008 21:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://texblog.wordpress.com/2007/08/28/placing-figurestables-side-by-side-subfigure/#comment-1680</guid>
		<description>Hi Siva,

Check out my post on minipages, there is an example on how to place tables sid-by-side:
http://texblog.wordpress.com/2007/08/01/placing-figurestables-side-by-side-minipage/

Cheers,
Tom</description>
		<content:encoded><![CDATA[<p>Hi Siva,</p>
<p>Check out my post on minipages, there is an example on how to place tables sid-by-side:<br />
<a href="http://texblog.wordpress.com/2007/08/01/placing-figurestables-side-by-side-minipage/" rel="nofollow">http://texblog.wordpress.com/2007/08/01/placing-figurestables-side-by-side-minipage/</a></p>
<p>Cheers,<br />
Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>
