#limes

23 messages ยท Page 1 of 1 (latest)

gray acorn
#

Is there something for limes in $$. I dont know what to search for in the docs

#

๐Ÿ˜”

spice coral
#

?render $๐Ÿ‹โ€๐ŸŸฉ$

vocal cedarBOT
spice coral
#

Bad bot

gray acorn
#

i found this

$ lim_x =
    op("limes", limits: #true)_x $```
#

but what about it makes $ lim_x $ not work on its own?

spice coral
#

It does work on its own.

#

?render $ lim_x $

vocal cedarBOT
gray acorn
vocal cedarBOT
spice coral
#

You need backticks

gray acorn
#

hmm why does it affect where the subscript (or whatever its called) is put to?

#

i thought the spaces next to $ is just for inlining or not inlining

spice coral
#

Because without spaces next to the dollar signs you're writing inline math

#

And inline math is cramped to not affect line spacing

#

?render $limits(lim)_x$

vocal cedarBOT
spice coral
#

You can force it if you really want to

#

Or alternatively

#

?render $display(lim_x)$

vocal cedarBOT