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.
如何让 \textsc 之类的东西正常工作?显然,从这个 mathoverflow 答案来看,它可能会启用它。
有没有其他人找到至少允许使用小型大写字母或大写字母的解决方案?
APSMathJax 不包括小型大写字体(因为这是文本字体而不是数学字体),因此没有\textsc宏。您可以使用类似的东西来模拟效果{\rm S{\small MALL}C{\small APS}}。有点痛苦,但如果你没有很多事情要做,它应该会给你一个接近你正在寻找的结果。
\textsc
{\rm S{\small MALL}C{\small APS}}