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.
这篇关于为网站乳胶渲染数学方程式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为网站乳胶渲染数学方程式
基础教程推荐
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
