码迷,mamicode.com
首页 > 其他好文 > 详细

Latex: Expression under summation on multiple lines

时间:2015-07-09 19:57:00      阅读:487      评论:0      收藏:0      [点我收藏+]

标签:latex

Purpose

Describe the sum symbol like this:

zebk=1NkiRkjW(i)Rkmax(fi?fj)

Solution code

z_{ebk}=\frac{1}{N_k}\sum_{\substack{i \in R_k \\ j \in W \left(i \right) \cap R_k}}\max \left( f_i - f_j \right)

The key point is the usage of \substack.

Refs:
1. http://tex.stackexchange.com/questions/12344/separate-long-math-text-under-sum-symbol-into-different-lines
2. http://tex.stackexchange.com/questions/80460/expression-under-summation-on-multiple-lines

版权声明:本文为博主原创文章,未经博主允许不得转载。

Latex: Expression under summation on multiple lines

标签:latex

原文地址:http://blog.csdn.net/stpallas/article/details/46819797

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!