How to enter Greek characters in Emacs

后端 未结 10 1533
说谎
说谎 2021-01-30 11:20

This page indicates that Greek letters can be inserted into Emacs by using M-i. However, Emacs 23.2.1 in a Debian Squeeze variant inserts the \"tab\" character when

10条回答
  •  粉色の甜心
    2021-01-30 11:40

    M-x set-input-method RET TeX will allow you to write e.g. \beta to get β, \sum or \Sigma to get Σ etc.

    It can be toggled on and off with toggle-input-method, bound to C-\ and C-<.

提交回复
热议问题