~spacexplorer/+junk/myenv

« back to all changes in this revision

Viewing changes to vim/vim/ftplugin/latex-suite/packages/chapterbib

  • Committer: Kim Allamandola
  • Date: 2011-05-02 05:39:17 UTC
  • Revision ID: spacexplorer@gmail.com-20110502053917-x0yl2lr9ri4yskr2
InitĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if exists("chapterbib_package_file")
 
2
        finish
 
3
endif
 
4
let chapterbib_package_file = 1
 
5
 
 
6
let g:TeX_package_option_chapterbib = 
 
7
\ 'sectionbib,'
 
8
\.'rootbib,'
 
9
\.'gather,'
 
10
\.'duplicate'
 
11
 
 
12
let g:TeX_package_chapterbib = 
 
13
\ 'env:cbunit,'
 
14
\.'brd:sectionbib,'
 
15
\.'bra:cbinput,'
 
16
\.'sep:redefine,'
 
17
\.'bra:citeform,'
 
18
\.'bra:citepunct,'
 
19
\.'bra:citeleft,'
 
20
\.'bra:citeright,'
 
21
\.'bra:citemid,'
 
22
\.'bra:citedash'
 
23
 
 
24
" vim:ft=vim:ff=unix: