According to an AUCTeX reference card, ` a inserts \alpha{} and this works well in my setup. I just don't see any reason I ever used a greek letter with curly braces. This means I always have to delete them. Is there a way to have AUCTeX insert just \alpha when typing ` a?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
There may not be any reason to disable this behavior since the braces are omitted if used inside math mode. When you do ` a inside any structure that enables math mode, such as inside
|
|||
|
|
|
You can also put the line
into your init file to keep the braces from ever being inserted when AUCTeX inserts a macro. |
||||
|
|

\( \)or$ $, it will omit the curly braces. – N.N. Apr 8 '12 at 20:54