Tagged Questions
2
votes
1answer
153 views
what are the ways to align conditions in cases
For example, the following is not very nice:
[f(x)]_N=\begin{cases}
f(x) \text{ if } f(x) \le N, \\
\newline N \text{ if } f(x) \gt N.
\end{cases}
How can I make it nicer?