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

Discuss the formula editor
Post Reply
Yes
Posts: 9
Joined: Thu Jul 23, 2015 11:39 am

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

Post 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.
Last edited by Yes on Fri Aug 07, 2015 2:11 am, edited 1 time in total.
OpenOffice 4.1.2
Win10 + Win7
User avatar
MrProgrammer
Moderator
Posts: 4895
Joined: Fri Jun 04, 2010 7:57 pm
Location: Wisconsin, USA

Re: Long text inside from{} cause huge spacing

Post 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.
Mr. Programmer
AOO 4.1.7 Build 9800, MacOS 13.6.3, iMac Intel.   The locale for any menus or Calc formulas in my posts is English (USA).
Post Reply