<?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>Sharpmark &#124; 刘炯的博客 &#187; latex</title>
	<atom:link href="http://liujiong.com/blog/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://liujiong.com</link>
	<description>Version 3.0</description>
	<lastBuildDate>Sat, 21 Aug 2010 06:12:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>LaTeX的EPS图像生成方法</title>
		<link>http://liujiong.com/blog/posts/how-to-create-eps-file-for-latex/</link>
		<comments>http://liujiong.com/blog/posts/how-to-create-eps-file-for-latex/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 06:40:00 +0000</pubDate>
		<dc:creator>sharpmark</dc:creator>
				<category><![CDATA[文摘笔记]]></category>
		<category><![CDATA[计算机科学]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://218.240.14.21/~sharpmark/?p=76</guid>
		<description><![CDATA[LaTeX只支持一种图像格式作为图元：EPS。但是常用的软件没有办法导出EPS格式。所以这里贴出来解决方法： 1. 首先安装一个PostScript打印机: 控制面板-&#62;打印机和传真-&#62;鼠标右击-&#62;添加打... ]]></description>
			<content:encoded><![CDATA[<p>LaTeX只支持一种图像格式作为图元：EPS。但是常用的软件没有办法导出EPS格式。所以这里贴出来解决方法：<br />
1. 首先安装一个PostScript打印机:<br />
控制面板-&gt;打印机和传真-&gt;鼠标右击-&gt;添加打印机-&gt;<br />
在FILE:端口安装一个本地的ps打印机,比如HP LaserJet 6P/6MP PostScript， 然后打印到这个打印机,并把打印出的输出文件扩展名改为.ps</p>
<p>2. 设置打印机：<br />
打印机和传真-&gt;右击HP LaserJet 6P/6MP PostScript(或其它的ps打印机)-&gt;属性-&gt;常规-&gt;打印首选项-&gt;布局-&gt;高级-&gt;文档选项- &gt;PostScript选项-&gt;PostScript输出选项: 内嵌的PostScript(EPS)</p>
<p>3. 处理打印的文件：<br />
把打印完成的ps文件用ghostview打开，文件-&gt;ps to eps，并选中自动检测边界。这样就可以生成效果极佳的EPS文件了。</p>
<p>eps 图像万能但是愚蠢的办法，是虚拟彩色打印机，分辨率确实高，但是虚拟打印重新得到的eps图像文件的分辨率与打印机设置有关，因为生成的文件有可能比原始文件大很多很多，完全没有必要。因此强烈推荐jpeg2ps这个小软件，命令行转化一下即可。数据作图只需用origin导出即可；若用gnuplot，也很方便。</p>
]]></content:encoded>
			<wfw:commentRss>http://liujiong.com/blog/posts/how-to-create-eps-file-for-latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>具体数学 &#8211; 约瑟夫问题</title>
		<link>http://liujiong.com/blog/posts/concrete-mathematics-the-josephus-problem/</link>
		<comments>http://liujiong.com/blog/posts/concrete-mathematics-the-josephus-problem/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 08:11:00 +0000</pubDate>
		<dc:creator>sharpmark</dc:creator>
				<category><![CDATA[个人作品集]]></category>
		<category><![CDATA[文摘笔记]]></category>
		<category><![CDATA[计算机科学]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[具体数学]]></category>
		<category><![CDATA[文档]]></category>
		<category><![CDATA[翻译]]></category>

		<guid isPermaLink="false">http://218.240.14.21/~sharpmark/?p=47</guid>
		<description><![CDATA[It seems a lot of stuff is attributed to Gauss&#8230; either he was really smart or he has great press agent. May be he just had a magnetic personality. 最近在看《具体数学 Concrete mathematics》，这是一本值得计算机相关专业任何... ]]></description>
			<content:encoded><![CDATA[<blockquote><p>
It seems a lot of stuff is attributed to Gauss&#8230;<br />
either he was really smart or he has great press agent.<br />
May be he just had a magnetic personality.</p></blockquote>
<p>最近在看《具体数学 Concrete mathematics》，这是一本值得计算机相关专业任何年级的同学阅读的书。<br />
第一章通过三个问题:The Tower of Hanoi; Lines in the Plane; The Josephus Problem. 前两个问题以前学习的深度已经够了，所以看了没有太大感觉，Josephus Problem的解决给了我很大的震撼。一个看似平常而无捷径的问题，通过用二进制表示，最终居然只要用一个循环移位就能解决。之后又扩展到 Josephus方程一般形式。其间，他的解题方法论很重要，以及其严谨的思路和发散的思维。<br />
现列出书中第一章使用的解题方法：</p>
<blockquote>
<ol>
<li> Look at small cases. This gives us insight into the problem and helps us in stages 2 and 3.</li>
<li>Find and prove a mathematical expression for the quantity of interest.</li>
<li>Find and prove a closed form for our mathematical expression.</li>
</ol>
</blockquote>
<p>已经翻译完成The Josephus Problem小节。对此感兴趣的<a href="http://sharpmark.googlecode.com/files/josephus.pdf">点此下载</a>(版本1.1.1，2007-12-23)。</p>
]]></content:encoded>
			<wfw:commentRss>http://liujiong.com/blog/posts/concrete-mathematics-the-josephus-problem/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
