Re: [Vim-latex-devel] Customizing latex command

2015-09-24 Thread Francesco Montesano
Hi Mario, 2015-09-24 11:38 GMT+02:00 Mario D : > Hi all, > > [...] > > So, I want to to compile with ",ll" BOTH in normal mode and insert mode. Is > it possible? How? You can add your own map. I have remapped ll to F12 both in normal and insert mode. See here: https://github.com/montefra/.vim/bl

Re: [Vim-latex-devel] change the IMAP

2014-09-04 Thread Francesco Montesano
Hi Rudra, I hope that the following helps you. In my .vim/ftplugin/tex.vim I've redefined the default figure environment [1] added a new figure environment [1] and mapped the new environment to EFS [3]. [1] let g:Tex_Env_figure = "\\begin{figure}\\\centering\\\includegraphics[width=80mm, keepasp

Re: [Vim-latex-devel] function to switch settings

2014-02-26 Thread Francesco Montesano
Hi Andreas, This might work: Put your default settings (e.g. English) in your .vimrc (or ftplugin/tex) file. In the directory where you want you use the other language (e.g. German) create a main.tex.latexmain file [1] (I'm assuming that the main latex file is main.tex). Then put in main.tex.late

[Vim-latex-devel] Tex_env variables

2013-11-25 Thread Francesco Montesano
Hi, I'm using vim-latex under opensuse 13.1, vim 7.4.52, vim-latex github master (I use pathogen and git submodules for organising the plugins) I am customizing the figure environments. I managed to modify the default figure environment adding let g:Tex_Env_figure = "..." into my .vimrc/ftplu

Re: [Vim-latex-devel] beamer support

2013-06-20 Thread Francesco Montesano
Hi Rafael, I used vim-latex with beamer a couple of weeks ago without problems. Francesco Il giorno 21/giu/2013 04:26, "Raphael Cervantes" < cervantes.raphae...@gmail.com> ha scritto: > Hi guys, > Does vim-latex have support for beamer? I searched but couldn't find any. > > >

Re: [Vim-latex-devel] project/file specific settings

2012-11-23 Thread Francesco Montesano
Hi Alessandro, thanks for the answer. I didn't think about it. I'll try that. Cheers, Francesco 2012/11/23 Alessandro Pezzoni > 2012/11/23 Francesco Montesano : > > Is there some way to switch easely between latex and pdflatex or some > > mechanism like localvimrc

[Vim-latex-devel] project/file specific settings

2012-11-23 Thread Francesco Montesano
Dear list, this is the first time for me on this list. I began to use vim-latex recently, and I like it very much. I looked on the web for an easy way to switch between latex and pdflatex, but I couldn't find any suggestion My standard settings in ~/.vim/ftplugin/tex.vim are the following "set t