I am trying to use \max with two arguments like so:
\max_{0 \leq k \leq n, 0 \leq l \leq n}
But I want to have the
0 \leq l \leq n below the 0 \leq k \leq n
not next to it.
How do I do this?
I am trying to use \max with two arguments like so:
\max_{0 \leq k \leq n, 0 \leq l \leq n}
But I want to have the
0 \leq l \leq n below the 0 \leq k \leq n
not next to it.
How do I do this?
\documentclass{...}and ending with\end{document}. A tip: If you indent lines by 4 spaces or [enclose words in backticks ```](http://meta.tex.stackexchange.com/q/863), they'll be marked as code – Jul 27 '14 at 16:19