开发者

LaTeX: stack three lines in math mode

开发者 https://www.devze.com 2023-02-11 10:33 出处:网络
Hey, I\'m writing a formula with three indexes i,j,k.开发者_运维百科 At the end of the line I\'d like to put this:

Hey,

I'm writing a formula with three indexes i,j,k.

开发者_运维百科 At the end of the line I'd like to put this:

i=1,...,a

j=1,...,b

k=1,...,n

But I'd like it in smaller font and stacked above each other. Can someone tell me a command which can accomplish this? \mbox can't do math mode, I think.


Try the \substack command:

z_i = a_j + b_k \qquad \substack{
i=1,\dots,a \\
j=1,\dots,b \\
k=1,\dots,n}

LaTeX: stack three lines in math mode

0

精彩评论

暂无评论...
验证码 换一张
取 消