这本 Wikibook 章节 2.1 节LaTex 上说:Without AmsTex the same result of \overset can be obtained with \stackrel
。但是我无法在没有 amsmath 包的情况下使用 Stackrel。是否有任何特定于 Stackrel 的包?我想比较在有和没有 amsmath 包的情况下 Stackrel 环境中表达式的显示。
更新 没关系,这是我的错。我是通过阅读 Ulrike Fischer 的回复才意识到这一点的。我当时正在使用
\documentclass{article}
\begin{document}
$\quad \text{stackrel: } \stackrel{A}{x}$
\end{document}