[Vim-latex-devel] Redefine smart key mappings in vim's Latex-suite plugin

2015-05-11 Thread George
Hi all, When using the Latex-suite plugin in vim, typing "..." (3 periods) expands to either \ldots or \cdots (see section 3.9 Smart Key Mappings of the latex-suite manual). I am using a lot the amsmath package that provides \dots, and I'd like to make "..." expand to just \dots. I tried putting

[Vim-latex-devel] Autocompletion of theorems when using tcolorbox

2016-06-20 Thread George
recognizes labels by grepping the document for "\label{}" and parsing what's inside? In that case I guess there's no hope but otherwise, Is there any way to work around that? Thank you for your time, George Links: 1. https://www.ctan.org/pkg/tcolorbox?lang=en

Re: [Vim-latex-devel] Autocompletion of theorems when using tcolorbox

2016-06-20 Thread George
If there is no simple way of changing the logic as you described, then I'll go on and use your version. > (I will also try to backport that feature in the next time) Do you mean implement this in the official vim-latex? Thanks again, George On Mon, Jun 20, 2016, at 16:19, Gerd Wa

Re: [Vim-latex-devel] Autocompletion of theorems when using tcolorbox

2016-06-21 Thread George
Hi Gerd, On Tue, Jun 21, 2016, at 05:22, Gerd Wachsmuth wrote: > Hi George, > >> Before I install your version, is there any small change that >> I can do >> to implement this feature in my existing installation? I tried >> replacing >> my /ftplugin/lat

Re: [Vim-latex-devel] Aux completion

2017-01-27 Thread George
ot; and press F9, vim-latex will not recognise the label "theo:mylable", so it won't automplete. Gerd's approach fixes this. That said, I understand that this is a rather special case, but I just thought of throwing it in the discussion. Cheers, George On Fri, Jan 27

[Vim-latex-devel] tex indentation and commented lines

2010-01-16 Thread Laurent George
Hi, I use vim-latex-suite, and sometimes the indent is going wrong, I think it's due to the way that commented line are used. for this example : \begin{itemize} \item ldsfkjlfj \item dsflkjqlfj % fsdqlkjflsdjql lfdskjfljsd \end{itemize} the indentation of \end{itemize} is wrong (with the default