Re: [Vim-latex-devel] help needed with \ll and \lv shortcuts
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2003-01-10 01:31:33
|
Hello, On Thu, 9 Jan 2003, Charles Boncelet wrote: > One bug: The documentation says that "SPG" gives a \paragraph, > but "SPR" does. > I'll fix this now... > 1) add the following line to main.vim to give \sum (which I > use a lot and a macro can save lots of typing) > > call IMAP (g:Tex_Leader.'M', "\\sum_{<++>}^{<++>}<++>", 'tex') > > (an "M" is a rotated sigma). > This is an excellent suggestion thanks. I've added this, but the problem with this is that because g:Tex_Leader is "`" by default, therefore at the beginning of a quote, you press M, you'll get \sum.. which will become annoying. I suppose the way to get around that is to use g:Tex_Leader = ';', which doesn't occur much in latex... (does it?) > 2) add the reformat paragraph macro from auctex.vim (lines 604-625). > Will do... > One comment: The output of \ll is confusing. It took me awhile to > figure out how to continue editing without exiting the editor. I would > prefer to continue to see my file in a window (\ll was opening up my > .bbl file which it thought was in error--and it wasn't). This problem > may be unavoidable due to complexities within vim, but it is confusing > when first presented. > Are you sure there was no actual error in the .bbl file? The compiler plugin has been worked upon a fair deal to get it working right... Could you provide a bug report about what was the faulty error? Thanks, Srinath |