I need to put a long expression under summation symbol in single row.
For example like this $(i_1,\ldots,i_n)\in\mathcal{P}(\overline{1,n})$.
How can I get a long summation symbol? Long but not tall.
Minimal working example is
\documentclass{article}
\begin{document}
\[\sum_{(i_1,\ldots,i_n)\in\mathcal{P}(\overline{1,n})}\]
\end{document}
I want summation symbol have same length as string under it. Something like this
But, maybe, I ask something unusual and unapplicable.







\documentclass{...}and ending with\end{document}. – leandriis Jun 10 '18 at 14:32\mathcal{P}(\overline{1,n})signify? Depending on its meaning, a shorter expression may be available/desirable. – Mico Jun 10 '18 at 15:59ivalues, then maybe\[\sum_{k=1}^{n}i_k\in\mathcal{P}(\overline{1,n})\]would be suitable? It might help (as @Mico also mentioned) to know a bit more about the mathematical context to know which notation would be useful here. – Marijn Jun 10 '18 at 19:13