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
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
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
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
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
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