File: README.Debian

package info (click to toggle)
vim-latexsuite 20060325-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,452 kB
  • ctags: 633
  • sloc: sh: 5,372; python: 280; makefile: 65; perl: 50
file content (45 lines) | stat: -rw-r--r-- 2,038 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
vim-latexsuite for Debian
-------------------------
From |latex-suite|:
Latex-Suite attempts to provide a comprehensive set of tools to view, edit and
compile LaTeX documents in Vim. Together, they provide tools starting from
macros to speed up editing LaTeX documents to functions for forward searching
.dvi documents. Latex-suite has been possible because of the contributions of
many people. Please see |latex-suite-credits| for a list of people who have
helped.

vim-latexsuite documentation
----------------------------
This package contains two documentation sets integrated with the vim help
system. You must edit a tex file in vim to activate it. Type:
:help latex-suite - for vim-latexsuite help
:help latex       - for LaTeX help

There is a known bug, that sometimes makes the above documentation unavailable.
It probably means you have installed other vim script package which is not
compliant with Vim Scripting Policy. To make sure that this is the case, please
run, as root, the following command:
helpztags /usr/share/vim/addons/doc
and check if documentation is available now.

Even if it fixes the problem you are still encouraged to submit the bug. We
need to hunt for packages which are not compliant with the mentioned policy.
Just make sure that you give us all required information like:
 - Is documentation available after running the helpztags command?
 - Other installed vim script packages.

List of installed packages should be attached to your bugreport automagically.
If not, please run the following command:
dpkg -S /usr/share/vim/addons/doc/* 2>/dev/null | cut -d: -f1 | sort -u
and include the output in your bugreport.

vim-latexsuite resources
-----------------------
Homepage: http://vim-latex.sourceforge.net/
Project: http://sourceforge.net/projects/vim-latex/
Mailing list: mailto:vim-latex-devel@lists.sourceforge.net

If you have any questions regarding vim-latexsuite feel free to ask them
on mailing list given above.

 -- Artur R. Czechowski <arturcz@hell.pl>, Sat,  9 Aug 2003 16:55:25 +0200