使用 \includepdf 命令时出现错误消息

使用 \includepdf 命令时出现错误消息

我试图在我的硕士论文中包含一个 12 页的 .pdf 文件,但收到错误消息。

我尝试创建一个新的 .tex 文件,但出现了相同的错误消息。

\documentclass[12pt, norsk, a4paper, twoside]{article}
\usepackage[final]{pdfpages}
\begin{document}
\includepdf[pages=-]{AppendixB.pdf}
\end{document}

Texmaker 的错误消息:

Error line 188 !Undefined control sequence.<argument> \nointerlineskip \AddToHook{shipout/background}{\put(0,\ESO@yof...}
Error line 188 !LaTeX Error: Missing \begin{document}...
Error line 188 !Undefined control sequence.<argument> \ESO@yoffsetl }
Error line 188 !Undefined control sequence.<argument> ... \ESO@HookllBG \@empty }}\AddToHook{shipout/foreground}{\put ... }
Error line 188 !Undefined control sequence.<argument> \ESO@yoffsetl }

(编辑器不会复制,所以我手动输入了错误信息。可能有一些错别字)

我非常感谢在此事上提供的任何帮助!

相关内容