I'm using the IEEEconf documentclass. I want the abstract to span two columns directly after the title so I added the following:
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\end{@twocolumnfalse}
\vspace{2mm}
\hrule
\begin{abstract}
abstract text.
\end{abstract}
\hrule
\bigskip
]
When I build this with XeLaTex, I get the following error:
Undefined control sequence. []]
However, when I first comment out the lines with \twocolumn[ and ], keep the pdf open and build again, I keep getting the error, but the pdf is build normally. How can I prevent the error or tell XeLaTex to ignore this error?


@twocolumnfalseoutside a class or style file without\makeatletter? – Crissov Feb 03 '14 at 16:16\twocolumn[This will be printed in one column!] and this in two columns.OK, did not test, but write from memory, hopefully its true. – Keks Dose Feb 03 '14 at 16:31