-
Notifications
You must be signed in to change notification settings - Fork 250
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
Support LaTeXStrings.jl #1094
Comments
Julia can generate symbols directly: https://docs.julialang.org/en/v1/manual/unicode-input/ and Tab completion. |
Is it possible to convert |
@tlnagy exactly. |
https://github.com/SimonDanisch/UnicodeFun.jl |
There is a new vscode extension for doing bulk super/subscript: |
Julia 1.6 also supports bulk super/subscript: JuliaLang/julia#38649. |
I often need LaTeXStrings to fill in the gaps in Unicode. For example, y, z, and θ don't exist as Unicode subscripts. I like to use these to indicate direction. |
When I pass in e.g.
L"$r/r_o$"
as anxlabel
in Gadfly, it appears blank. Does Gadfly not support LaTeXStrings?The text was updated successfully, but these errors were encountered: