Re: [Vim-latex-devel] German quotes
Brought to you by:
srinathava,
tmaas
From: <c....@po...> - 2016-02-27 11:47:27
|
Not sure but maybe I found a exotic problem. ;) The tex-code I attached explains itself. I setup my vimrc like this: let g:Tex_SmartQuoteOpen = '„' let g:Tex_SmartQuoteClose = '“' In an (nearly) empty tex-file this work fine and is correct shown in the PDF file produced with xelatex. But when using biblatex with apa-style and escpecialy this line \DeclareLanguageMapping{german}{german-apa} vim produce quotes like this, while typing "`test"' This is explained in the code, too. I am not sure from which package this \DeclareLanguageMapping comes from. But I need it using the apa-style with German translation. |