>== Auszüge aus der Nachricht von David Woodfall vom 2012-12-26 01:59:
> I'm having a problem that when I choose a template it ends up with
> several lines at the top snipped off and the spacing/indentation is
> messed up too.
I've had the same observation with my templates. If you analyze the gen
Just redefine EFI in .vim/after/ftplugin/tex.vim or in .vimrc:
call IMAP ( 'EFI', "\\begin{figure}[<+htpb+>]\ \\centering\
\\includegraphics[scale=<++>]{<+figure+>}\ \\caption{<+caption
text+>}\ \\label{fig:<+label+>}\\\end{figure}<++>", 'tex')
The files in .vim/after are loaded after
>== Auszüge aus der Nachricht von Rudra Banerjee vom 2013-09-14 11:35:
> Hello friends,
> I am facing a problem for using shortcuts provided by vim-latex. Say, I
> want \textbf, so I was trying `bf. But, given, `b is a shortcut for
> \beta, I always end up with something \betaf.
>
> FBF works, ho
>== Auszüge aus der Nachricht von John Reid vom 2013-11-05 10:18:
> Hi,
>
> If I don't do ':set paste on' before using ':TTemplate', the indentation
> of the template is all messed up. Is it possible to get vim-latex to
> turn this on when using templates?
To convince vim-latex to do that you ha
>== Auszüge aus der Nachricht von Vandra vom 2013-12-25 17:38:
> Dear developpers,
>
> Is it possible to make IMAP definitions not in
> /.vim/ftplugin/latex-suite/main.vim
> but just in ~/.vimrc?
> (actually my .vimrc source a file located in cloud so I have the same vim
> config on several compu
>== Auszüge aus der Nachricht von Xavier Fontaine vom 2014-03-05 18:16:
> Dear all,
>
> I experience a problem when compiling a .tex file whenever there is a white
> space in the filename.
Using the vim-latex compile shortcut?
It might be not very helpful, but:
1) Whitespace in file names is MS
g the line
`set foldcolumn=4` would set foldcolumn to 4 only for tex files and
would not be overridden by updates.
Best regards,
Ruthard
--
Dr. Ruthard Baudach
Speckertsweg 36a
97209 Veitshöchheim
Emails bitte verschlüsseln und signieren.
Meine PGP-Id
>== Auszüge aus der Nachricht von Alfredo Canziani vom 2015-03-15 18:24:
> What actually leave me perplex is the "filetype plugin on". I was expecting
> something like "tex plugin on".
`filetype plugin on` tells vim to detect the file type and load the scripts
located in the ftplugin and after/ft
o produce pdf whereas if I use ,latex then it should
>produce dvi.
>
>Now I open a latex file which should produce pdf, I call ,pdf and I
>compile using ,ll
>Everything is fine.
>My pr
ad this template in a document, the command is indented, and if
> there are multiple commands beside, indents increase each line.
> Could you give me a way to understand how indentation works in
> vim-latex, because sometimes when I write text with user commands, lines
> become
n,
so that the location "my tex.vim" is not exactly unambiguous. I've no
idea in which order vim loads these files.
>
> How do I fix this?
Did you put your customization in the "after" folder?
(i.e. ~/.vim/after/ftplugin/tex.vim?) This file should be loaded *after*
11 matches
Mail list logo