我注意到revtex4-2
documentclass with nofootinbib
option 有时会破坏方程的对齐。为什么会这样?我做错了什么吗?有没有方法可以避免这种情况?
以下是一个例子:
\documentclass[twocolumn,nofootinbib]{revtex4-2}
\usepackage{lipsum}
\begin{document}
\lipsum[][1-40]
A column break is somewhere here. \lipsum[][43-67]%
\footnote{The number in the equation below is misaligned.
Without this (a bit verbose) three-line sentence the
footnote would be a bit shorter and the issue observed
above with misaligned formula would disappear.}
\begin{equation}
1=1
\end{equation}
\lipsum[][71-90]
\begin{equation}
2=2
\end{equation}
\end{document}
注 1:上面示例中使用的 revtex 版本是revtex4-2 2020/10/03 4.2e
,即截至 2023 年 1 月 23 日在 Overleaf 中使用的版本。
注2:类似的问题RevTeX 的奇怪行为只有一行align
,这在这里不是问题。