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

Reply via email to