cases
environment in the amsbook
document class. The problem I have is that the curly brace appears to be a bit too large. For example, see the code below.Code: Select all
\[
(q)_n=
\begin{cases}
{1}, & n=0,\\
{q(q+1)\ldots (q+n-1)}, & n>0.
\end{cases}
\]
amsbook
class. If I use amsart
, for example, everything is fine. Is there a way of fixing it?