Re: [Vim-latex-devel] Problems with templates

2012-12-28 Thread Ruthard Baudach
>== 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

Re: [Vim-latex-devel] change vim-latex expansion

2013-07-09 Thread Ruthard Baudach
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

Re: [Vim-latex-devel] using shortcuts

2013-09-17 Thread Ruthard Baudach
>== 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

Re: [Vim-latex-devel] Templates require set paste on

2013-11-29 Thread Ruthard Baudach
>== 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

Re: [Vim-latex-devel] IMAP definitions in ~/.vimrc

2014-01-05 Thread Ruthard Baudach
>== 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

Re: [Vim-latex-devel] Help - compiling with spaces in filename

2014-03-11 Thread Ruthard Baudach
>== 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

Re: [Vim-latex-devel] foldcolumn disappeared

2014-12-22 Thread Ruthard Baudach
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

Re: [Vim-latex-devel] mapping of " to `` in bib file

2015-03-16 Thread Ruthard Baudach
>== 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

Re: [Vim-latex-devel] Viewing pdf

2016-02-25 Thread Ruthard Baudach
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

Re: [Vim-latex-devel] templates user commands on several lines

2016-02-28 Thread Ruthard Baudach
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

Re: [Vim-latex-devel] Viewing pdf

2016-03-07 Thread Ruthard Baudach
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*