render math equations for websites latex(为网站乳胶渲染数学方程式)
问题描述
我正在寻找可生成 gif 或 png 文件的独立数学方程式渲染器.它应该能够从 URL 获取方程输入.它必须在网络服务器上运行,最好是基于 IIS 和 .NET.
I'm looking for a standalone math equation renderer that generates a gif or png file. It should be able to take equation input from a URL. It has to work on a webserver, preferably on IIS and .NET based.
我在这里阅读了以前的主题,但似乎没有一个效果很好.
I read the previous topics here, but none of them seem to work well.
推荐答案
我知道这并不能直接回答你的问题,但大多数人第一次没有考虑这个问题,所以你可能要考虑一下.
I know this doesn't directly answer your question, but most people don't think about this first time, so you might want to consider it.
p>
您可以使用 jsMath,这很好,因为它不会给您的服务器带来任何开销,并且可以动态编辑.
You can render the LaTeX client-side with javascript libraries such as jsMath, it is nice because it introduces no overhead to your server, and can be dynamically edited.
这篇关于为网站乳胶渲染数学方程式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为网站乳胶渲染数学方程式


- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- 带问号的 nvarchar 列结果 2022-01-01
- 使用 rss + c# 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- 在 C# 中异步处理项目队列 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01
- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01