Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Asterisk (∗) #1134

Closed
bordaigorl opened this issue Oct 9, 2020 · 7 comments
Closed

Unicode Asterisk (∗) #1134

bordaigorl opened this issue Oct 9, 2020 · 7 comments
Milestone

Comments

@bordaigorl
Copy link

bordaigorl commented Oct 9, 2020

Would be cool to have the unicode asterisk operator ∗ (U+2217) handled with the same nuance as the normal * symbol.
In particular, the same ligatures should be supported (e.g. -∗ and =∗).
It is for example used in maths for some operators, for example for the separating conjunction in separation logics, where the normal asterisk is reserved for normal multiplication.

@tonsky
Copy link
Owner

tonsky commented Oct 9, 2020

Should it look distinguishably different?

@bordaigorl
Copy link
Author

bordaigorl commented Oct 9, 2020

In the other fonts that support it normal asterisk is pentagonal, while the asterisk operator is hexagonal. I think that would be a good way to keep them distinct but blend with the ligatures in a similar way.
[Maybe related #708 ]

@tonsky
Copy link
Owner

tonsky commented Oct 9, 2020

Ok, about ligatures. Currently * has those: ** *** /* */ <* *> <*>. Seems like none of those are related to the math usage you are talking about? -∗ and =∗ are not supported at the moment, where might those occur?

@RubenVerg
Copy link

RubenVerg commented Oct 9, 2020 via email

@tonsky tonsky added this to the 6 milestone Oct 10, 2020
@tonsky
Copy link
Owner

tonsky commented Oct 10, 2020

Will be in v6 as cv16

@tonsky tonsky closed this as completed Oct 10, 2020
tonsky added a commit that referenced this issue Oct 10, 2020
@bordaigorl
Copy link
Author

bordaigorl commented Oct 11, 2020

-∗ and =∗ are not supported at the moment, where might those occur?

maybe I got it wrong by saying "ligatures", I just care that the asterisk looks vertically centered with - or =.
The -* is called "magic wand" in separation logics and is similar to "lollipop" -o in linear logic.
The variations with = and the symmetric *- and *-* are for derived connectives.
Thanks a lot for considering this proposal 😄 👍

@tonsky
Copy link
Owner

tonsky commented Oct 12, 2020

Ok I see. Will be handled in #655

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants