在 Windows 10 中使用 TexMaker 通过 MikTek 编译我的乳胶文件后,出现以下错误。
! Extra \endgroup.
\document ->\endgroup
\let \BeforeStartOfDocument \@firstofone \cpt@beforest...
l.73 \begin{document}
.pdf 文件正在生成,但在 TexMaker 的内置查看器中无法看到。我应该在 latex 文件中纠正什么?
答案1
\RequirePackage[2020-02-02]{latexrelease}
一个快速的解决方法是在之前使用\documentclass[]{}
。