我对 + 号有疑问。我使用“menukeys”包,如果我写下一个命令,\keys{Eclipse C++ Development tool}
包 keys 会将我的命令拆分为类似于三个键命令:\keys{Eclipse C} \keys{} \keys{Development tool}
有没有不同的方法将加号插入到乳胶中?
答案1
简单地放在Eclipse C++ Development tool
一个组内。请参阅文档的 4.1 小节menukeys
:
您可以通过将序列的一部分放在括号中来向解析器隐藏分隔符。
\documentclass{article}
\usepackage{menukeys}
\begin{document}
\keys{Eclipse C++ Development tool}
\keys{{Eclipse C++ Development tool}}
\end{document}