[Tex/LaTex] Display inline sums

displaystyleinline()math-mode

I am writing my thesis and I have some sums which are inline, and others which are part of equations.

My questions is: is there a convention, an unwritten rule about how inline equations should be displayed? Which of the following is the "right" one for this kind of situation?

  • $T=\{\sum\nolimits_{i:e_{i} \in S_{j}} y_{i} = w_{j}\}$
  • $T=\{\displaystyle\sum\limits_{i:e_{i} \in S_{j}} y_{i} = w_{j}\}$

In a book I have seen that all the inline sums are written with the first code, while the ones from equations with the second. Is this the correct way?

Best Answer

It is the correct way, because inline formulas shouldn't be too high. Theoretically, the distance between lines should be constant, which is impossible, when formulas are in the display style.