我正在使用修改后的证明环境定义:
\makeatletter
\renewenvironment{proof}[1][\proofname]{\par
\pushQED{\qed}%
\normalfont \topsep1\p@\@plus3\p@\relax
\trivlist
\item[\hskip\labelsep
\scshape
#1\@addpunct{\scshape{.}}]\ignorespaces
}{%
\popQED\endtrivlist\@endpefalse
\vspace{6pt plus 3pt}
}
\makeatother
但是,如果在校样后立即开始新的部分,校样和部分之间的间距会比浮动文本小得多。当我使用 AMS 提供的标准校样环境时也会发生这种情况。
谢谢!