2

The following produces (in overleaf) an error:

\documentclass{article}
\begin{document}
  $$
  s_l = \left\{
  \begin{array}{ll}
    [a]  & \mbox{if } l = j; \\
    [a]  & b.
  \end{array}
  \right.
 $$
\end{document}

When I do this:

\documentclass{article}
\begin{document}
  $$
  s_l = \left\{
  \begin{array}{ll}
    [a]  & \mbox{if } l = j; \\
    \mbox{[a]}  & b.
  \end{array}
  \right.
 $$
\end{document}

it works. That seems strange to me. Is there any comprehensible reason for this?

StefanH
  • 135

0 Answers0