Re: [Vim-latex-devel] German quotation marks and `
Brought to you by:
srinathava,
tmaas
From: Bernhard W. <ber...@gm...> - 2003-01-15 13:50:35
|
Hello, On Tue, 14 Jan 2003 at 20:35 (-0800), Srinath Avadhanula wrote: > On Tue, 14 Jan 2003, Bernhard Walle wrote: > > > in german.sty the correct quotation marks are "` and "' (instead of `` > > and ''). But if I type "`gut"' for example it's expanded to > > "\gammaut. Is there any solution for this? > > > I've fixed this problem in the latest version. Also, in the present > version, if \usepackage{german} is detected, then " expands to "` or '" > depending on whether its opening or closing. As of now, editing both > german and english files in the same vim session is not supported, but > that will come soon... It does not work here with the latest version from the download page. And, please recognize also \usepackage{ngerman} (it's the same as german but with the new hypenation rules). Thanks. > Note that `g will still expand to \gamma (and similarly for other > english alphabets) if its not preceded by ", ` or \. This is for typing > greek letters. You cannot completeley disable this feature with an > option right now. In the future, I'll make this an option... If you > really want to disable such expansions, you'll need to comment out lines > 96-131 of ftplugin/latex-suite/main.vim The feature is great but it should work with "`..."'. I think it would also be good to get a '"' by typing " twice as like in XEmacs if this is possible but it's not very important. Regards, Bernhard |