Possible Duplicate:
“[” as first character in table row
I am usually constructing nested equations in latex using the IEEEeqnarray-toolbox (typeset_equations.pdf ). However, I noticed an odd behavior that it probably inherits from the basic TeX ingredients it is based on.
Does anyone know a simple workaround for the following?
In the IEEEeqnarraybox environment, in a second line (after a \\ in the previous line), a starting opening bracket will lead to errors. Showcase:
\begin{IEEEeqnarraybox}[][c]{l?s}
& \\
[ &
\end{IEEEeqnarraybox}
I tried escaping it with \\[, which will lead to other errors, as I am using this in the math-environment.
\relaxafter the\\that's followed by[. – egreg Jan 25 '13 at 17:02