On Sun, Oct 05, 2003 at 01:02:39PM -0700, Rich Shepard wrote:
> While I'm becoming more familiar with LyX and LaTeX, I would like some
> help in entering equations such as the following:
>
> /0 if f(x) < sup f
> | R_i
> |
> | f(x)-sup f
> u_Ghat(x)= < R_i
> | ----------- if sup f < f(x) < sup f
> | sup f - sup f R_i R_i
> | S(R) R_i
> |
> | 1 if sup f < f(x)
> \ S(R)
>
> Poor attempt at ASCII art,
Not bad. Not using tabs would it even make readabke ;-)
\cases for the brace. Alternately \left{\right. <- the dot is a
'invisible' delimiter. \cases is better, though.
C-<Return> for new lines
\sup<space> for sup
C-m if <space> <Right> for 'if '
Andre'