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