LaTeX Support Vim Plug-In | |||||||||
|
|
|
root menu |
LaTeX Support - Vim Plug-In( version 1.2 )View the ReadmeRead the LaTeX Support Help File The key mappings of this plugin (PDF) What's new? Run the LaTeX Typesetter in the Background Sep 2016 New Plug-in Versions Released Jul/Aug 2016 |
|
Features |
---|
Speed-up the development of LaTeX documents:
|
Menus | Explanation | ||
---|---|---|---|
Menu Comments : insert commentsA lot of the menu entries are defined in a so-called template library. The library defines the menu entries, maps and the inserted text. The personal information can also be configured there. A file prolog is automatically inserted into each new file (can be switched off):
%%=====================================================================================
%%
%% Filename: somedoc.tex
%%
%% Description:
%%
%% Version: 1.0
%% Created: 29.02.2015
%% Revision: none
%%
%% Author: Wolfgang Mehner (WM), <thisguy@doggymail.de>
%% Organization:
%% Copyright: Copyright (c) 2015, Wolfgang Mehner
%%
%% Notes:
%%
%%=====================================================================================
This prolog is generated from the template shown below. This template file can easily be changed by the user.
Tags (like == Comments.file prolog == noindent, start, map:cp, sc:p == %%===================================================================================== %% %% Filename: |FILENAME| %% %% Description: <CURSOR> %% %% Version: 1.0 %% Created: |DATE| %% Revision: none %% %% Author: |AUTHOR| (|AUTHORREF|), |EMAIL| %% Organization: |ORGANIZATION| %% Copyright: |COPYRIGHT| %% %% Notes: %% %%===================================================================================== == ENDTEMPLATE == |
|||
|
|||
Menu Math : insert frequently used math-related statementsThe menu contains some math environments. In case of equation you will be ask for a label, which is inserted into the statement: \begin{equation} \label{YOUR_LABEL} | \end{equation} The submenus contain a lot of symbols and other frequently used commands. The menus do not only contain the commands, but also the corresponding symbols, which saves a lot of time used on consulting reference manuals. (In case the symbols are not displayed correctly, have a look at :help latexsupport-troubleshooting.) |
|||
Menu Snippets : insert code snippets and manage templatesThe plug-in comes with a facility to extract, manage and insert often used code snippets. Visually select a few lines and use the menu entry write code snippet to write these lines into a file. The code snippet can then be edited and inserted again using read code snippet. (See :help latexsupport-snippets) The templates which define the behavior of most of the menu entries are also manage here. Use templates setup wizard to create a personalization file with your personal details for the comments. The templates support different coding styles. Use the entry choose style to switch between them. |
|||
|
|||
|
|||
Menu Help : call helpHelp is quickly accessible through the Help menu. Place the cursor on the name of a package or LaTeX command, such as \usepackage[ps2pdf]{hyperref}
then use the entry textdoc or the map ́ht. Then the plug-in will execute The same works for any word in the English language. Placing the cursor on a word and hitting ́he opens a dictionary for the word. |
Page updated: October 23 2018 / Mail to: Wolfgang Mehner