< LaTeX

If you want to write a large sum like 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

  • List of resources under LaTeX
  • Topic:LaTeX - the organisation page for wikiversity learning activities on LaTeX
  • b:LaTeX - the featured wikibook, available in .pdf format
  • w:LaTeX - wikipedia article on LaTeX
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.