什么 LaTeX 命令创建破折号?
我知道我可以使用 ---
创建一个破折号(以及使用 --
创建一个破折号)。但是,我想在我的 Unicode 设置中使用这些字形,并按如下方式尝试:
\DeclareUnicodeCharacter{2012}{--}
\DeclareUnicodeCharacter{2013}{--}
\DeclareUnicodeCharacter{2014}{---}
仅在输出中产生一系列两个或三个破折号。我应该用什么来代替?我尝试了 \endash
和 \ndash
,但这些不是已知的命令。
I know I can create an em-dash with ---
(and an en-dash with --
). However, I want to use these glyphs in my Unicode setup, and trying it as follows:
\DeclareUnicodeCharacter{2012}{--}
\DeclareUnicodeCharacter{2013}{--}
\DeclareUnicodeCharacter{2014}{---}
simply yields series of two or three dashes in the output. What should I use instead? I tried \endash
and \ndash
, but those are not known commands.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
\textemdash
和\textendash
\textemdash
and\textendash