emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: How to write special LaTeX symbols


From: Eric S Fraga
Subject: Re: [Orgmode] Re: How to write special LaTeX symbols
Date: Mon, 17 Jan 2011 08:59:20 +0000
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

Chris Gray <address@hidden> writes:

> Xin Shi wrote:
>
>> Hello all,
>
>> Thanks for your response!
>
>> I can go with the UTF-8 method. The only problem for me now is I don't know
>> how to input the ö from Emacs.
>
>> I've tried the C-x 8 RET, but don't know the name or hex. Any
>> suggestions?
>
> The key combinations are pretty intuitive once you learn a few.  For
> example, ö is C-x 8 " o, and é is C-x 8 ' e.

Another approach is to change the input method to tex (C-u C-\ tex RET)
which then allows you to type in utf characters using tex (or latex?)
escape sequences.  This is quite useful, especially if you are writing
latex documents in any case so are up to speed with latex command...

So, to type in ö, you would type '\ " o' (without the single quotes) and
you would get what you want.  You also get TAB completion in this mode
so that typing in '\ " TAB' would show you all the valid characters that
can be defined by starting with \".

Further, you can use describe-input-method to see information about what
the input method provides and, in the case of tex, you get all the
relevant character sequences that the mode understands.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.4 (release_7.4.201.g82108.dirty)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]