乳胶序列 \/?

发布于 2024-08-05 05:41:59 字数 116 浏览 2 评论 0原文

这可能非常简单,但我在通常的乳胶指南中找不到任何相关内容。在这句话中:

{\em hello\/}

\/”的目的是什么?

This is probably very simple but I couldn't find anything about in the usual latex guides. In this phrase:

{\em hello\/}

what is the purpose of the "\/" ?

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

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

发布评论

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

评论(2

晨与橙与城 2024-08-12 05:41:59

这就是所谓的斜体校正。其目的是确保斜体文本后有适当的间距。

示例:

  • {\itshape M}M 生成 MM,但斜体 M 接触普通 M。
  • {\itshape M\/} M 产生 M M,有更多的间距以避免接触。

This is a so-called italic correction. Its purpose is to ensure proper spacing after italic text.

Example:

  • {\itshape M}M produces MM, but italics M touches normal M.
  • {\itshape M\/}M produces M M, with a bit more spacing to avoid touching.
别念他 2024-08-12 05:41:59

\/ 也是用于分隔字母的标准宏,否则这些字母将形成连字,因此如之前所述,它充当分隔符。但如果您使用包 german/ngerman (已弃用),或 babel 以及选项 german/< code>ngerman (我目前不知道它是否也适用于其他语言)您可以采用 "| ,它会产生稍微更好的间距并且不会影响连字符,因为\/ 会的。

\/ is also the standard macro for separating letters which would otherwise form a ligature, so as said before it acts as a separator. But if you’re using the packages german/ngerman (deprecated), or babel with option german/ngerman (I don’t know at the moment whether it works on other languages as well) you can take "| which generates slightly better spacing and does not influence the hyphenation, as \/ would.

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