TeX-9


Ⅰ. 插件描述

A semi-automatic LaTeX ftplugin with lots of firepower!

Ⅱ. 基本信息

创建日期:  2011-05-05
使用用户:  0
Github星:  3
插件作者:  Elias Toivanen

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

TeX-9
                      
    Author: Elias Toivanen
    License: GPL
    Version: 1.3.13

    TeX-9 is a ftplugin that aims to enhance the writing experience of high
    quality documents with LaTeX and Vim. The goal of TeX-9 is to be simple
    and Vimish, meaning that focus is on carefully thought-out key mappings
    and features that are already present in a typical Vim installation. If
    you need to write a thesis or research articles and insist on having only
    one editor for all editing tasks, then TeX-9 is for you!

    TeX-9 uses Python2.x as its backend and therefore a Vim installation with
    Python support is required. TeX-9 is being developed on Linux running
    Vim 7.4.

     The main features of TeX-9 are
        * Compile, debug and launch a document viewer from within Vim
        * Insert LaTeX code snippets with ease
        * Powerful text-object for LaTeX environments
        * Omni-completion of BibTeX database entries and label references
        * Omni-completion of mathematical symbols
        * SyncTeX support (for the Evince document viewer)
        * Filetype specific indentation (courtesy of Johannes Tanzler)
        * LaTeX2e manual (ported to Vim by Mikolaj Machowski)
        * No-hassle settings, relatively few mappings

==============================================================================

添加新评论