<?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; latex</title>
	<atom:link href="http://zhiqiang.org/blog/tag/latex/feed" rel="self" type="application/rss+xml" />
	<link>http://zhiqiang.org/blog</link>
	<description>zhiqiang&#039;s personal blog</description>
	<lastBuildDate>Tue, 22 Jun 2010 13:08:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>用mimetex for wordpress插件在blog上写数学公式</title>
		<link>http://zhiqiang.org/blog/resource/wordpress-mimetex-used-for-the-plug-in-blog-writing-mathematical-formula.html</link>
		<comments>http://zhiqiang.org/blog/resource/wordpress-mimetex-used-for-the-plug-in-blog-writing-mathematical-formula.html#comments</comments>
		<pubDate>Tue, 01 May 2007 17:15:17 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[资源]]></category>
		<category><![CDATA[CGI]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mimetex]]></category>
		<category><![CDATA[WordPress插件]]></category>
		<category><![CDATA[数学公式]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/580.html</guid>
		<description><![CDATA[上次描述一个算法题目，有两个数列公式，心想要是能直接写Latex公式就好了。今天上网一查，原来实现起来很简单，甚至不需要你在服务器上安装任何东西（当然，一个WP插件还是要装的）。
mimetex是一个C语言编写的程序，它直接读入latex表达式，输出一个GIF文件（如果在linux下，输出一个ascii点阵)。编译成CGI文件后，放到支持CGI的服务器上就行了，很多主机空间包括bluehost和...]]></description>
			<content:encoded><![CDATA[<p>上次描述一个算法题目，有两个数列公式，心想要是能直接写Latex公式就好了。今天上网一查，原来实现起来很简单，甚至不需要你在服务器上安装任何东西（当然，一个WP插件还是要装的）。</p>
<p><a href="http://www.forkosh.dreamhost.com/mimetex.html" target="_blank">mimetex</a>是一个C语言编写的程序，它直接读入latex表达式，输出一个GIF文件（如果在linux下，输出一个ascii点阵)。编译成CGI文件后，放到支持CGI的服务器上就行了，很多主机空间包括bluehost和dreamhost都支持CGI。亦不需要服务器上安装任何latex编译或解释程序。我只是觉得这个程序的作者的程序功底太深厚了。 </p>
<p>不妨看看 <a href="http://zhiqiang.org/cgi-bin/mimetex.cgi?a+b=c">http://zhiqiang.org/cgi-bin/mimetex.cgi?a+b=c</a>, 它直接输出下图</p>
<p align="center"><img src="http://zhiqiang.org/cgi-bin/mimetex.cgi?a+b=c"/> </p>
<p>mimetex如此强大，热门的blog，论坛程序都有专门开发的插件，WordPress也不例外。比如<a href="http://en.dahnielson.com/2006/09/mimetex-plugin.html" target="_blank" rel="nofollow">dahnielson_mimetex</a>，现在已经到1.2版本。我下载回来一试，不知怎么回事，简单的式子还好，一到复杂的，比如里面有"&amp;"等就不行了。后来发现可能是它的filter优先级个人的都不一样，自己修正了一下。另一个问题是公用的mimetex服务器被停了，居然也没人声张弄一个新的出来。我只好自己弄了一个。</p>
<p>这种东西，使用方便。我决定把我改版本贴出来，版本号就直接从1.2升到2.0好了，我看现在这玩意儿也没人维护，大家各写各的。具体下载和安装和使用请到 <a href="http://zhiqiang.org/blog/plugin/mimetex/">MimeTex for WordPress &amp; bbPress</a>.</p>
<p>另外发现<a href="http://zhiqiang.org/blog/plugin/ajaxcomment/">Ajax Comments-Reply修订版</a>的一个bug，及以前的一个js考虑不周，这次一并补了，升级到2.02版本，请用此插件的朋友到插件主页下载更新（直接覆盖安装即可），有何问题请到相应插件页留言。</p>
<p></p>
<div><h2>相关文章</h2><ul><li><a href="http://zhiqiang.org/blog/it/wordpress-create-the-most-efficient-of-all-stations-browsing.html">打造最快捷的wordpress的全站浏览方式</a> <small>我们有很多种方式浏览全站文章，主页面往前翻页，通过察看分类和按日期存档察看，或者通过搜索查找自己敢兴趣的东西。这些方法的缺陷就是太慢...</small></li><li><a href="http://zhiqiang.org/blog/it/the-revised-posted-extend-live-archive-all-stops-for-fast-browsing-article.html">贴出修改过的Extend Live Archive——实现快速全站文章浏览</a> <small>说明：此插件使用需要一定的php, html, css基础。如果你连这些名词都没有听说过的话就不要试了。 

经过两天的修修补补，终于把它弄得可移植了。...</small></li><li><a href="http://zhiqiang.org/blog/it/wordspew-plug-litter-message-solution.html">wordspew插件的垃圾留言的解决办法</a> <small>wordspew插件可以给Blog添加一个实时的ajax聊天窗口，也可以用来当作一个简单留言板，具体效果可见本blog左侧栏的在线聊天模块。本来一直用得挺好的...</small></li><li><a href="http://zhiqiang.org/blog/it/reading-church-wordpress-plug-in-system-architecture-use.html">阅微堂系统架构 &#038; WordPress插件使用情况</a> <small>本系统使用了以下插件：

	Ajax Comments-Reply: 可以在迴響之後跟隨回覆，使用Ajax無刷新。经过一些修改后，实现本系统的MSN Spaces风格的页面ajax显示和...</small></li><li><a href="http://zhiqiang.org/blog/it/a-new-static-wordpress-plug-cos-of-cache-html.html">一个新的WordPress静态化插件cos-html-cache</a> <small>阅微堂是国内WordPress用户较早实现静态化的blog之一。之前，本站所用的是修改WP-Write HTML插件实现的静态化，不过这个插件已经没人维护，我也没时间...</small></li><li><a href="http://zhiqiang.org/blog/it/msn-spaces-message-style.html">MSN Spaces留言风格</a> <small>用习惯了MSN Spaces，总是不喜欢其它的包括wordpress默认的留言风格：每次留言都必须到单文章界面去，即使在那里还要忍受提交等待页面刷新的痛苦。所...</small></li><li><a href="http://zhiqiang.org/blog/it/wordpress-the-revised-calendar-own-style.html">修改wordpress的自带日历式样</a> <small>wordpress自带了一个日历函数get_calendar()，可以显示每天各发了哪些文章（把鼠标移到日期上即可看到），是个很实用的函数。可是它原来的式样太丑了...</small></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2007. | <a href="http://zhiqiang.org/blog/resource/wordpress-mimetex-used-for-the-plug-in-blog-writing-mathematical-formula.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/resource/wordpress-mimetex-used-for-the-plug-in-blog-writing-mathematical-formula.html#comments">4 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/resource/wordpress-mimetex-used-for-the-plug-in-blog-writing-mathematical-formula.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
