乳胶新手,不知道为什么这个 \maketitle 命令显示错误?

问题描述

我是乳胶新手,正在尝试使用会议模板。这个错误是为 \maketitle 命令弹出的,我尝试了很多没有帮助的东西:

                         
l.72 \maketitle
               
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.

这是我在 .tex 文件中的内容

\begin{document}

\maketitle

%===============================================================================

\begin{abstract}

这里是 .sty 文件定义 \maketitle 命令的地方:

% create title
\providecommand{\maketitle}{}
\renewcommand{\maketitle}{%
  \par
  \begingroup
   \renewcommand{\thefootnote}{\fnsymbol{footnote}}
    % for perfect author name centering
    \renewcommand{\@makefnmark}{\hBox to \z@{$^{\@thefnmark}$\hss}}
    % The footnote-mark was overlapping the footnote-text,% added the following to fix this problem               (MK)
   \long\def\@makefntext##1{%
      \parindent 1em\noindent
      \hBox to 1.8em{\hss $\m@th ^{\@thefnmark}$}##1
    }
    \thispagestyle{empty}
    \@maketitle
    \@thanks
    \@notice
  \endgroup
  \let\maketitle\relax
  \let\thanks\relax
}

生成的Pdf看起来还不错,但是报错了。如果你明白发生了什么,请赐教。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...