-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 math symbols #950
Comments
Probably a fallback font. If you give me a list of what you need I’ll start putting them in |
Awesome, thank you! I will try to create a more comprehensive list later
(sorted by priority).
Some really common symbols that I would like to use a lot are U+2208,
U+2200, U+2203
Then a lot of the binary operators in the Mathematical Operators Unicode
block could come in handy here and there, maybe there is some existing
mathematical monospace font that could be used as basis to have basic
support for such characters (I looked for one but couldn't find it). In Coq
you can create custom notations with any sort of unicode characters you
like, which is much more readable. Being able to use somewhat obscure
symbols that are available as LaTeX commands can be really useful (the IDE
allows you to type those inline). A list of such symbols is here:
https://oeis.org/wiki/List_of_LaTeX_mathematical_symbols
…On Thu, 27 Feb 2020 at 21:20, Nikita Prokopov ***@***.***> wrote:
Probably a fallback font. If you give me a list of what you need I’ll
start putting them in
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#950?email_source=notifications&email_token=ABCATVL5VKBRFNY3BTNCRX3RFAOBRA5CNFSM4K5AUT3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENFZ5JY#issuecomment-592158375>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCATVKXL5GIPO7MEAV3U2LRFAOBRANCNFSM4K5AUT3A>
.
|
This was referenced Mar 8, 2020
Will be handled in #822 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use FiraCode with Coq and to me the ligatures are superior to using just unicode (for example a unicode implication arrow is tiny, whereas
->
with ligatures takes up exactly the amount of space I like). However some unicode math symbols (particularly those reachable as LaTeX commands) are quite poor. For example calligraphic letters (\mathcal{N}
) or symbols (like\in
). Also white spaces are broken (no longer the same size) after those symbols. Perhaps this is a fallback font? If I can configure a different fallback font perhaps I can find a good compromise.It would be awesome if a bunch of mathematical symbols could be added to FiraCode! (I can imagine symbols like
\in
being very useful in other programming languages as infix operator).The text was updated successfully, but these errors were encountered: