与未定义的控制序列相关的问题

与未定义的控制序列相关的问题

这是我在这里的第一篇帖子。如果我没有遵守规则,请提前道歉 :)

我的代码几个月前运行没有错误。这次我尝试时,在更新我的 MikTex 后,它向我发送了以下错误消息:

我的所有参考资料前面都出现了类似于下面的错误消息。如果有人能给我提示,我将不胜感激。我已经尝试删除辅助文件并重新运行我的代码。但它没有解决问题。

以下是我的包裹:

\documentclass[12pt]{article}
\usepackage{amsmath}            
\usepackage[utf8]{inputenc}     
\usepackage[T1]{fontenc}            
\usepackage[english]{babel}     
\usepackage{graphicx}               
\usepackage{subfigure}              
\usepackage{lscape}              
\usepackage{setspace}
\usepackage{apacite}
\usepackage{natbib}
\usepackage{hyperref}
\hypersetup{colorlinks,linkcolor={red},citecolor={blue},urlcolor={red}} 
\usepackage{booktabs}
\usepackage{float}
\usepackage{xspace}
\usepackage{adjustbox}
\usepackage{pdfpages}
\usepackage{lmodern}
\usepackage{sectsty}
\usepackage{sectsty}
\sectionfont{\centering}
\usepackage{eso-pic,graphicx}
! Undefined control sequence.
l.34 \abx@aux@segm
                  {0}{0}{uribe2006country}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

! Undefined control sequence.
l.35 \abx@aux@cite
                  {fogli2006great}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.```

相关内容