<?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/"
		>
<channel>
	<title>Comments on: Preparing Final Submissions for IEEE Journal Articles</title>
	<atom:link href="http://www.shawnlankton.com/2008/08/preparing-final-submissions-for-ieee-journal-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawnlankton.com/2008/08/preparing-final-submissions-for-ieee-journal-articles/</link>
	<description>computer vision, science, business, and life</description>
	<lastBuildDate>Wed, 21 Jul 2010 17:43:29 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/08/preparing-final-submissions-for-ieee-journal-articles/comment-page-1/#comment-1110</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Mon, 28 Sep 2009 14:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/?p=366#comment-1110</guid>
		<description>&lt;a href=&quot;#comment-1106&quot; rel=&quot;nofollow&quot;&gt;@jasmine &lt;/a&gt; 
Hey.  I don&#039;t know how to do this, specifically, but you can check the subfigure package help (which is very well done). (&lt;a href=&quot;http://www.fi.infn.it/pub/tex/doc/orig/subfigure.pdf&quot; rel=&quot;nofollow&quot;&gt;http://www.fi.infn.it/pub/tex/doc/orig/subfigure.pdf&lt;/a&gt;)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1106" rel="nofollow">@jasmine </a><br />
Hey.  I don&#8217;t know how to do this, specifically, but you can check the subfigure package help (which is very well done). (<a href="http://www.fi.infn.it/pub/tex/doc/orig/subfigure.pdf" rel="nofollow">http://www.fi.infn.it/pub/tex/doc/orig/subfigure.pdf</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jasmine</title>
		<link>http://www.shawnlankton.com/2008/08/preparing-final-submissions-for-ieee-journal-articles/comment-page-1/#comment-1106</link>
		<dc:creator>jasmine</dc:creator>
		<pubDate>Mon, 21 Sep 2009 19:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/?p=366#comment-1106</guid>
		<description>Do you know of any way to change the labeling of the subfigures when using the subfigure package?  (i.e. instead of (a), (b), etc write A, B,... or some other label?)

Thanks!</description>
		<content:encoded><![CDATA[<p>Do you know of any way to change the labeling of the subfigures when using the subfigure package?  (i.e. instead of (a), (b), etc write A, B,&#8230; or some other label?)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Lankton</title>
		<link>http://www.shawnlankton.com/2008/08/preparing-final-submissions-for-ieee-journal-articles/comment-page-1/#comment-542</link>
		<dc:creator>Shawn Lankton</dc:creator>
		<pubDate>Wed, 24 Jun 2009 13:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/?p=366#comment-542</guid>
		<description>@william

If your figures are vectorized, then you shouldn&#039;t need to worry about resolution at all.  HOWEVER, if your figures are bitmaps, then resolution is VERY important, and you should shoot for 600dpi for a print article.

The steps I give in the post should give you eps files at the same resolution that they were in the pdf file.  If you&#039;re having trouble with &lt;code&gt;convert&lt;/code&gt;, try using another program such as Photoshop to convert the filetype.

Finally, if the problem is in the pdf2eps-pdfcrop part, you can try changing the line:
&lt;code&gt;$::opt_resolution = &quot;&quot;;&lt;/code&gt;
to
&lt;code&gt;$::opt_resolution = &quot;600&quot;;&lt;/code&gt;
in &lt;code&gt;pdfcrop.pl&lt;/code&gt;. This seemed to have no effect for me because my images came out high-res to begin with, but it might fix your problem!

Let us know if that works.</description>
		<content:encoded><![CDATA[<p>@william</p>
<p>If your figures are vectorized, then you shouldn&#8217;t need to worry about resolution at all.  HOWEVER, if your figures are bitmaps, then resolution is VERY important, and you should shoot for 600dpi for a print article.</p>
<p>The steps I give in the post should give you eps files at the same resolution that they were in the pdf file.  If you&#8217;re having trouble with <code>convert</code>, try using another program such as Photoshop to convert the filetype.</p>
<p>Finally, if the problem is in the pdf2eps-pdfcrop part, you can try changing the line:<br />
<code>$::opt_resolution = "";</code><br />
to<br />
<code>$::opt_resolution = "600";</code><br />
in <code>pdfcrop.pl</code>. This seemed to have no effect for me because my images came out high-res to begin with, but it might fix your problem!</p>
<p>Let us know if that works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://www.shawnlankton.com/2008/08/preparing-final-submissions-for-ieee-journal-articles/comment-page-1/#comment-541</link>
		<dc:creator>william</dc:creator>
		<pubDate>Wed, 24 Jun 2009 10:43:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.shawnlankton.com/?p=366#comment-541</guid>
		<description>Very nice tips there. I actually tried them, and works pretty well. But is there a way to increase the resolution of the eps files?
The graphic eps files are now generated with 72 dpi, while the guideline said we need 600dpi for printing. Is it ok to use just 72 dpi?

Thanks for your suggestions and helps.</description>
		<content:encoded><![CDATA[<p>Very nice tips there. I actually tried them, and works pretty well. But is there a way to increase the resolution of the eps files?<br />
The graphic eps files are now generated with 72 dpi, while the guideline said we need 600dpi for printing. Is it ok to use just 72 dpi?</p>
<p>Thanks for your suggestions and helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
