<?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; pdflatex</title>
	<atom:link href="http://blog.zye.me/tag/pdflatex/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.zye.me</link>
	<description>REAL TIME DATA PROCESSING, DISTRIBUTED COMPUTING, PATTERN DISCOVERY</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:33:32 +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>pdflatex To Use US. Letter Size Paper</title>
		<link>http://blog.zye.me/2010/08/55781.html</link>
		<comments>http://blog.zye.me/2010/08/55781.html#comments</comments>
		<pubDate>Fri, 13 Aug 2010 22:35:15 +0000</pubDate>
		<dc:creator>yezheng</dc:creator>
				<category><![CDATA[Latex]]></category>
		<category><![CDATA[pdflatex]]></category>

		<guid isPermaLink="false">http://blog.zye.me/2010/08/55781.html</guid>
		<description><![CDATA[Telling pdflatex To Use Letter Size Paper Pdflatex is using the wrong margins. How can I fix it? This problem is sometimes caused by the PDF page height and width not being specified correctly. Put the following right after your&#160;begin{document}&#160;command: special{papersize=8.5in,11in} setlength{pdfpageheight}{paperheight} setlength{pdfpagewidth}{paperwidth} % You may need to change the horizontal offset to do what <a href='http://blog.zye.me/2010/08/55781.html'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><center><font size="+3"><b>Telling pdflatex To Use Letter Size Paper</b></font><br /><font size="+2"></font><font size="+1"><a href="http://engineering.purdue.edu/%7Emark"><br /></a></font></center>
<p><b>Pdflatex is using the wrong margins. How can I fix it?</b></p>
<p>This problem is sometimes caused by the PDF page height and width not being specified correctly. Put the following right after your<span class="Apple-converted-space">&nbsp;</span><tt>begin{document}</tt><span class="Apple-converted-space">&nbsp;</span>command:</p>
<pre>special{papersize=8.5in,11in}
setlength{pdfpageheight}{paperheight}
setlength{pdfpagewidth}{paperwidth}
% You may need to change the horizontal offset to do what you
% want.  Setting hoffset to a negative value moves all printed
% material to the left on all pages; setting it to a positive value
% moves all printed material to the right on all pages; not setting
% it keeps all printed material in it's default position.  voffset
% is the vertical offset: use negative value for up; don't set if
% you want to use default position; use positive for down.
% hoffset = -0.2truein
% voffset = -0.2truein

% Thomas Esser, 2004. public domain.
pdfoutput=1
pdfpagewidth=8.5in
pdfpageheight=11in
%pdfpagewidth=210 true mm
%pdfpageheight=297 true mm
pdfpkresolution=600
endinput
</pre>
<p>There is an easier approach for TeTex users: the<span class="Apple-converted-space">&nbsp;</span><tt>texconfig-sys</tt><span class="Apple-converted-space">&nbsp;</span>program can be used to configure default paper size and other settings.</span></p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=578a8202-971d-8780-ab0e-9f4d6881c16c" /></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.zye.me/2010/08/55781.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

