1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
# vim-latex aka latex-suite
This vim plugin provides a rich tool of features for editing latex files.
For further descriptions, we refer to
the [website](http://vim-latex.sourceforge.net/).
There is also a [user manual](http://vim-latex.sourceforge.net/index.php?subject=manual&title=Manual#user-manual)
and a [beginner's tutorial](http://vim-latex.sourceforge.net/index.php?subject=manual&title=Tutorial#tutorial).
## Installation
We recommend the installation via a plugin manager such as [pathogen](https://github.com/tpope/vim-pathogen) or [Vundle](https://github.com/gmarik/vundle).
Instructions for manual installation is documented at the [website](http://vim-latex.sourceforge.net/index.php?subject=download).
Recommended settings after installation can be found in [Section 1](http://vim-latex.sourceforge.net/documentation/latex-suite.html#recommended-settings) of the manual.
## Documentation
As already mentioned, the manual can be found [here](http://vim-latex.sourceforge.net/index.php?subject=manual&title=Manual#user-manual).
After installation, you will also have a rich in-vim documentation, see `:help latex-suite`.
|