排版“F”等符号传统形式
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不完全确定这就是你想要的,但无论如何......
尝试
Not completely sure that this is what you want, but anyway ...
Try
怎么样
How about