如果我正确理解了您的排版需求,您应该使用\Sigma
而不是\sum
,和\dotsb
而不是\ldots
。
然而,我承认我可能不是正确理解了您想要实现的目标。
\documentclass{article}
\usepackage{amsmath} % for 'equation*' env. and '\dotsb' macro
\begin{document}
\begin{equation*}
\Sigma^* =\Sigma^0 \cup \Sigma^1 \cup \Sigma^2 \cup \dotsb
\end{equation*}
\end{document}