由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to add multiline subscripts under \sum_?
相关主题
eqnarray 后面的space 的问题长箭头上方的字母怎么实现
\sin,\cos,\sup,\inf,\lim 等是怎么实现的?在矩阵下面写size
如何实现这个公式Re: LaTeX 大的分数斜线怎么打? (转载)
数学公式一问为啥公式标号没出来?
为什么 \neq 会出错呢?请教一个Latex公式输入问题。
一个简单的数学公式排版问题请教 bibliography 字体和正文不同的问题
请教:如何生成下列matrix求助,毕业论文格式
请问如何生成这样的矩阵关于底边边距的问题
相关话题的讨论汇总
话题: multiline话题: subscripts话题: add话题: sum话题: under
进入TeX版参与讨论
1 (共1页)
g********d
发帖数: 4174
1
I want to add multiline subscripts under \sum_. But \substack does not work.
Can somebody tell me what is the right way to do it? Thanks.
m******e
发帖数: 212
2
it may not be the optimal solution, what I did is to add
\begin{array} ... \end{array}
to the subscript (also add some command to adjust the font size).

work.

【在 g********d 的大作中提到】
: I want to add multiline subscripts under \sum_. But \substack does not work.
: Can somebody tell me what is the right way to do it? Thanks.

g********d
发帖数: 4174
3
Thank you. It works.

【在 m******e 的大作中提到】
: it may not be the optimal solution, what I did is to add
: \begin{array} ... \end{array}
: to the subscript (also add some command to adjust the font size).
:
: work.

T*******n
发帖数: 493
4
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\sum_{\substack{abc\\xyz}}
\end{equation}
\end{document}

work.

【在 g********d 的大作中提到】
: I want to add multiline subscripts under \sum_. But \substack does not work.
: Can somebody tell me what is the right way to do it? Thanks.

1 (共1页)
进入TeX版参与讨论
相关主题
关于底边边距的问题为什么 \neq 会出错呢?
公式编号问题一个简单的数学公式排版问题
那位高手知道Optics Letters的latex模板里面如何设置文献的链接?请教:如何生成下列matrix
如何让equation居左(left align)请问如何生成这样的矩阵
eqnarray 后面的space 的问题长箭头上方的字母怎么实现
\sin,\cos,\sup,\inf,\lim 等是怎么实现的?在矩阵下面写size
如何实现这个公式Re: LaTeX 大的分数斜线怎么打? (转载)
数学公式一问为啥公式标号没出来?
相关话题的讨论汇总
话题: multiline话题: subscripts话题: add话题: sum话题: under