Lightweight Toolbox for LaTeX - New Official repository
See the code
\addbibresource, \addglobalbib and \addsectionbib commands.\@writefile{toc}{\contentsline ...} entries in the *.aux file always
occur at the start of some line.\ref{...} commands was completely rewritten. It is now able
to handle \@newlabel{label}{{number}{page}...} entries in the *.aux file
even if number or page contain arbitrary nested levels of braces. Labels
are additionally held in a cache per *.aux file, which is updated only if
the modification time of the file changes.This plugins aims at being lightweight and simple. For more fully-fledged plugins, see:
https://github.com/gmarik/vundle
Add Plugin 'LaTeX-Box-Team/LaTeX-Box' to your ~/.vimrc and run
:PluginInstall in a vim buffer. Add ! to the command to update.
https://github.com/tpope/vim-pathogen
Add the LaTeX-Box bundle to your bundle directory, for instance with git clone. This will typically be enough:
cd ~/.vim/bundle
git clone git://github.com/LaTeX-Box-Team/LaTeX-Box.git
Copy the directories to your .vim/ folder.
Users working with (g)vim on Windows must have a Perl environment installed. Such an environment can be downloaded at : http://strawberryperl.com/
Make sure filetype plugin on is set in host .vimrc, else LaTeX-Box
will not load.
Note that there are configurable global variables that can be put in the
.vimrc. These are documented, but as an example, one can have the
table of contents open as a horizontal split by utilizing this:
~/.vimrc
...
if s:extfname ==? "tex"
...
let g:LatexBox_split_type="new"
...
endif
This is mirrored on

Vim Script
100.0%
Lightweight Toolbox for LaTeX - New Official repository
See the code
\addbibresource, \addglobalbib and \addsectionbib commands.\@writefile{toc}{\contentsline ...} entries in the *.aux file always
occur at the start of some line.\ref{...} commands was completely rewritten. It is now able
to handle \@newlabel{label}{{number}{page}...} entries in the *.aux file
even if number or page contain arbitrary nested levels of braces. Labels
are additionally held in a cache per *.aux file, which is updated only if
the modification time of the file changes.This plugins aims at being lightweight and simple. For more fully-fledged plugins, see:
https://github.com/gmarik/vundle
Add Plugin 'LaTeX-Box-Team/LaTeX-Box' to your ~/.vimrc and run
:PluginInstall in a vim buffer. Add ! to the command to update.
https://github.com/tpope/vim-pathogen
Add the LaTeX-Box bundle to your bundle directory, for instance with git clone. This will typically be enough:
cd ~/.vim/bundle
git clone git://github.com/LaTeX-Box-Team/LaTeX-Box.git
Copy the directories to your .vim/ folder.
Users working with (g)vim on Windows must have a Perl environment installed. Such an environment can be downloaded at : http://strawberryperl.com/
Make sure filetype plugin on is set in host .vimrc, else LaTeX-Box
will not load.
Note that there are configurable global variables that can be put in the
.vimrc. These are documented, but as an example, one can have the
table of contents open as a horizontal split by utilizing this:
~/.vimrc
...
if s:extfname ==? "tex"
...
let g:LatexBox_split_type="new"
...
endif
This is mirrored on

Vim Script
100.0%