<?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>刘思喆 @ 贝吉塔行星 &#187; hastie</title>
	<atom:link href="http://www.bjt.name/tag/hastie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bjt.name</link>
	<description>R 语言，数据挖掘，数据可视化</description>
	<lastBuildDate>Wed, 30 Nov 2011 15:43:30 +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>用LaTeX放大pdf文档</title>
		<link>http://www.bjt.name/2010/03/latex-pdfpages/</link>
		<comments>http://www.bjt.name/2010/03/latex-pdfpages/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 01:39:48 +0000</pubDate>
		<dc:creator>刘思喆</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[ESLII]]></category>
		<category><![CDATA[hastie]]></category>
		<category><![CDATA[pdfpages]]></category>

		<guid isPermaLink="false">http://www.bjt.name/?p=10560</guid>
		<description><![CDATA[2009年12月，hastie教授主页上更新了勘误后的The Elements of Statistical Learning II。这部机器学习领域的巨著，做数据挖掘或者统计分析的同行应该比较熟悉，不过这本书在美帝的 Amason 上要卖 80$，非常不符合中国特色的社会主义！ 好在 Hastie 几位大牛深刻体会广大发展中国家莘莘学子的购买能力，在其主页上提供了免费的pdf版本。不过pdf版本有个小问题：排版是为了a4打印而设计的，白边太多，在电脑上看或者打印出来极为不爽。 下面提供一个解决方案来处理这个问题——使用LaTeX中的pdfpages宏包。 具体LaTeX代码参考如下： \documentclass[a4paper,12pt]{report} \usepackage[final]{pdfpages} \begin{document} \includepdf[pages=19-26, scale=1.3, delta=0mm 5mm, frame]{ESLII_print3.pdf} \end{document} \endinput 使用PDF LaTeX编译。 主要参数非常简单，即从ESLII_print3.pdf中提取第19至26页（第一章），并放大1.3倍（成功剔除掉多余的白边）。 相关文章： 既然没有了，那就随便看看吧~~]]></description>
			<content:encoded><![CDATA[<p>2009年12月，hastie教授主页上更新了勘误后的The Elements of Statistical Learning II。这部机器学习领域的巨著，做数据挖掘或者统计分析的同行应该比较熟悉，不过这本书在美帝的 Amason 上要卖 80$，非常不符合中国特色的社会主义！</p>
<p>好在 Hastie 几位大牛深刻体会广大发展中国家莘莘学子的购买能力，在其<a href="http://www-stat.stanford.edu/~tibs/ElemStatLearn/">主页</a>上提供了免费的pdf版本。不过pdf版本有个小问题：排版是为了a4打印而设计的，白边太多，在电脑上看或者打印出来极为不爽。</p>
<p>下面提供一个解决方案来处理这个问题——使用LaTeX中的pdfpages宏包。<br />
具体LaTeX代码参考如下：</p>
<pre lang="LATEX">
\documentclass[a4paper,12pt]{report}
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=19-26, scale=1.3,
delta=0mm 5mm, frame]{ESLII_print3.pdf}
\end{document}
\endinput
</pre>
<p>使用PDF LaTeX编译。<br />
主要参数非常简单，即从ESLII_print3.pdf中提取第19至26页（第一章），并放大1.3倍（成功剔除掉多余的白边）。<br />
<h3 class='related_post_title'>相关文章：</h3>
<ul class='related_post'>
<li>既然没有了，那就随便看看吧~~</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bjt.name/2010/03/latex-pdfpages/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

