latex-support.vim   –   LaTeX IDE  –   Screen Shots    



   

LaTeX plugin
root menu
( version 1.1.1 )

             screen shots: gVim + plugins as LaTeX-IDE

Read the latex-support.vim help file

The key mappings of this plugin (PDF)

             Similar plugins:
  AWK-IDE
  Bash-IDE
  C/C++-IDE
  Perl-IDE
  Vim Script IDE

This plug-in is based on a powerful template system. Users can easily build their own templates and menus.

Menu Structure

Submenus (1. level)

Submenus (2. level)

Generated Code

Menu Comments

 

Menu Comments : Different types of comments, file prologs, commenting and uncommenting of marked areas etc.


The menu item file prolog generates a complete file prolog. File name and the date are looked up by the editor. The other information (author name, sign, ... ) are taken from the configuration settings in the plugin.
%%=====================================================================================
%%
%%       Filename:  testdoc.tex
%%
%%    Description:  
%%
%%        Version:  1.0
%%        Created:  05.01.2013
%%       Revision:  none
%%
%%         Author:  Dr. Fritz Mehner (fgm), mehner.fritz@web.de
%%   Organization:  FH Südwestfalen, Iserlohn, Germany
%%      Copyright:  Copyright (c) 2013, Dr. Fritz Mehner
%%
%%          Notes:  
%%                
%%=====================================================================================


This header is generated from the template shown below. This template file can easily be changed by the user. Tags (like |FILENAME|) are replaced when the file will be created.
== 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 Text

Menu Text : text-oriented items


In normal and insert mode the entries generate empty statements. For a marked block (visual mode) this block will surrounded by the environment or the curly braces.

TOP

Menu Math

Menu Math : Insert frequently used math-related statements and code snippets


TOP

Menu Document

 

Menu Document : Insert frequently used document-related statements and code snippets


TOP

Menu BibTeX

 

Menu Document : Insert frequently used BibTeX-related statements and code snippets


TOP

Menu Snippets

Menu Snippets : handle code snippets and templates


Read the help file for more informations about snippets and templates.

TOP

Menu Wizard

Menu Wizard : listings, tables, boxes, figures, ligatures


TOP

Menu Run

 

Menu Run : call typesetter, view document, check document with lacheck run make, run makeindex, run bibtex, ...

Run script or check or syntax. In case of errors an error window will be opened to show the current list of errors:

TOP

back to Sourceforge


Page created: August 22 2014   /   Mail to: F.Mehner