aboutsummaryrefslogtreecommitdiff
path: root/dot_vim/ftplugin/latex-suite/packages/multicol
blob: ca931897f95ee22444df54f20dc8da54fe1b99b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if exists("multicol_package_file")
	finish
endif
let multicol_package_file = 1

let g:TeX_package_option_multicol = ''

let g:TeX_package_multicol =
\ 'ens:multicols:{<+cols+>}[<+text+>][<+sep+>],'
\.'columnbreak,'
\.'premulticols,'
\.'postmulticols,'
\.'multicolsep,'
\.'columnsep,'
\.'linewidth,'
\.'columnseprule,'
\.'flushcolumnt,'
\.'raggedcolumns,'
\.'unbalanced'

" vim:ft=vim:ff=unix: