<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>tao of yue &#187; ubuntu</title>
	<atom:link href="http://niyue.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://niyue.com</link>
	<description>literally, &#34;way&#34; or &#34;path&#34;</description>
	<lastBuildDate>Sun, 09 Oct 2011 10:19:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='niyue.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>tao of yue &#187; ubuntu</title>
		<link>http://niyue.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://niyue.com/osd.xml" title="tao of yue" />
	<atom:link rel='hub' href='http://niyue.com/?pushpress=hub'/>
		<item>
		<title>CJK-Lyx @ Ubuntu</title>
		<link>http://niyue.com/2006/10/25/cjk-lyx-ubuntu/</link>
		<comments>http://niyue.com/2006/10/25/cjk-lyx-ubuntu/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 09:09:49 +0000</pubDate>
		<dc:creator>niyue</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://niyue.com/?p=201</guid>
		<description><![CDATA[最近准备开始写论文了,正所谓&#8221;工欲善其事,必先利其器&#8221;,一个好的编辑器当然很重要(Word直接被排除在外:-p).早就听说了LaTex的大名,不过一直觉得学起来太困难没有下手,不过它有一个图形化的前端Lyx,原来稍微用过一阵,感觉很不错,唯一没有解决的问题就是中文的编辑问题,这两天终于决定把它给解决掉. 我的系统是Ubuntu Dapper 6.0.6,上面安装Latex和cjk-latex都是轻而易举的事情(sudo apt-get latex cjk-latex),但是后面的中文化工作连续折腾了我两天时间还是没有完全解决.主要有下面的几个困难: 给LaTex添加中文字体,比如Windows下的simsun.ttf。添加字体的时候涉及到需要修改的文件夹和文件太多了，网上的一些文档又大多过时或者不符合Ubuntu系统上的实际，很难派上用场，自己琢磨试验了好久时间。 在Ubuntu上编译并安装CJK-Lyx。这个工作也是很困难的，因为Ubuntu的软件库里面只有Lyx，但是没有CJK-Lyx，而且CJK-Lyx的binary distribution又没有debian系统上可用的，只有rpm，所以只好从源代码开始编译，结果configure,make,make install三部曲我就搞了一个下午时间，而且在自己的机器上死都找不到zlib库，明明有啊，只好到其他的机器上面(也是Ubuntu dapper)编译好了再拷贝过来。 CJK-Lyx的配置使用。这个问题也是很麻烦的，网上的资料就两三篇，绝大多数都是转贴，而且就那两三篇还是过时的，现在的1.4版也有出入。又是一阵琢磨。 直到现在这个CJK-Lyx还是有问题，编辑的每部分文字最后几个字虽然能够正常保存，但是在Lyx编辑器里面看不到，存在乱码问题。虽然可以用latex转换成其他格式再看，但是总是不是很很爽，还不如直接用LaTex呢。sigh，现在只能在Windows上面试着编译看看了，等问题解决了有时间我会把它整理出来，相关文档实在太少了。 参考文献: TeX和LaTeX中的字体 TeX Font Guide 用LaTeX写漂亮学位论文 Update: Windows上的编译也失败了，懒得在Windows上再看一遍原因了，先考虑直接Vim+LaTex了。 Update2:有用的LaTex模板 Tex/LaTex模板 thuthesis@gforge<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niyue.com&amp;blog=34633&amp;post=201&amp;subd=niyue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>最近准备开始写论文了,正所谓&#8221;工欲善其事,必先利其器&#8221;,一个好的编辑器当然很重要(Word直接被排除在外:-p).早就听说了<a target="_blank" href="http://www.latex-project.org/">LaTex</a>的大名,不过一直觉得学起来太困难没有下手,不过它有一个图形化的前端<a target="_blank" href="http://www.lyx.org/">Lyx</a>,原来稍微用过一阵,感觉很不错,唯一没有解决的问题就是中文的编辑问题,这两天终于决定把它给解决掉.</p>
<p>我的系统是Ubuntu Dapper 6.0.6,上面安装Latex和cjk-latex都是轻而易举的事情(sudo apt-get latex cjk-latex),但是后面的中文化工作连续折腾了我两天时间还是没有完全解决.主要有下面的几个困难:</p>
<ul>
<li>给LaTex添加中文字体,比如Windows下的simsun.ttf。添加字体的时候涉及到需要修改的文件夹和文件太多了，网上的一些文档又大多过时或者不符合Ubuntu系统上的实际，很难派上用场，自己琢磨试验了好久时间。</li>
<li>在Ubuntu上编译并安装CJK-Lyx。这个工作也是很困难的，因为Ubuntu的软件库里面只有Lyx，但是没有<a href="http://cellular.phys.pusan.ac.kr/cjk.html">CJK-Lyx</a>，而且CJK-Lyx的binary distribution又没有debian系统上可用的，只有rpm，所以只好从源代码开始编译，结果configure,make,make install三部曲我就搞了一个下午时间，而且在自己的机器上死都找不到zlib库，明明有啊，只好到其他的机器上面(也是Ubuntu dapper)编译好了再拷贝过来。</li>
<li>CJK-Lyx的配置使用。这个问题也是很麻烦的，网上的资料就两三篇，绝大多数都是转贴，而且就那两三篇还是过时的，现在的1.4版也有出入。又是一阵琢磨。</li>
</ul>
<p>直到现在这个CJK-Lyx还是有问题，编辑的每部分文字最后几个字虽然能够正常保存，但是在Lyx编辑器里面看不到，存在乱码问题。虽然可以用latex转换成其他格式再看，但是总是不是很很爽，还不如直接用LaTex呢。sigh，现在只能在Windows上面试着编译看看了，等问题解决了有时间我会把它整理出来，相关文档实在太少了。</p>
<p>参考文献:</p>
<ol>
<li><a href="http://supermmx.org/tex/tex-font/tex-font.html">TeX和LaTeX中的字体</a></li>
<li><a href="http://www.cl.cam.ac.uk/~rf10/pstex/index.htm">TeX Font Guide</a></li>
<li><a href="http://ymei.freeshell.org/WebWiki/Computer/ThesisWithLaTeX.html">用LaTeX写漂亮学位论文</a></li>
</ol>
<p>Update: Windows上的编译也失败了，懒得在Windows上再看一遍原因了，先考虑直接Vim+LaTex了。</p>
<p>Update2:有用的LaTex模板</p>
<ol>
<li><a href="http://www.math.zju.edu.cn/ligangliu/LaTexForum/tex_template.htm">Tex/LaTex模板</a></li>
<li><a href="http://gforge.oss.org.cn/projects/thuthesis">thuthesis@gforge</a></li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niyue.wordpress.com/201/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niyue.wordpress.com/201/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niyue.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niyue.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niyue.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niyue.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niyue.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niyue.wordpress.com/201/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niyue.wordpress.com/201/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niyue.wordpress.com/201/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niyue.com&amp;blog=34633&amp;post=201&amp;subd=niyue&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niyue.com/2006/10/25/cjk-lyx-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8425457b7317576680146aa8149be472?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niyue</media:title>
		</media:content>
	</item>
		<item>
		<title>几个有用的ubuntu的软件库</title>
		<link>http://niyue.com/2006/09/09/%e5%87%a0%e4%b8%aa%e6%9c%89%e7%94%a8%e7%9a%84ubuntu%e7%9a%84%e8%bd%af%e4%bb%b6%e5%ba%93/</link>
		<comments>http://niyue.com/2006/09/09/%e5%87%a0%e4%b8%aa%e6%9c%89%e7%94%a8%e7%9a%84ubuntu%e7%9a%84%e8%bd%af%e4%bb%b6%e5%ba%93/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 02:34:16 +0000</pubDate>
		<dc:creator>niyue</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://niyue.com/?p=196</guid>
		<description><![CDATA[在Ubuntu上面安装软件真的很方便,只要记得apt-get install/remove就能够搞定大多数的软件了.不过有的时候有些软件的最新版本刚刚发行,还没有添加到官方的软件库中,这个时候想用新版本但是没得用就比较痛苦了.这时有三个选择: 放弃使用新版本,继续使用旧版本直到官方软件库发布新版本 自己编译新软件而后手动安装 寻找uptodate的软件库,添加新的软件库并安装想要的新软件 无疑方法1并不是什么很好的办法,还是不能立刻用上需要的新特性;而方法2则退回到了原始的状态,每次安装一个软件可能都要看半天如何编译如何安装,其中可能会碰到的问题等等,一个简单的软件可能都需要半天时间才能顺利装好,这当中耗费的时间很不值得.所以我的一般选择都是方法3,如果3不能解决的话可能就会先不使用新版本,一直等到官方的repository上面有release为止了. 这里列举几个有用的软件库,包含了最近我想要的一些新软件的发布(当然其他的软件库可能也有,这里只是列几个我知道的): Opera 9以及Real Player 10(deb http://archive.canonical.com/ubuntu dapper-commercial main) Skype (deb http://download.skype.com/linux/repos/debian/ stable non-free) Vim7 (deb http://mirror.ubuntulinux.nl dapper-seveas all)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niyue.com&amp;blog=34633&amp;post=196&amp;subd=niyue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>在Ubuntu上面安装软件真的很方便,只要记得apt-get install/remove就能够搞定大多数的软件了.不过有的时候有些软件的最新版本刚刚发行,还没有添加到官方的软件库中,这个时候想用新版本但是没得用就比较痛苦了.这时有三个选择:</p>
<ol>
<li>放弃使用新版本,继续使用旧版本直到官方软件库发布新版本</li>
<li>自己编译新软件而后手动安装</li>
<li>寻找uptodate的软件库,添加新的软件库并安装想要的新软件</li>
</ol>
<p>无疑方法1并不是什么很好的办法,还是不能立刻用上需要的新特性;而方法2则退回到了原始的状态,每次安装一个软件可能都要看半天如何编译如何安装,其中可能会碰到的问题等等,一个简单的软件可能都需要半天时间才能顺利装好,这当中耗费的时间很不值得.所以我的一般选择都是方法3,如果3不能解决的话可能就会先不使用新版本,一直等到官方的repository上面有release为止了.</p>
<p>这里列举几个有用的软件库,包含了最近我想要的一些新软件的发布(当然其他的软件库可能也有,这里只是列几个我知道的):</p>
<ol>
<li><code>Opera 9以及Real Player 10(deb http://archive.canonical.com/ubuntu dapper-commercial main)</code></li>
<li><code>Skype (deb http://download.skype.com/linux/repos/debian/ stable non-free)</code></li>
<li><code>Vim7 (deb http://mirror.ubuntulinux.nl dapper-seveas all)</code></li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niyue.wordpress.com/196/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niyue.wordpress.com/196/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niyue.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niyue.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niyue.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niyue.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niyue.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niyue.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niyue.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niyue.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niyue.com&amp;blog=34633&amp;post=196&amp;subd=niyue&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niyue.com/2006/09/09/%e5%87%a0%e4%b8%aa%e6%9c%89%e7%94%a8%e7%9a%84ubuntu%e7%9a%84%e8%bd%af%e4%bb%b6%e5%ba%93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8425457b7317576680146aa8149be472?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niyue</media:title>
		</media:content>
	</item>
		<item>
		<title>完全切换到Ubuntu</title>
		<link>http://niyue.com/2006/06/24/%e5%ae%8c%e5%85%a8%e5%88%87%e6%8d%a2%e5%88%b0ubuntu/</link>
		<comments>http://niyue.com/2006/06/24/%e5%ae%8c%e5%85%a8%e5%88%87%e6%8d%a2%e5%88%b0ubuntu/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 07:03:14 +0000</pubDate>
		<dc:creator>niyue</dc:creator>
				<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://niyue.com/?p=185</guid>
		<description><![CDATA[今天在Ubuntu上搞定了两个事情,和Windows又远离了一些. Install Internet Explorer on Ubuntu Dapper in 3 easy steps 在Linux上使用Sopcast 这两样事情是我最近一段时间去Windows下面干的最多的事情,装IE是为了想看看www.niyue.com在IE下面的效果,Sopcast当然是为了最近的世界杯+NBA Final啦. 好像现在大多数我需要做的事情都可以在Ubuntu上办到了,嗯,事实上还差最后的几小步. 一个是我的IrDA设备还不行用,手机上的东西没有办法从USB红外线转接器上拷过来.另一个是Windows下面虽然相对Linux来说开发工具少一些,但是有一些非常好的工具也在Windows下面,比如Altova的XMLSpy和DataDirect的Stylus Studio,要找到他们在Linux下面的替代品还是很困难的.最后一个感觉比较重要的恐怕就是Linux下面的Game Support了,Wine好像完全没有希望支持新游戏,不知道哪年才能在Ubuntu上play HOMM V.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niyue.com&amp;blog=34633&amp;post=185&amp;subd=niyue&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>今天在Ubuntu上搞定了两个事情,和Windows又远离了一些.</p>
<ol>
<li><a href="http://www.rubyrailways.com/install-internet-explorer-on-ubuntu-dapper-in-3-easy-steps/">Install Internet Explorer on Ubuntu Dapper in 3 easy steps</a></li>
<li>在Linux上<a href="http://http://forum.ubuntu.org.cn/about18280.html">使用</a><a href="http://www.sopcast.org">Sopcast</a></li>
</ol>
<p>这两样事情是我最近一段时间去Windows下面干的最多的事情,装IE是为了想看看<a href="http://www.niyue.com">www.niyue.com</a>在IE下面的效果,Sopcast当然是为了最近的世界杯+NBA Final啦.</p>
<p>好像现在大多数我需要做的事情都可以在Ubuntu上办到了,嗯,事实上还差最后的几小步.<br />
一个是我的IrDA设备还不行用,手机上的东西没有办法从USB红外线转接器上拷过来.另一个是Windows下面虽然相对Linux来说开发工具少一些,但是有一些非常好的工具也在Windows下面,比如<a href="http://www.altova.com/">Altova</a>的<a href="http://www.altova.com/products/xmlspy/xml_editor.html">XMLSpy</a>和DataDirect的<a href="http://www.stylusstudio.com/xml/editor/">Stylus Studio</a>,要找到他们在Linux下面的替代品还是很困难的.最后一个感觉比较重要的恐怕就是Linux下面的Game Support了,Wine好像完全没有希望支持新游戏,不知道哪年才能在Ubuntu上play <a href="http://www.mightandmagic.com/HeroesV/">HOMM V</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/niyue.wordpress.com/185/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/niyue.wordpress.com/185/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/niyue.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/niyue.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/niyue.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/niyue.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/niyue.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/niyue.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/niyue.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/niyue.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=niyue.com&amp;blog=34633&amp;post=185&amp;subd=niyue&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://niyue.com/2006/06/24/%e5%ae%8c%e5%85%a8%e5%88%87%e6%8d%a2%e5%88%b0ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8425457b7317576680146aa8149be472?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">niyue</media:title>
		</media:content>
	</item>
	</channel>
</rss>
