排版“F”等符号传统形式

发布于 2024-10-17 12:06:40 字数 262 浏览 2 评论 0原文

在 Mathematica 中,我正在绘制一个函数,其轴标记为“ΔF”。正如 Mathematica 的典型情况一样,TraditionalForm 在显示之前会围绕 ΔF 进行包裹。问题是这个标签看起来不合适,因为它不像情节上由单个字符组成的其他符号那样是斜体。有没有办法强制TraditionalForm 将 ΔF 设为斜体?我尝试使用 ┆is┆ (\[InvisibleSpace]),但显示为 F Δ,这不是我想要的。感谢您的帮助!

In Mathematica, I'm plotting a function with an axis labeled by "ΔF". As is typical for Mathematica, TraditionalForm gets wrapped around ΔF before it is displayed. The trouble is that this label looks out of place, as it isn't italicized like other symbols on the plot that are composed of single characters. Is there a way to force TraditionalForm to italicize ΔF? I have tried using ┆is┆ (\[InvisibleSpace]), but that gets displayed as F Δ instead, which is not what I intended. Thanks for the help!

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

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

发布评论

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

评论(2

未蓝澄海的烟 2024-10-24 12:06:40

不完全确定这就是你想要的,但无论如何......

尝试

ListLinePlot[{{0, 0}, {1, 1}},
 AxesLabel -> Style["\[CapitalDelta]F", Italic]]

Not completely sure that this is what you want, but anyway ...

Try

ListLinePlot[{{0, 0}, {1, 1}},
 AxesLabel -> Style["\[CapitalDelta]F", Italic]]
海夕 2024-10-24 12:06:40

怎么样

ListLinePlot[{{0, 0}, {1, 1}}, AxesLabel -> Row[{\[CapitalDelta], F}]]

How about

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