Open tmke8 opened 1 week ago
I still need to <mi>
trick for /
(and probably others), because <mo form="prefix">/</mo>
still has the wrong spacing.
Though I suppose I could use custom spacing: <mo lspace="0" rspace="0">/</mo>
.
For \Vert
and \lVert
I would use form="prefix"
, but for \rVert
it would be nice to use form="postfix"
(even though I'm not sure this makes any difference.
Consider
We currently render this as
But this seems better:
(whether it's postfix or prefix doesn't seem to matter)
Though the spacing of the double lines is now a bit too tight, actually. But I don't know how to fix that.
Note
This means I don't have to use the
<mi>
trick anymore, for symmetric fences. I just have to set them toform="prefix"
.