LaTeX/Two-lined-subscripts

< LaTeX

If you want to write a large sum like\sum_{i<j ; m\in\mathbf{Z} ; d\in\mathcal{N}} you may want to break the summand into two lines. The problem with \\ or \newline is that they work only in the paragraph mode.

In latex, we can do that by

$$ \mathop{\sum_{i<j ; m\in\mathbf{Z}}}_{d\in\mathcal{N}}  $$

Or, to do this in-line instead of displayed,

$\displaystyle \mathop{\sum_{i<j ; m\in\mathbf{Z}}}_{d\in\mathcal{N}}  $

Here is another solution.

See also

This article is issued from Wikiversity - version of the Friday, July 03, 2009. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.