我正在尝试将我的双列 IEEE 类文档更改为单列文档以进行修订。根据论坛上的其他问题,我尝试了以下命令:
\documentclass[journal,12pt,onecolumn,draftclsnofootl]{IEEEtran}
然而,在摘要之前和之后返回了以下错误\maketitle
:
! Missing control sequence inserted.
<inserted text>
\inaccessible
l.457
Please don't say `\def cs{...}', say `\def\cs{...}'.
I've inserted an inaccessible control sequence so that your
definition will be completed without mixing me up too badly.
You can recover graciously from this error, if you're
careful; see exercise 27.2 in The TeXbook.
我不太清楚问题是什么,尽管我曾尝试在线搜索,结果指出是水印问题,但我认为水印没有被使用。我确实引入了以下新命令
\newcommand{\matr}[1]{\bm{#1}}
并且有横跨figure*
环境双列的数字,但已将其替换。仍然没有乐趣。
如果能得到任何关于如何确定问题所在方面的帮助,我们将不胜感激。