vim-latex-suite


Ⅰ. 插件描述

Ⅱ. 基本信息

创建日期:  2010-10-29
使用用户:  138
Github星:  66
插件作者:  Gerd Wachsmuth

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'gerw/vim-latex-suite'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'gerw/vim-latex-suite'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'gerw/vim-latex-suite'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/gerw/vim-latex-suite

Ⅳ. 文档说明

# gerw's latex-suite

This repo contains an improved version of latex-suite (http://sourceforge.net/projects/vim-latex/)

Undocumented Improvements

  • aux-completion: Use the auxfile for F9-completion. Mostly useful with hyperref.
  • other small changes.

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.
There is also a user manual
and a beginner's tutorial.

Installation

We recommend the installation via a plugin manager such as pathogen or Vundle.

Instructions for manual installation is documented at the website.

Recommended settings after installation can be found in Section 1 of the manual.

Documentation

As already mentioned, the manual can be found here.
After installation, you will also have a rich in-vim documentation, see :help latex-suite.

添加新评论