为了写论文,我必须使用学院提供的 .cls。里面有以下命令:
\let\@altdoc=\document
\let\end@altdoc=\enddocument
\renewenvironment{document}{
\begin{@altdoc}
\renewcommand\baselinestretch{1.2}
\baselineskip=18pt plus1pt
}
{\end{@altdoc}}
据我所知,这在语法上是正确的。但是,在编译时,它给出了以下内容:
! LaTeX Error: \begin{altdoc} on input line 79 ended by \end{document}.
我不知道为什么。有什么想法吗?