mirror of
https://github.com/gryf/vim-latex-compiler.git
synced 2026-08-23 04:01:45 +02:00
b1e3ec187bb14fb9d88fe524d76720bebf096715
This is custom compiler for LaTeX. There is rubber program used for compile, which makes things easier in case of bibliography for example, where there is a need to compile document twice - rubber knows, that it's necessary.
Installation
To install it, any kind of Vim package manager can be used, like NeoBundle, Pathogen, Vundle or vim-plug.
For manual installation, copy subdirectories from this repository to your ~/.vim directory.
This plugin will change the makeprg To use it, just type :make while in LaTex document, or hit a mapped key.
License
This work is licensed on 3-clause BSD license. See LICENSE file for details.
Languages
Vim script
100%