Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
只是想知道是否有人知道如何在pluto.jl. 例如,如果我想为 sigma 输入一个 Unicode 字符,我会输入\sigmavs code,自动完成会将其更改为σ. 任何想法我如何做同样的事情pluto.jl
pluto.jl
\sigma
σ
你应该可以在 pluto 中做同样的事情:输入\sigma,然后点击TAB它,它应该会变成σ.