When used without any arguments lists all available macros defined in latex-suite/macros/ directory and prompts you to choose one of them. With one argument |:read| this macro under cursor position. With more than one argument it will not work :)
Splits window for editing {macro}. When used without any arguments lists all available macros defined in latex-suite/macros/ directory and prompt you to choose one of them.
Splits window to write new macro. Directory in new buffer is locally changed to latex-suite/macros/.
Delets {macro} from latex-suite/macros/ directory. When used without any arguments lists all available macros defined in latex-suite/macros/ directory and prompt you to choose one of them.
When used without any arguments lists name of the packages for which support is available. Report depends if you are using GUI version and/or g:Tex_Menus is set to 1 or not. When you are not using menus command lists files from latex-suite/dictionaries/ (this is main support for non-menus version of latexSuite) if menus are on |TPackage| lists files from latex-suite/packages/ directory. When {package} is given command turns on all possible support for this {package} (|latex-menu-packages|, |latex-packages-dictionary|). Number of arguments separated with spaces is limited only with common sense.
This command `reads' name of package under cursor and turns on possible support.
After issuing this command latexSuite scans the file in looking for not declared packages, removing not needed entries from Packages menu and turning off not necessary packages' dictionaries.
When used without any arguments lists all available templates from latex-suite/templates/ directory and prompts to choose one of them. With one argument :0|read| {template} file. With more than one argument it will not work :)
Used without any arguments inserts last section type (|latex-sectioning|). Accepts arguments: n> inserts section name in <n> logical level. Levels are:
0 | part |
1 | chapter |
2 | section |
3 | subsection |
4 | subsubsection |
5 | paragraph |
6 | subparagraph |
+<n> | inserts section name <n> logical levels above the last used comand |
-<n> | inserts section name <n> logical levels below the last used comand |
+ | inserts section name one logical level below the last used command (equal to +1). |
++ | inserts section name two logical levels below the last used command (equal to +2). |
- | inserts section name one logical level over the last used command (equal to -1). |
-- | inserts section name two logical levels over the last used command (equal to -2). |
Command accepts also latexSuite mappings (|latex-macros|) without preceding S and in lowercase:
:TSection pa
will result in \part{}. It is possible to use full names of sections: :TSection part
Accepts the same arguments as |TSection| but leads to a couple of questions (whether you want to include the section in the table of contents, whether there is a shorter name for the table of contents) and then creates a more intelligent template.
Accepts one argument. Will look through .tex files in directory of edited file for argument. It can be regexp. You don't have to enclose argument in "". <cr> takes you to location. Other keys work as described in |latex-viewer|. Note: TLook uses :grep command and is using 'grepprg'. Its regular expressions can be different from those of Vim.
Accepts one argument. Will look through .bib files in directory of edited file for argument. It can be regexp. You don't have to enclose argument in "". <cr> takes you to location. Other keys work as described in |latex-viewer|.
TLookBib uses :grep command and is using 'grepprg'. Its regular expressions can be different from those of Vim.
Accepts one argument. Will look through all files in directory of edited file for argument. It can be regexp. You don't have to enclose argument in "". <cr> takes you to location. Other keys work as described in |latex-viewer|. Note: TLookuses :grep command and is using 'grepprg'. Its regular expressions can be different from those of Vim.
No argument allowed but accepts range in all formats. Define fragment of interest with :'a,'b, :/a/,/b/, :'<,'> or :20,30. All other rules of compilation apply.