<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>wolfg&#039;s Weblog &#187; tex</title>
	<atom:link href="http://guoyong.me/tag/tex/feed/" rel="self" type="application/rss+xml" />
	<link>http://guoyong.me</link>
	<description>wolfg&#039;s journey with open source, linux, programming, sysadm ...</description>
	<lastBuildDate>Wed, 04 Apr 2012 12:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/cn/</creativeCommons:license>		<item>
		<title>收集了一些LaTex学习资源</title>
		<link>http://guoyong.me/linux/%e6%94%b6%e9%9b%86%e4%ba%86%e4%b8%80%e4%ba%9blatex%e5%ad%a6%e4%b9%a0%e8%b5%84%e6%ba%90/</link>
		<comments>http://guoyong.me/linux/%e6%94%b6%e9%9b%86%e4%ba%86%e4%b8%80%e4%ba%9blatex%e5%ad%a6%e4%b9%a0%e8%b5%84%e6%ba%90/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 07:27:36 +0000</pubDate>
		<dc:creator>wolfg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[tex]]></category>

		<guid isPermaLink="false">http://guoyong.org/blog/2006/06/21/144</guid>
		<description><![CDATA[CTex FAQ lshort 中文版 LaTeX2e 插图指南 TeX和LaTeX论坛 &#8211; 浙江大学理学院数学系 LaTeX科技排版 邓建松 排版软件TeX/LaTeX入门 罗玉文 Getting to grips with Latex]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://www.ctex.org/CTeXFAQ">CTex FAQ</a></li>
<li><a href="http://project.ctex.org/lshort-cn/lshort-cn.pdf">lshort 中文版</a></li>
<li><a href="http://www.ctex.org/documents/latex/graphics/">LaTeX2e 插图指南</a></li>
<li><a href="http://www.math.zju.edu.cn/ligangliu/LaTeXForum/">TeX和LaTeX论坛 &#8211; 浙江大学理学院数学系</a></li>
<li><a href="http://210.45.66.25/~dengjs/latex/index.html">LaTeX科技排版</a> 邓建松</li>
<li><a href="http://petitevin.xinwen365.com/">排版软件TeX/LaTeX入门</a> 罗玉文</li>
<li><a href="http://www.andy-roberts.net/misc/latex/index.html">Getting to grips with Latex</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://guoyong.me/linux/%e6%94%b6%e9%9b%86%e4%ba%86%e4%b8%80%e4%ba%9blatex%e5%ad%a6%e4%b9%a0%e8%b5%84%e6%ba%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTex学习 &#8211; 使用中文</title>
		<link>http://guoyong.me/linux/latex%e5%ad%a6%e4%b9%a0-%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/</link>
		<comments>http://guoyong.me/linux/latex%e5%ad%a6%e4%b9%a0-%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 13:41:53 +0000</pubDate>
		<dc:creator>wolfg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[tex]]></category>

		<guid isPermaLink="false">http://guoyong.org/blog/2006/06/19/145</guid>
		<description><![CDATA[我用的是CTEX套件，中文支持都配置好了。 CCT： \documentclass[CJK]{cctart}\begin{document}\kaishu 这是中文楷体字。\end{document} CJK*： \documentclass{article}\usepackage{CJK}\begin{document}\begin{CJK*}{GBK}{kai}这是中文楷体字。\end{CJK*}\end{document} 编译方法和英文文档一样： &#62; latex chinese&#62; dvips chinese&#62; ps2pdf chinese.ps chinese.pdf]]></description>
			<content:encoded><![CDATA[<p>我用的是CTEX套件，中文支持都配置好了。</p>
<p>CCT：</p>
<div class="hl-surround"><div class="hl-main">\documentclass[CJK]{cctart}<br />\begin{document}<br />\kaishu 这是中文楷体字。<br />\end{document}</div></div>
<p>CJK*：</p>
<div class="hl-surround"><div class="hl-main">\documentclass{article}<br />\usepackage{CJK}<br />\begin{document}<br />\begin{CJK*}{GBK}{kai}<br />这是中文楷体字。<br />\end{CJK*}<br />\end{document}</div></div>
<p>编译方法和英文文档一样：</p>
<div class="hl-surround"><div class="hl-main">&gt; latex chinese<br />&gt; dvips chinese<br />&gt; ps2pdf chinese.ps chinese.pdf</div></div>
]]></content:encoded>
			<wfw:commentRss>http://guoyong.me/linux/latex%e5%ad%a6%e4%b9%a0-%e4%bd%bf%e7%94%a8%e4%b8%ad%e6%96%87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LaTex学习 &#8211; Absolute beginners</title>
		<link>http://guoyong.me/linux/latex%e5%ad%a6%e4%b9%a0-absolute-beginners/</link>
		<comments>http://guoyong.me/linux/latex%e5%ad%a6%e4%b9%a0-absolute-beginners/#comments</comments>
		<pubDate>Mon, 19 Jun 2006 08:37:44 +0000</pubDate>
		<dc:creator>wolfg</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[tex]]></category>

		<guid isPermaLink="false">http://guoyong.org/blog/2006/06/19/146</guid>
		<description><![CDATA[准备开始做学位论文了，打算用LaTex。 先学习LaTex的Hello World % hello.tex - Our first Latex example! &#60;font color=&#34;#006600&#34;&#62;&#60;strong&#62;\documentclass&#60;/strong&#62;&#60;/font&#62;&#60;font color=&#34;#660000&#34;&#62;{article}&#60;/font&#62; &#60;font color=&#34;#0000ff&#34;&#62;\begin&#60;/font&#62;&#60;font color=&#34;#660000&#34;&#62;{&#60;/font&#62;&#60;font color=&#34;#009900&#34;&#62;&#60;u&#62;document&#60;/u&#62;&#60;/font&#62;&#60;font color=&#34;#660000&#34;&#62;}&#60;/font&#62; Hello World! &#60;font color=&#34;#0000ff&#34;&#62;\end&#60;/font&#62;&#60;font color=&#34;#660000&#34;&#62;{&#60;/font&#62;&#60;font color=&#34;#009900&#34;&#62;&#60;u&#62;document&#60;/u&#62;&#60;/font&#62;&#60;font color=&#34;#660000&#34;&#62;}&#60;/font&#62; 生成文档 &#62; latex hello 再转成Postscript文件 &#62; dvips hello.dvi -o hello.ps 输出PDF文件 &#62; ps2pdf hello.ps hello.pdf]]></description>
			<content:encoded><![CDATA[<p>准备开始做学位论文了，打算用LaTex。</p>
<p>先学习<a href="http://www.andy-roberts.net/misc/latex/latextutorial1.html">LaTex的Hello World</a></p>
<pre><font color="#993399"><em>% hello.tex - Our first Latex example!</em></font>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;font color=&quot;#006600&quot;&gt;&lt;strong&gt;\documentclass&lt;/strong&gt;&lt;/font&gt;&lt;font color=&quot;#660000&quot;&gt;{article}&lt;/font&gt;</div></div>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;font color=&quot;#0000ff&quot;&gt;\begin&lt;/font&gt;&lt;font color=&quot;#660000&quot;&gt;{&lt;/font&gt;&lt;font color=&quot;#009900&quot;&gt;&lt;u&gt;document&lt;/u&gt;&lt;/font&gt;&lt;font color=&quot;#660000&quot;&gt;}&lt;/font&gt;<br />
<br />
Hello World!</div></div>
<div class="codecolorer-container text vibrant" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;font color=&quot;#0000ff&quot;&gt;\end&lt;/font&gt;&lt;font color=&quot;#660000&quot;&gt;{&lt;/font&gt;&lt;font color=&quot;#009900&quot;&gt;&lt;u&gt;document&lt;/u&gt;&lt;/font&gt;&lt;font color=&quot;#660000&quot;&gt;}&lt;/font&gt;</div></div>
</pre>
<pre>生成文档</pre>
<p><em>&gt; latex hello</em></p>
<p>再转成Postscript文件</p>
<p><em>&gt; dvips hello.dvi -o hello.ps</em></p>
<p>输出PDF文件</p>
<p>&gt; <em>ps2pdf hello.ps hello.pdf</em></p>
]]></content:encoded>
			<wfw:commentRss>http://guoyong.me/linux/latex%e5%ad%a6%e4%b9%a0-absolute-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.466 seconds -->

