
-----------------------------------------------------------------------------
-----                       LaTeX Symbol Selector                       -----
-----                                                                   -----
-----                           version 0.1.3                           -----
-----------------------------------------------------------------------------


-----> WHAT ?

LSS is a symbol browser to help creating LaTeX documents with many math symbols. 
All symbols are grouped into categories and user can copy symbol name to 
system-wide clipboard (or insert it directly to first running copy of gVIM) 
by selecting symbol icon from list. Symbols groups can be selected by using 
functions keys (F1-F8 for standard groups and with SHIFT modifier for AMS groups).

Features:

  * Built-in 478 LaTeX symbols
  * Most of AMS symbols are supported
  * Easy integration with gVIM editor (http://www.vim.org)
  * Selected symbol name can be copied into system-wide clipboard and can be 
    used in your favourite editor


Usage:

If you want to use LSS with gVIM add following line to your ~/.vimrc file:


    autocmd BufWinEnter *.tex imap <F8> <Esc>:silent !lss &<cr>a


Now, you can press <F8> key (you can change <F8> to something more suitable 
for you) while editing *.tex file to call LSS and insert name of selected symbol 
in cursor position.


-----> WHERE ?

Homepage: http://clay.ll.pl/lss


-----> WHO ?

Programming:
     Tomasz Mąka <pasp@users.sourceforge.net>

Graphics:
     Maja Kocoń (http://ironya.ll.pl)




