[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] quotes are not converted according to babel-language but al
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX] quotes are not converted according to babel-language but always into "German quotes" |
Date: |
Tue, 09 Oct 2012 09:17:09 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Florian Ahrweiler <address@hidden> writes:
Hi Florian,
> why does auctex convert the quotes-input " always to "German-quotes",
> i.e. "` and "'?
In a non-babel document, "o" inserts ``o'', ""o"" inserts "o". If you
have \usepackage[ngerman]{babel} (or german) in your preable, typing "o"
will insert "o" literally, and typing ""o"" will insert "`o"'.
I have to confess that just adding \usepackage[ngerman]{babel} using C-c
RET to an existing document didn't work for me, although both
TeX-parse-self and TeX-auto-save are t. I had to explicitly load
ngerman.el here...
Bye,
Tassilo