Re: [Vim-latex-devel] Re: Review of vim-latex status
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2003-01-01 22:34:22
|
On Tue, Dec 31, 2002 at 11:13:32AM -0500, Carl Mueller wrote: > Actually, I prefer the solution that you give above, with > the hotkey maps. If users don't like this, they could just > map the keys as they wish. Probably, you are right, and > people just use latex or amslatex exclusively. Of course, > some people have multiple collaborators, so they have to use > both. > Emacs auctex scans the file to determine which kind of latex > is being used, and customizes itself accordingly. It seems > to me that \usepackage{...amsmath...} is an umambiguous way > to check whether amslatex is being used (except when the > file is first created). At least this would allow the use > of the package on all kinds of files. Otherwise, there > might be a need for a different configuration files for each > paper. Could it be an option? Names of all supported packages detected in preamble (almost all ams-latex packages) are in g:Tex_package_supported. Mikolaj |