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.
这篇关于为网站乳胶渲染数学方程式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为网站乳胶渲染数学方程式


基础教程推荐
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01