Is there a way to set a default attachment style for a symbol? I would
like to $<_A$
always look like $script(<)_A$
or $attach(<,br: A)$
.
Or in general do this kind of things, like creating new math classes. For example the following works to some extent:
#let mylt = math.class("normal", sym.lt)
#show sym.lt: mylt
$a <_A b$
The problem is that then, $<$ looses its properties of the “relation” class,
so the spacing gets weird.