用于在 Gmail 中插入数学的 Greasemonkey 脚本

发布于 2024-07-20 21:39:54 字数 619 浏览 10 评论 0原文

我希望有一种简单的方法可以通过 Gmail 交流数学方程。

有一个名为 AsciiMath 的 javascript 脚本,它应该将类似 Tex 的方程转换为标准数学ML。

我认为这个脚本与 GM 一起使用会很好。 我认为在发送电子邮件之前,该脚本会将电子邮件中所有类似 TeX 的方程转换为 MathML。 因此,使用 FF(或安装了 MathPlayer 的 IE)的读者将能够轻松阅读这些方程。

理想情况下,我希望以某种方式将原始的类似 TeX 的方程保留在纯文本消息中,以便纯文本电子邮件客户端(例如 mutt)可以读取它。

显然,这里最薄弱的环节是客户端软件,它很可能不支持 MathML。 不过,如果我的通讯员使用 Firefox 和某种网络邮件(这是相当合理的),它应该可以工作。

我的问题是,这可能吗? 有人这样做过吗?

您是否发现这种方法存在任何技术问题(gmail 过滤 MathML、客户端无法正确解析等)?

有什么更聪明的想法吗?

I wish an easy way to communicate mathematical equations with gmail.

There's a javascript script called AsciiMath, which should translate Tex-like equations into standard mathML.

I thought that it would be nice to use this script with GM. I thought that before sending the email, this script would convert all the TeX-like equations in your email to MathML. Thus the reader which is using FF (or IE with MathPlayer installed) would be able to easily read those equations.

Ideally, I wish to somehow keep the original TeX-like equations in a plain-text message, so that it would be readable by plain text email clients, such as mutt.

Obviously the weakest link here is the client software, which most likely doesn't support MathML. Still if my correspondent is using Firefox and some kind of webmail (which is pretty reasonable) - it should work.

My question is, is it possible? Did anyone do that?

Do you see any technical problems with this approach (gmail filtering the MathML, client not parsing it correctly etc.)?

Any smarter ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

雪花飘飘的天空 2024-07-27 21:39:54

GmailTeX 正是您想要的。 它是纯 JavaScript,因此可以在 Firefox、Chrome、Opera 中运行。

GmailTeX does exactly what you want. It is pure javascript so it works in Firefox, Chrome, Opera.

浅忆 2024-07-27 21:39:54

使用 texify 并将其转换为 html 图像或该图像的链接怎么样? 这将节省一些解析和转换 tex 数学代码的工作,并且即使在简单的邮件客户端上也能正常工作。

What about using texify and converting it just to a html image or a link to that image? This would save some work with parsing and converting the tex math code and wold work fine even with simple mail clients.

枉心 2024-07-27 21:39:54

据我所知,GmailTeX(在最佳答案中建议)不再在 Firefox 中运行。

我可以推荐浏览器插件 MathQuill for GmailChrome 版也有),允许编辑公式在 Gmail 撰写窗口中,并将它们转换为图片。 (概念上类似于 GmailTeX,但具有交互式编辑器。)

免责声明:我是该插件的作者。

As far as I can figure out, GmailTeX (suggested in the top answer) does not work in Firefox anymore.

I can suggest the browser plugin MathQuill for Gmail (also exists for Chrome), which allows to edit formulas within the Gmail compose window, and converts them into pictures. (Like GmailTeX in concept, but with an interactive editor.)

Disclaimer: I am the author of the plugin.

放我走吧 2024-07-27 21:39:54

根据您与谁沟通,最简单的解决方案有时是通过电子邮件发送原始文本。

Depending on whom you communicate with the easiest solution is sometimes to email raw tex.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文