Skip to content
Gray Calhoun edited this page May 18, 2013 · 1 revision
  • We're using unicode in the source code extensively; the "unicode-math" package is necessary to get Greek characters to show up correctly in the math. TeXLive 2012 works fine out of the box; TeXLive 2009 did not.
  • You can type unicode directly into the document in GNU Emacs or Vim
    • GNU Emacs: M-x set-input-method RET tex (or C-x RET C-\ tex) will let you type \omega to generate ω
    • Vim: Vim digraphs can generate unicode; C-k w * in insert mode gives you ω.
  • If anyone knows how to conveniently enter unicode without using either of the "One True Editors," please let us know.

Clone this wiki locally