Re: [Vim-latex-devel] shortcite
Brought to you by:
srinathava,
tmaas
From: Ted P. <te...@te...> - 2012-07-09 06:08:47
|
Niels -- What functionality are you speaking of in particular? For example, the F9 completion for citations will work in any macro that contains "cite" in it. So if you do \shortcite{ and then hit F9, you'll get the same completion window as you'd see from doing a simple \cite. Or are you more interested in improving the syntax highlighting? Syntax highlighting of TeX files is actually handled by syntax/tex.vim that is distributed with Vim. So that's outside of the suite. So what's missing in your case? [ by the way, I use natbib, which gives me \citep, \citet, \citeauthor, \citeyear, and much more... and it makes it much easier to switch from Harvard-style to numbered citations right from within the TeX body ] --Ted On 06/27/2012 10:53 AM, Niels Kobschätzki wrote: > Hi, > > for citations I am using the chicago-style which offers more > cite-commands than just \cite. I use fairly often \shortcite. Is there a > way to give shortcite the same functionality as cite? > > Niels > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Vim-latex-devel mailing list > Vim...@li... > https://lists.sourceforge.net/lists/listinfo/vim-latex-devel > -- Ted Pavlic <te...@te...> |