Skip to content

Conversion between unicodes and Greek letters #49

@randy3k

Description

@randy3k

@ViktorQvarfordt

I have justed add a conversion functionality in UnicodeCompletion which basically converts between \alpha and α, which is quite useful in LaTeX documents. However, while I am writing a julia script file, I usual have

mu = 0
sigma = 1
z = sqrt(mu/sigma)

It would be interesting to convert this to

μ = 0
σ = 1
z = /σ)

So the questions are

  1. Shall we ship this functionality in this package or a separate package?
  2. Obviously, not all symbols should be supported, besides greeks, what symbols should be included?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions