Page 1 of 1

[Solved] Long text inside from{} cause huge spacing

Posted: Thu Jul 30, 2015 5:08 pm
by Yes
For example:

Code: Select all

"" <= sum from{[x_{i-1},x_{i}] subset K}  %epsilon %DELTA x_i + sum from{[x_{i-1},x_{i}] =  [u_j,v_j] } 2M %DELTA x_i <= %epsilon (b-a) + 2M sum(v_j - u_j) underbrace{""<%epsilon} <= %epsilon(b-a+2M)
Image

Is there a way to avoid it?
Thanks.

Re: Long text inside from{} cause huge spacing

Posted: Fri Aug 07, 2015 12:06 am
by MrProgrammer
If you're referring to the spacing left and right of Σ, it is there so that the summation criteria you've written can be displayed. Perhaps this?
"" <= sum from{binom{[x_{i-1},x_{i}]}{ "   " subset K} } %epsilon %DELTA x_i +
   sum from{binom{[x_{i-1},x_{i}]}{"="[u_j,v_j]} } 2M %DELTA x_i <= %epsilon (b-a) + 
   2M sum(v_j - u_j) underbrace{""<%epsilon} <= %epsilon(b-a+2M)
Screen Shot 2015-08-06 at 17.02.52 .png
If not, how would you propose to display the summations without this spacing, while showing the criteria?

If this answered your question please go to your first post use the Edit button and add [Solved] to the start of the title. You can select the green checkmark icon at the same time.