Hi,

you could also consider using the csquotes package. This way it is easy
to switch quoting styles. The vim settings for it, that I use, are:

let g:Tex_SmartQuoteOpen = "\\enquote{"
let g:Tex_SmartQuoteClose = "}"

Though in contrast to Gay, I keep them in

.vim/after/ftplugin/tex/latex_suite.vim

together with my IMAPs etc.
The tex code for loading the package could be something like:

\usepackage[autostyle,german=quotes]{csquotes}

best regards,
Bodo

Am Fri, 26 Feb 2016 08:56:11 -0800
schrieb Gary Johnson <garyj...@spocom.com>:

| On 2016-02-26, c.buhtz wrote:
| > 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 this in the settings of vim-latexsuite. My
| > underlying system is a german(!) Kubuntu 14.04.4 LTS. Vim itself
| > knows I am German because it offers the German spellchecker.
| 
| This should do it:
| 
|     let b:Tex_SmartQuoteOpen  = ",,"
| 
| I put settings like that in ~/.vim/ftplugin/tex.vim.
| 
| Regards,
| Gay
| 
| 
| ------------------------------------------------------------------------------
| Site24x7 APM Insight: Get Deep Visibility into Application Performance
| APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
| Monitor end-to-end web transactions and take corrective actions now
| Troubleshoot faster and improve end-user experience. Signup Now!
| http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
| _______________________________________________
| Vim-latex-devel mailing list
| Vim-latex-devel@lists.sourceforge.net
| https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to