如何使用 Github-Pages 的 markdown 显示求和 (\sum) 符号上方和下方的符号?

发布于 2025-01-14 04:58:02 字数 456 浏览 3 评论 0原文

如何在求和符号上方和下方显示符号 symbol使用

我得到的最接近的 是 给出 .但是这个布局并不是我想要实现的。

How do I show symbols above and below the summation sign symbol
using <img src="https://render.githubusercontent.com/render/math?{}> ? Is it possible? If not, what are my other options to render such a math symbol?

I closest I got is <img src="https://render.githubusercontent.com/render/math?math={\color{black} \sum_{d=0}^{d_{max}}}"> which give . But this layout is not what I desire to achieve.

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

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

发布评论

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

评论(1

天冷不及心凉 2025-01-21 04:58:02

我发现 https://render.githubusercontent.com/render/math? 正在使用乳胶命令。因此,命令 \displaystyle 需要在 \sum 之前才能实现我想要的格式。

因此 给出

I discovered that https://render.githubusercontent.com/render/math? is using latex commands. Hence, the command \displaystyle needs to precede \sum to achieve the format that I desire.

Therefore <img src="https://render.githubusercontent.com/render/math?math={\color{black} \displaystyle\sum_{d=0}^{d_{max}}}"> gives .

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