Skip to content

andrew-hill/LaTeX-Box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX BoX

LaTeX-BoX

This plugin provides:

  • Background compilation using latexmk;
  • Completion for commands, environments, labels, and bibtex entries;
  • A simple table of contents;
  • Smart indentation (activated with "set smartindent");
  • Highlight matching \begin/\end pairs;
  • Motion between \begin/\end pairs with the % key;
  • Motion through brackets/braces (with user-defined keys);
  • Environment objects (e.g., select environement with "vie" or "vae");
  • Inline math objects (e.g., select inline math with "vi$" or "va$").

See ":help latex-box" for more details.

This plugins aims at being lightweight and simple. For more fully-fledged plugins, see:

  • LaTeX-Suite: vimscript#475
  • AutomaticTexPlugin: vimscript#2945

Installation

With gmarik vundle

https://github.com/gmarik/vundle

Add Bundle 'LaTeX-Box-Team/LaTeX-Box' to your ~/.vimrc and run :BundleInstall in a vim buffer. Add ! to the command to update.

Without a plugin manager

Copy the directories to your .vim/ folder.

Mirror information

This is mirrored on

About

Lightweight Toolbox for LaTeX - New Official repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%