Greetings,
I've recently started using Vim-Latex (and Vim for that matter) and
I'm loving it.
One problem though that I wish would be fixed is the indentation.
I usually add a few spaces for every environment I'm in and using Vim
smart indent everything works beautifully
However, if I type "equati
On 2010-04-04, fain182 wrote:
> Hello,
> i don't know how to indent my latex code..
> if i go to the first line with gg, and indent all with =G, the rules
> for indentation are wrong..(for example, indent if at the end of line
> there is a "\\" or a ",")
>
> Vim-latexsuite includes latex indentati
no one indents latex? or you use other tools?
2010/4/4 fain182 :
> Hello,
> i don't know how to indent my latex code..
> if i go to the first line with gg, and indent all with =G, the rules
> for indentation are wrong..(for example, indent if at the end of line
> there is a "\\" or a ",")
>
> Vim-
Hello,
i don't know how to indent my latex code..
if i go to the first line with gg, and indent all with =G, the rules
for indentation are wrong..(for example, indent if at the end of line
there is a "\\" or a ",")
Vim-latexsuite includes latex indentation rules? How can i set them in
my .vimrc?
Hello,
I desperatly look for indentation in latex files, I now use
latex-suite for months and I've already put the followings :
" OPTIONAL: This enables automatic indentation as you type.
filetype indent on
in .vimrc
and
" this is mostly a matter of taste. but LaTeX looks good with just a bit
"