<?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: Convert LaTeX figures to stand-alone graphics</title>
	<atom:link href="http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/feed/" rel="self" type="application/rss+xml" />
	<link>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/</link>
	<description>(an exercise for the reader)</description>
	<lastBuildDate>Sat, 17 Jul 2010 22:11:53 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brandon</title>
		<link>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/comment-page-1/#comment-149</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 17 Dec 2009 19:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://301south.net/?p=88#comment-149</guid>
		<description>UPDATE.. it turns out &#039;dvips -E&#039; is not a good way to generate an eps, because it chooses a resolution and may rasterize fonts.  I don&#039;t know exactly what it does, but for text-heavy graphics it doesn&#039;t work too well.  My new version uses: 

export GS_OPTIONS=&quot;-dPDFSETTINGS=/prepress -dEmbedAllFonts=true&quot; &amp;&amp; ps2eps -f -l 

instead.  This also eliminates the need for the \fbox construction, as ps2eps seems to be very smart about determining the bounding box.</description>
		<content:encoded><![CDATA[<p>UPDATE.. it turns out &#8216;dvips -E&#8217; is not a good way to generate an eps, because it chooses a resolution and may rasterize fonts.  I don&#8217;t know exactly what it does, but for text-heavy graphics it doesn&#8217;t work too well.  My new version uses: </p>
<p>export GS_OPTIONS=&#8221;-dPDFSETTINGS=/prepress -dEmbedAllFonts=true&#8221; &amp;&amp; ps2eps -f -l </p>
<p>instead.  This also eliminates the need for the \fbox construction, as ps2eps seems to be very smart about determining the bounding box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/comment-page-1/#comment-33</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 26 Aug 2009 01:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://301south.net/?p=88#comment-33</guid>
		<description>&lt;a href=&quot;#comment-28&quot; rel=&quot;nofollow&quot;&gt;@ Tobin Fricke&lt;/a&gt; 
Thanks for the note, Tobin-- I was wondering if you would read this!

It looks like PStoEdit only operates the WMF conversion if it&#039;s running on a Windows system already- so it would be a bit of work to set up my TeX environment on Windows (and it would have to include cygwin, which I&#039;ve so far been able to avoid).  But it would be nice to have a vector image. 

Incidentally, the reverse problem (WMF-to-EPS) is solved with a program called WMF2EPS, but it relies on an external postscript driver- and the Adobe standalone driver is not compatible with Vista!  

My advisor is plainly displeased at the results of latex2rtf so it looks like I will have to start composing documents natively in word.  or postprocessing the rtf more aggressively.  NOBODY TeXes in my new discipline and I&#039;m beginning to find it quite isolating.</description>
		<content:encoded><![CDATA[<p><a href="#comment-28" rel="nofollow">@ Tobin Fricke</a><br />
Thanks for the note, Tobin&#8211; I was wondering if you would read this!</p>
<p>It looks like PStoEdit only operates the WMF conversion if it&#8217;s running on a Windows system already- so it would be a bit of work to set up my TeX environment on Windows (and it would have to include cygwin, which I&#8217;ve so far been able to avoid).  But it would be nice to have a vector image. </p>
<p>Incidentally, the reverse problem (WMF-to-EPS) is solved with a program called WMF2EPS, but it relies on an external postscript driver- and the Adobe standalone driver is not compatible with Vista!  </p>
<p>My advisor is plainly displeased at the results of latex2rtf so it looks like I will have to start composing documents natively in word.  or postprocessing the rtf more aggressively.  NOBODY TeXes in my new discipline and I&#8217;m beginning to find it quite isolating.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobin Fricke</title>
		<link>http://301south.net/2009/08/convert-latex-figures-to-stand-alone-graphics/comment-page-1/#comment-28</link>
		<dc:creator>Tobin Fricke</dc:creator>
		<pubDate>Sun, 16 Aug 2009 01:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://301south.net/?p=88#comment-28</guid>
		<description>It seems it would be preferable to keep the drawing in a vector format.  I don&#039;t use Windows either, but I think the appropriate format might be &quot;Windows Metafile&quot; or &quot;Enhanced Metafile&quot; (EMF).

http://en.wikipedia.org/wiki/Enhanced_Metafile

I found this program that claims to be able to convert postscript files into EMF (and other vector formats):

http://www.pstoedit.com/

So, you would just replace the call to ImageMagick&#039;s &quot;convert&quot; to this program instead.</description>
		<content:encoded><![CDATA[<p>It seems it would be preferable to keep the drawing in a vector format.  I don&#8217;t use Windows either, but I think the appropriate format might be &#8220;Windows Metafile&#8221; or &#8220;Enhanced Metafile&#8221; (EMF).</p>
<p><a href="http://en.wikipedia.org/wiki/Enhanced_Metafile" rel="nofollow">http://en.wikipedia.org/wiki/Enhanced_Metafile</a></p>
<p>I found this program that claims to be able to convert postscript files into EMF (and other vector formats):</p>
<p><a href="http://www.pstoedit.com/" rel="nofollow">http://www.pstoedit.com/</a></p>
<p>So, you would just replace the call to ImageMagick&#8217;s &#8220;convert&#8221; to this program instead.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
