[Vim-latex-devel] change macros
Brought to you by:
srinathava,
tmaas
From: Valentin F. <flu...@gm...> - 2007-12-16 01:11:49
|
Dear All, I just learned about the latex suite and i really like it. However, I have a problem with the macros. The bibtex-ids i use are of the form "first three letters of the author and the year " for example SCH99. SCH for instance now clashes with the chapter-macro. I could turn the three-letter-macros of, but I would prefer to change them, for example using "_SCH". I tried this in my tex.vim file call IMAP('SCH','SCH','tex') call s:Tex_SectionMacros('_SCH', 'chapter') but i get an error that s:Tex_SectionMacros is not defined. Thanks for any suggestions, Valentin P.S: the same question has been asked before: http://sourceforge.net/mailarchive/message.php?msg_id=20060417091533.GA5584%40localhost.localdomain |