|
IntroAutomatic LATEX Plugin for Vim (ATP) provides commands and maps to edit, build and view the output of LATEX files in one of the greatest editors: VIM. You can see long feature list here.The main purpose of this plugin is to make you free from compiling cycle. When Automatic LaTeX Plugin for Vim finds that the file has changed it fires compiler of your choice and makes your document in the background (using autocommands). All you have to do is write (and read). Automatic LaTeX Plugin for Vim was the first plugin which provides this functionality. Maps are highly configurable (some of them you can be turn on/off temporarily). Automatic LaTeX Plugin has a powerful Tab completion for commands, environments, closing environments and brackets ... . It also completes labels by numbers (as seen in your output file, see this video). Instead of folding Automatic LaTeX Plugin provides Table of Contents, which also can be used to copy (yank), move, paste sections. Automatic LaTeX Plugin for Vim is programmed in VimL and Python (and is compatible with both python 2.7 and 3.1). This makes searching tools very fast. Automatic LaTeX Plugin for Vim contains LaTeX Box plugin, which is developed here. It provides VIM interface to latexmk, which is included in TeX Live TeX distribution. However your GNU/Linux distribution might have a separate package for it: debian, ubuntu, gentoo, fedora. Download/InstallationYou can download one of the stable versions or a snapshot (or click the Releases button of the RSS reader on the right and choose file to download).Snapshots have recent bug fixes, are published more often, and they contain unstable versions of new features. If you want to have the latest version or you want to help with testing you can use them. You can download vba file or tar.gz file. To install vba file all you have to do is open it with VIM and run the following vim command ':source %'. The tar.gz file
has to be unbundled in your ~/.vim directory.
(Note: it is not contained in any directory!!!, test
it with tar -tzf first) Don't forget
to run ':helptags ~/.vim/doc', if you install
from tar.gz bundle.Here is a list of requirements. You need to set On Gentoo UpdatesIf you have Automatic LaTeX Plugin you can use:UpdateATP[!]
to update ATP to the latest release (without
bang "!") or to the latest snapshot (with bang "!")
from inside VIM. If you have installed snapshot and you want
to downgrade to latest stable release use :UpdateATP.
Mailing ListAutomatic LaTeX Plugin mailing list. You can use it for questions, help, feature requests, bug reports, etc ...svnAutomatic LaTeX Plugin is hosted atsvn co
https://atp-vim.svn.sourceforge.net/svnroot/atp-vim
atp-vim
HTML Comment Box is loading comments...
|
|