如何实现一个可以输出带有tex参数的公式的服务?
有什么开源项目可以参考吗?
我正在使用 PHP。
有人知道吗?
Is there some open source project I can refer to?
I'm using PHP.
Anyone knows?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有什么开源项目可以参考吗?
我正在使用 PHP。
有人知道吗?
Is there some open source project I can refer to?
I'm using PHP.
Anyone knows?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我已经尝试了大约六种可用的解决方案。我见过的最好的是 QuickLaTeX,它有一个 WordPress 插件,可以轻松适应其他平台。它比其他解决方案具有更好的垂直对齐方式。 http://sixthform.info/steve/ 上有大多数可用解决方案的列表wordpress/?p=59
I've tried about half a dozen of the available solutions. The best I've seen is QuickLaTeX which has a WordPress plugin which could easily be adapted to other platforms. It has better vertical alignment than the other solutions. There is a list of most of the available solutions at http://sixthform.info/steve/wordpress/?p=59
看起来 LatexRender 可能会做你想要的。
It looks like LatexRender might do what you want.
下载维基百科引擎并分析它如何呈现公式。
这是一个通用的“我如何实现......”解决方案:记住您可能在哪里遇到了您正在寻找的功能,然后下载源代码并使用它们/他们的想法。
如果您正在寻找一个可以呈现 TeX 的纯 PHP 脚本,那么您将会失败:没有人敢于实现如此复杂的脚本。即使您找到了一个,它也不会支持 TeX 社区提供的所有优秀软件包!
所有解决方案都使用命令行 TeX 构建器。 永远不要发明自行车,除非你确定你的自行车有机会成为最好的;)
Download the Wikipedia engine and analyze how it renders formulas.
That's a general "how do I implement..." solution: remember where you might have met the feature you're looking for, then download the sources and use them/their ideas.
If you're looking for a pure PHP script that renders TeX -- you'll fail: no one dares to implement a script of that complexity. Even if you find one, it won't support all the nice packages provided by the TeX community!
All solutions use command-line TeX builders. NEVER invent bicycles until you're sure your bicycle has a chance of becoming the best ;)
查看 mimetex 及其变体 mathtex。
Check out mimetex and its variant mathtex.
有一个使用 mathtex 实现的服务:
http://www.forkosh.dreamhost.com/mathtex .cgi?\sum_i^N%20\lim_{x%20\rightarrow%20k}x
There's a service that was implemented with mathtex:
http://www.forkosh.dreamhost.com/mathtex.cgi?\sum_i^N%20\lim_{x%20\rightarrow%20k}x
当然有一项好的服务或项目可用。
它是用纯 php 编写的 Latext 实现,看看;-)
代码非常干净且符合逻辑
LATEX PHP
Sure there is one good service or project avaiable.
Its a latext implementation written in pure php have a look ;-)
The code is very clean and logical
LATEX PHP