<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Information Retrieval Blog &#187; eps</title>
	<atom:link href="http://blog.zye.me/tag/eps/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zye.me</link>
	<description>REAL TIME DATA PROCESSING, DISTRIBUTED COMPUTING, PATTERN DISCOVERY</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Taking full advantages of pdfLaTeX &#8212; eps figure solution</title>
		<link>http://blog.zye.me/2010/02/55545.html</link>
		<comments>http://blog.zye.me/2010/02/55545.html#comments</comments>
		<pubDate>Mon, 22 Feb 2010 18:51:33 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[pdflatex]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/?p=55545</guid>
		<description><![CDATA[Advantages of pdfLaTeX LaTeX users generate postscript output using dvips. An alternative is to use pdfTeX to generate PDF files directly. The PDF format offers a number of advantages over postscript: Smaller uncompressed file sizes. Much more efficient bitmap inclusion. Availability of hyperlinks. Better accessibility for inexperienced users. Adobe&#8217;s Acrobat reader offers facilities for electronic <a href='http://blog.zye.me/2010/02/55545.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<h1>Advantages of pdfLaTeX</h1>
<p>LaTeX users generate postscript output using dvips. An alternative is to use pdfTeX to generate PDF files directly. The PDF format offers a number of advantages over postscript:</p>
<ul>
<li>Smaller uncompressed file sizes.</li>
<li>Much more efficient bitmap inclusion.</li>
<li>Availability of hyperlinks.</li>
<li>Better accessibility for inexperienced users.</li>
<li>Adobe&#8217;s Acrobat reader offers facilities for electronic presentations</li>
</ul>
<h1>Limitation of pdfTeX</h1>
<p>1. postscript figures cannot yet be directly imported into documents</p>
<h2>Supported formats:</h2>
<p>be bitmaps (PNG or JPG), a simple format of PDF, or MetaPost output</p>
<h2>Solutions for eps figure</h2>
<p>1. convert into pdf file</p>
<p>2. convert into png file using command line tool: &#8216;convert&#8217;</p>
<p>example:  <span style="line-height: 18px; font-size: 12px; white-space: pre;"><span style="color: #888888;">convert -density 300 file.ps file.png</span></span></p>
<p>For more information about figure format transformation, click: <a href="http://blog.so8848.com/2010/02/55549.html "> http://blog.so8848.com/2010/02/55549.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2010/02/55545.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTeX不能识别eps文件问题</title>
		<link>http://blog.zye.me/2009/01/47113.html</link>
		<comments>http://blog.zye.me/2009/01/47113.html#comments</comments>
		<pubDate>Thu, 29 Jan 2009 05:02:35 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[eps]]></category>
		<category><![CDATA[错误]]></category>

		<guid isPermaLink="false">http://blog.so8848.com/2009/01/47113.html</guid>
		<description><![CDATA[backup 转自：http://tigersoldier.is-programmer.com/posts/2161.html LaTeX不能识别eps文件？ LaTeX改变单元格的对齐方式 pdflatex不支持eps的解决方法 今天用LaTeX写作业时，需要插入图片，于是就用Dia画了一个转成eps插进去，没想到编译的时候竟然出现了这个错误：LaTeX Error: Unknown graphics extension: .eps. 我傻眼了，这LaTeX居然不能识别eps文件？转成png插进去，一点问题都没有。囧了 但是png是点阵图，太难看了。再说eps不是和TeX是绝配么？ 翻遍了手上的资料，都是直接引入eps文件的，没有任何问题。无奈只有去网上查，结果又让我囧了一回── pdflatex不支持eps！ 靠，这是什么设定啊，这么基本的格式都不支持。 原来找到了tex-&#62;dvi-&#62;pdf的曲线解决方法，不过在LiYanrui的指导下，了解了一种更好的方法：直接导入pdf。 第一步，用epstopdf来将eps文件转换成pdf文件 第二步，直接在tex插入那个pdf文件（就把它当普通图像插入），然后pdflatex就OK了 这样做的好处目前发现了两点：第一，可以直接支持pdf的很多特性（如链接）；第二，不需要编译一次后再转化一次了，一次搞定，不但简单，而且速度也快。 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 原来写的不想删了，放下面吧…… 知道问题所在，解决起来就简单了。先用latex把tex文件编译成dvi，再用dvipdf或者dvipdfm把dvi转成pdf就行了。 dvipdf和dvipdfm的差别在于，前者似乎是把dvi先转成ps，再转成pdf的（用了 ghostscript 和 dvips）；后者是直接转成pdf的，不过据说转出来的文件体积大些，而且对于某些RP的文件名（如有&#8217;的）不支持。 据说dvipdfm慢些，不过我的文件小，看不出来]]></description>
			<content:encoded><![CDATA[<p>backup 转自：<a href="http://tigersoldier.is-programmer.com/posts/2161.html" target="_blank">http://tigersoldier.is-programmer.com/posts/2161.html</a></p>
<p>LaTeX不能识别eps文件？<br />
LaTeX改变单元格的对齐方式<br />
pdflatex不支持eps的解决方法<br />
今天用LaTeX写作业时，需要插入图片，于是就用Dia画了一个转成eps插进去，没想到编译的时候竟然出现了这个错误：LaTeX Error: Unknown graphics extension: .eps.</p>
<p>我傻眼了，这LaTeX居然不能识别eps文件？转成png插进去，一点问题都没有。囧了<br />
但是png是点阵图，太难看了。再说eps不是和TeX是绝配么？<br />
翻遍了手上的资料，都是直接引入eps文件的，没有任何问题。无奈只有去网上查，结果又让我囧了一回──<br />
pdflatex不支持eps！</p>
<p>靠，这是什么设定啊，这么基本的格式都不支持。<br />
原来找到了<strong>tex-&gt;dvi-&gt;pdf的曲线解决方法</strong>，不过在LiYanrui的指导下，了解了一种更好的方法：<strong>直接导入pdf</strong>。<br />
第一步，用epstopdf来将eps文件转换成pdf文件<br />
第二步，直接在tex插入那个pdf文件（就把它当普通图像插入），然后pdflatex就OK了<br />
这样做的好处目前发现了两点：第一，可以直接支持pdf的很多特性（如链接）；第二，不需要编译一次后再转化一次了，一次搞定，不但简单，而且速度也快。</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>原来写的不想删了，放下面吧……<br />
知道问题所在，解决起来就简单了。先用latex把tex文件编译成dvi，再用dvipdf或者dvipdfm把dvi转成pdf就行了。<br />
dvipdf和dvipdfm的差别在于，前者似乎是把dvi先转成ps，再转成pdf的（用了 ghostscript 和 dvips）；后者是直接转成pdf的，不过据说转出来的文件体积大些，而且对于某些RP的文件名（如有&#8217;的）不支持。<br />
据说dvipdfm慢些，不过我的文件小，看不出来</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2009/01/47113.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

