Horje
LaTeX adjusting \sum limits Code Example
LaTeX adjusting \sum limits
\documentclass{article}
\usepackage{mathtools}% http://ctan.org/pkg/mathtools
\begin{document}
\begin{align*}
  A &= \sum_{n=-\infty}^{+\infty} f(x) \\
  B &= \smashoperator[r]{\sum_{n=-\infty}^{+\infty}} f(x) \\
  C &= \sum_{\mathclap{n=-\infty}}^{+\infty} f(x) \\
  D &= \sum_{\substack{n={}\\-\infty}}^{+\infty} f(x) \\
  E &= \sum_{-\infty}^{\infty}\mathop{}_{\mkern-5mu n} f(x)
\end{align*}
\end{document}




Whatever

Related
change firebase email on login Code Example change firebase email on login Code Example
woocommerce cart length button shortcode Code Example woocommerce cart length button shortcode Code Example
unix change timestamp of file Code Example unix change timestamp of file Code Example
rust print array Code Example rust print array Code Example
1 m to cm Code Example 1 m to cm Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8