<?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>荒唐的世界</title>
	<atom:link href="http://zhblog.logic-engine.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://zhblog.logic-engine.net</link>
	<description>逻辑引擎</description>
	<lastBuildDate>Sat, 14 Aug 2010 10:06:20 +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$$插件比较</title>
		<link>http://zhblog.logic-engine.net/20100814-172144/%e5%87%a0%e7%a7%8dlatex%e6%8f%92%e4%bb%b6%e6%af%94%e8%be%83/</link>
		<comments>http://zhblog.logic-engine.net/20100814-172144/%e5%87%a0%e7%a7%8dlatex%e6%8f%92%e4%bb%b6%e6%af%94%e8%be%83/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 09:21:44 +0000</pubDate>
		<dc:creator>荒唐</dc:creator>
				<category><![CDATA[博客技术]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://zhblog.logic-engine.net/20100814-172144/%e5%87%a0%e7%a7%8dlatex%e6%8f%92%e4%bb%b6%e6%af%94%e8%be%83/</guid>
		<description><![CDATA[Comparison of several  &#38;  plugins. 1.Easy LaTeX 1.42 http://wordpress.org/extend/plugins/easy-latex/ +公式格式可设置为三种格式之一：[math]…![/math] $$…!$$ \[...!\] $$…!$$：内嵌公式格式 $$!…!$$：独立行居中格式 $$…!!$$：显示公式原文 +解析标题 +解析comments +可设置cache，cache的位置在安装目录easy-latex下的cache中 +可以设置前景色和背景色，但背景色无法设置为透明 +认识TeX和LaTeX的logo 2.Latex for WordPress 2.01 http://wordpress.org/extend/plugins/latex/ +公式格式：$$…!$$ $$…!$$：内嵌公式格式 $$!…!$$：独立行居中格式 $$…!!$$：显示公式原文 +解析标题 +解析comments *不可设置前景色和背景色，背景色自动设置为透明 *强制要求在wp-content下设置名为cache的缓冲目录，需要设置可写权限 +认识TeX和LaTeX的logo 3.WP QuickLaTeX http://wordpress.org/extend/plugins/wp-quicklatex/ 公式格式：[tex]…![/tex],[math]…![/math],[latex]…![/latex],[eq]…![/eq],$$…!$$ 支持的格式太多了，有时候很讨厌，不过可以把其php脚本程序中的一段读取tag的正则表达式之中你不想要的tag都去掉（且其正则表达式是有bug的，&#60;tex&#62;…[/math]都可以实现配对） +公式有错误的时候会给出具体的错误信息 +解析标题 +解析comments -不认识TeX和LaTeX的logo 可以在主机上缓存图片，需要手工在wp-content目录中建立ql-cache目录，并对应用程序开放写权限。不过时间久了可能会有很多垃圾图片，可以时不时地删除下 4.WP LaTeX 1.7 http://wordpress.org/extend/plugins/wp-latex/ 公式格式：[latex]…![/latex] 在线公式格式：$latex …!$ -不解析标题 +可选择解析comments +可设置前景色和背景色，背景色可以设置为透明 +认识TeX和LaTeX的logo [...]]]></description>
			<content:encoded><![CDATA[<p>Comparison of several  &amp;  plugins.</p>
<p>1.Easy LaTeX 1.42<br />
<a href="http://wordpress.org/extend/plugins/easy-latex/">http://wordpress.org/extend/plugins/easy-latex/</a><br />
+公式格式可设置为三种格式之一：[math]…![/math] $$…!$$ \[...!\]<br />
$$…!$$：内嵌公式格式<br />
$$!…!$$：独立行居中格式<br />
$$…!!$$：显示公式原文<br />
+解析标题<br />
+解析comments<br />
+可设置cache，cache的位置在安装目录easy-latex下的cache中<br />
+可以设置前景色和背景色，但背景色无法设置为透明<br />
+认识TeX和LaTeX的logo</p>
<p>2.Latex for WordPress 2.01<br />
<a href="http://wordpress.org/extend/plugins/latex/">http://wordpress.org/extend/plugins/latex/</a><br />
+公式格式：$$…!$$<br />
$$…!$$：内嵌公式格式<br />
$$!…!$$：独立行居中格式<br />
$$…!!$$：显示公式原文<br />
+解析标题<br />
+解析comments<br />
*不可设置前景色和背景色，背景色自动设置为透明<br />
*强制要求在wp-content下设置名为cache的缓冲目录，需要设置可写权限<br />
+认识TeX和LaTeX的logo</p>
<p>3.WP QuickLaTeX<br />
<a href="http://wordpress.org/extend/plugins/wp-quicklatex/">http://wordpress.org/extend/plugins/wp-quicklatex/</a><br />
公式格式：[tex]…![/tex],[math]…![/math],[latex]…![/latex],[eq]…![/eq],$$…!$$<br />
支持的格式太多了，有时候很讨厌，不过可以把其php脚本程序中的一段读取tag的正则表达式之中你不想要的tag都去掉（且其正则表达式是有bug的，&lt;tex&gt;…[/math]都可以实现配对）<br />
+公式有错误的时候会给出具体的错误信息<br />
+解析标题<br />
+解析comments<br />
-不认识TeX和LaTeX的logo<br />
可以在主机上缓存图片，需要手工在wp-content目录中建立ql-cache目录，并对应用程序开放写权限。不过时间久了可能会有很多垃圾图片，可以时不时地删除下</p>
<p>4.WP LaTeX 1.7<br />
<a href="http://wordpress.org/extend/plugins/wp-latex/">http://wordpress.org/extend/plugins/wp-latex/</a><br />
公式格式：[latex]…![/latex]<br />
在线公式格式：$latex …!$<br />
-不解析标题<br />
+可选择解析comments<br />
+可设置前景色和背景色，背景色可以设置为透明<br />
+认识TeX和LaTeX的logo</p>
<p>5.Youngwhan’s Simple Latex<br />
<a href="http://blog.breadncup.com/yw-latex-wp-plugin/">http://blog.breadncup.com/yw-latex-wp-plugin/</a><br />
公式格式[math]…![math]<br />
-不解析标题<br />
-不解析comments<br />
-不可设置颜色，背景色自动为透明<br />
+可设置Location of mathtex.cgi，也就是说可以在你自己的独立主机上运行<br />
+认识TeX和LaTeX的logo</p>
<p>6.Google Equation for WordPress<br />
<a href="http://wordpress.org/extend/plugins/google-docs-equation-for-wordpress/">http://wordpress.org/extend/plugins/google-docs-equation-for-wordpress/</a><br />
公式格式[eq]…![/eq]<br />
-不解析标题<br />
-不解析comments<br />
+认识TeX和LaTeX的logo</p>
<p>相比之下，我最喜欢Easy LaTeX和Latex for WordPress。不能解析标题或者comments对我来说很难接受。<br />
Easy LaTeX和Latex for WordPress相比，前者唯一的缺点是不能设置背景色为透明，后者不能设置前景色而背景色自动设置为透明。前者的缓存目录在插件自身的目录中，后者需要建立一个独立的cache目录，时间久了可能会忘了这是什么目录。</p>
<p>下面是一些提供mathtex服务的网址：</p>
<p><a href="http://www.forkosh.dreamhost.com/mathtex.cgi">http://www.forkosh.dreamhost.com/mathtex.cgi</a></p>
<p><a href="http://www.openmaths.org/cgi-bin/mathtex.cgi">http://www.openmaths.org/cgi-bin/mathtex.cgi</a></p>
<p><a href="http://www.quantnet.com/cgi-bin/mathtex.cgi">http://www.quantnet.com/cgi-bin/mathtex.cgi</a></p>
<p>这里介绍了如何在自己主机上用mimetex实现公式显示：<br />
<a href="http://zhiqiang.org/blog/plugin/mimetex">http://zhiqiang.org/blog/plugin/mimetex</a></p>
]]></content:encoded>
			<wfw:commentRss>http://zhblog.logic-engine.net/20100814-172144/%e5%87%a0%e7%a7%8dlatex%e6%8f%92%e4%bb%b6%e6%af%94%e8%be%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

