mhchem 如何打印上标和下标? 2024-5-23 • subscripts superscripts mhchem 我需要复制 的mhchem排版下标和上标的方式。它与$X^y$和$Z_w$所做的不同: \documentclass{article} \usepackage[version=4]{mhchem} \usepackage[dvipsnames, svgnames, x11names, table]{xcolor} \begin{document} \noindent \rlap{$\mathrm{A}_2^+$}% \textcolor{PineGreen}{\ce{A2+}} \end{document} 答案1 mhchem将索引单独放置,不带上标。这样索引就不会向下移动,因为它不需要上标的下行部分的空间。然后将上标应用于由字母和索引组成的单独原子。 \documentclass{article} \usepackage[version=4]{mhchem} \usepackage{xcolor} \begin{document} \noindent \rlap{${\mathrm{A}_2}^+$}% \textcolor{green}{\ce{A2+}} \end{document} 相关内容 调试时出现 com.sun.jdi.Invocation 异常 带有虚拟驱动程序的 X11-vnc - 屏幕尺寸太小 将所有文件移动到以文件名的一部分命名的子目录中[重复] 在 Ubuntu 中使用防火墙服务? 通过 ubuntu 服务器接收电子邮件[关闭] 僵尸分区 “要查看此文档的完整内容,您需要更高版本的 PDF 查看器” [重复] 是否可以重复 /begin{something} n 次? 在 jenkins 或 S3 上加密并在 EC2 实例上解密 16.04 — 是否有可能加快内核启动时间?