Re: [Vim-latex-devel] German quotes
Brought to you by:
srinathava,
tmaas
From: <c....@po...> - 2016-02-26 18:32:43
|
On 2016-02-26 18:41 Bodo Graumann <ma...@bo...> 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 makes the code easier to read. A quote is a character nothing more. And XeTeX can interpret each unicode-character itself without any help. The problem is only that the keyboard doesn't know about a open-quote-character. ;) I prefer the solution with ,,ligatures''. kind regards Christian |