[Solved] One-sided limits with indexes

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

[Solved] One-sided limits with indexes

Post by Yes »

For example, I want to write this limit:
Image

I tried using this code:

Code: Select all

lim from{n toward 0^+`} {{a_0 sin{n}} over {n}}
Which results in:
Image

Notice how unclear and small the plus sign is.
When I try to enlarge the font size of indexes, the result is still unsatisfying (and now a's index is too big as well):
Image

Any ideas how to fix this?
Thanks.
Last edited by Hagar Delest on Sat Jul 25, 2015 7:09 pm, edited 1 time in total.
Reason: tagged solved
OpenOffice 4.1.2
Win10 + Win7
gerard24
Volunteer
Posts: 958
Joined: Sat Oct 30, 2010 5:12 pm
Location: France

Re: One-sided limits with indexes

Post by gerard24 »

Try with attribute "size", for example:
lim from{n toward 0^size*1.5 +`} {{a_0 sin{n}} over {n}}
LibreOffice 6.4.5 on Windows 10
Yes
Posts: 9
Joined: Thu Jul 23, 2015 11:39 am

Re: One-sided limits with indexes

Post by Yes »

Thanks. Now it's fine.
OpenOffice 4.1.2
Win10 + Win7
Post Reply