Page 1 of 1

[Solved] One-sided limits with indexes

Posted: Thu Jul 23, 2015 1:04 pm
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.

Re: One-sided limits with indexes

Posted: Thu Jul 23, 2015 3:20 pm
by gerard24
Try with attribute "size", for example:
lim from{n toward 0^size*1.5 +`} {{a_0 sin{n}} over {n}}

Re: One-sided limits with indexes

Posted: Thu Jul 23, 2015 4:02 pm
by Yes
Thanks. Now it's fine.