-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathREADME
20 lines (15 loc) · 780 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is a mirror of http://www.vim.org/scripts/script.php?script_id=3109
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