[Vim-latex-devel] German quotes

2016-02-26 Thread c.buhtz
When I use the quote-key on my keyboard vim-latexsuite generates this out of it ``test'' This would generate non-german (only on top) quotes in the XeLaTeX outputed PDF-file. I would need ,,test'' because this is interpreted as german-quotest (first buttom, last top). How can I realize

Re: [Vim-latex-devel] German quotes

2016-02-27 Thread c.buhtz
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.

Re: [Vim-latex-devel] German quotes

2016-02-26 Thread c.buhtz
On 2016-02-26 18:41 Bodo Graumann wrote: > let g:Tex_SmartQuoteOpen = "\\enquote{" > let g:Tex_SmartQuoteClose = "}" Using LaTeX it would be fine, but with XeTeX I would value that only as a workaround. :) I don't want to use to much macros for such simple things. This

Re: [Vim-latex-devel] no effect of g:Tex_SmartQuoteOpen when using \DeclareLanguageMapping in a tex-file

2016-03-06 Thread c.buhtz
No one has an idea about it or tested that? Should I open an official BugTracker ticket for that? -- ___ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net

[Vim-latex-devel] no effect of g:Tex_SmartQuoteOpen when using \DeclareLanguageMapping in a tex-file

2016-03-01 Thread c.buhtz
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.