[texhax] long curly braces in an equation
Konstantin Karapetyan
texnic at photonica.ru
Tue Jul 12 07:38:57 CEST 2005
I may misunderstand the task but:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
S:= \begin{cases}
i = 0..M,\quad j =0..N & \text{for }M >N \\
i=0..M,\quad j=0..M & \text{for }N > M
\end{cases}
\end{equation}
\end{document}
Happy TeXing!
Konstantin.
> hi;
> if i have an equation like this:
> S:=(i,j) s.t. {i = 0..M, j =0..N for M >N
> {i=0..M, j=0..M for N > M
> I wan to write one long curly brace on the left and have both lines in
> it. any idea?
> thanks
> m.smadi
More information about the texhax
mailing list