Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
xmgrace 很棒,但是在处理杂乱的字符时会出现一些问题。
如何$\ell$在 xmgrace 中使脚本变小 l(在乳胶中)?
$\ell$
我相信这样做的唯一方法是指定类似脚本的系统字体。没有一个标准字体是合适的,因此您必须确保在您的系统上安装了合适的字体。
您可以通过将名称包含在中来更改为任何字体
\f{}
例如
\f{Symbol}
或者
\f{Century-Schoolbook-L-Bold_italic}
您可以通过转到 xmgrace GUI 的窗口菜单中的字体工具来查看可用字体(及其标签)的列表。
输入特殊字符后,您可以以类似的方式返回到原始字体,或者使用 \0 恢复到默认字体 0。