#Layout bug with sym.bot

15 messages · Page 1 of 1 (latest)

tame delta
#

It looks like sym.bot doesn't properly respect margins?
Below's a very quick test with

$bot = bot$

$top = top$

$bot -> bot$

$top -> top$

Is this a known bug? Should I open an issue on GitHub?

left copper
#

I think top and bot have different symbol classes

abstract tangle
#

It's not a bug

#

Yes what @left copper said

#

You may want to use class("normal",bot)

#

Spacing between two symbols depends on their respective classes

left copper
#

?r

#show sym.bot: math.class.with("normal")

$bot = bot$

$top = top$

$bot -> bot$

$top -> top$
abstract tangle
#

Unfortunately the default class in Unicode may not always match every particular use case for a symbol

left copper
#

is there a way to see what class a particular symbol has by default?

#

or a table somewhere that has that info

left copper
#

what a delightful presentation format

tame delta
#

Right, that makes sense

abstract tangle