the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: lss
Version: 0.1.6
Revision: 2
Depends: atk1-shlibs, cairo-shlibs, freetype219-shlibs, glib2-shlibs, gtk+2-shlibs, libgettext3-shlibs, libiconv, libxml2-shlibs, pango1-xft2-ft219-shlibs, x11, x11-shlibs
BuildDepends: atk1, cairo, freetype219 (>= 2.3.7-7), glib2-dev, glitz, gtk+2-dev, libgettext3-dev, libiconv-dev, libxml2, pango1-xft2-ft219-dev, x11-dev, gettext-tools
Suggests: vim
Source: http://clay.ll.pl/%n/%n-%v.tar.gz
Source-MD5: 8772b8765ea19f1aa765af4ae9ea20bc
SetCFLAGS: -Os
ConfigureParams: --mandir=%p/share/man --with-extra-includes=%p/include --with-extra-libs=%p/lib --disable-dependency-tracking
PatchScript: perl -pi -e 's,if\(\!WIFEXITED\(pclose\(handle\)\)\),int pcloseresult = pclose\(handle\)\;\nif\(\!WIFEXITED\(pcloseresult\)\),' src/send.c && perl -pi -e "s,/usr/bin/msgfmt,%p/bin/msgfmt," po/Makefile.in
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING ChangeLog THANKS TRANSLATORS
Homepage: http://clay.ll.pl/lss
License: GPL
Maintainer: Jack Fink
Description: LaTeX Symbols Selector
DescDetail: <<
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. Many non-standard (and unsupported in LSS)
symbols can be found in the comprehensive LATEX symbol list at
http://www.ctan.org/tex-archive/info/symbols/comprehensive.
<<
DescPackaging: <<
Once again, many thanks to pogma (Peter O'Gorman).
This package wouldn't exist without his kind assistance.
<<
DescUsage: <<
If you want to use LSS with gVIM add following line to your ~/.vimrc file:
autocmd BufWinEnter *.tex imap
Now, you can press
name of selected symbol in cursor position. This mapping use
insert mode and you can use another shortcut key if you want - for more
information check http://www.vim.org/htmldoc/map.html.
<<