16 lines
313 B
Text
16 lines
313 B
Text
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:
|