mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-05-14 20:09:26 +02:00
Added vim plugin + autoindent\n use vi if vim is typed and not available
This commit is contained in:
parent
ef8bf8ac54
commit
061f80b9b9
144 changed files with 30057 additions and 0 deletions
315
vim/vim-latex/ftplugin/latex-suite/packages/SIunits
Executable file
315
vim/vim-latex/ftplugin/latex-suite/packages/SIunits
Executable file
|
@ -0,0 +1,315 @@
|
|||
if exists("SIunits_package_file")
|
||||
finish
|
||||
endif
|
||||
let SIunits_package_file = 1
|
||||
|
||||
let g:TeX_package_SIunits =
|
||||
\'nor:addprefix,'.
|
||||
\'nor:addunit,'.
|
||||
\'nor:ampere,'.
|
||||
\'nor:amperemetresecond,'.
|
||||
\'nor:amperepermetre,'.
|
||||
\'nor:amperepermetrenp,'.
|
||||
\'nor:amperepersquaremetre,'.
|
||||
\'nor:amperepersquaremetrenp,'.
|
||||
\'nor:angstrom,'.
|
||||
\'nor:arad,'.
|
||||
\'nor:arcminute,'.
|
||||
\'nor:arcsecond,'.
|
||||
\'nor:are,'.
|
||||
\'nor:atomicmass,'.
|
||||
\'nor:atto,'.
|
||||
\'nor:attod,'.
|
||||
\'nor:barn,'.
|
||||
\'nor:bbar,'.
|
||||
\'nor:becquerel,'.
|
||||
\'nor:becquerelbase,'.
|
||||
\'nor:bel,'.
|
||||
\'nor:candela,'.
|
||||
\'nor:candelapersquaremetre,'.
|
||||
\'nor:candelapersquaremetrenp,'.
|
||||
\'nor:celsius,'.
|
||||
\'nor:Celsius,'.
|
||||
\'nor:celsiusbase,'.
|
||||
\'nor:centi,'.
|
||||
\'nor:centid,'.
|
||||
\'nor:coulomb,'.
|
||||
\'nor:coulombbase,'.
|
||||
\'nor:coulombpercubicmetre,'.
|
||||
\'nor:coulombpercubicmetrenp,'.
|
||||
\'nor:coulombperkilogram,'.
|
||||
\'nor:coulombperkilogramnp,'.
|
||||
\'nor:coulombpermol,'.
|
||||
\'nor:coulombpermolnp,'.
|
||||
\'nor:coulombpersquaremetre,'.
|
||||
\'nor:coulombpersquaremetrenp,'.
|
||||
\'nor:cubed,'.
|
||||
\'nor:cubic,'.
|
||||
\'nor:cubicmetre,'.
|
||||
\'nor:cubicmetreperkilogram,'.
|
||||
\'nor:cubicmetrepersecond,'.
|
||||
\'nor:curie,'.
|
||||
\'nor:dday,'.
|
||||
\'nor:deca,'.
|
||||
\'nor:decad,'.
|
||||
\'nor:deci,'.
|
||||
\'nor:decid,'.
|
||||
\'nor:degree,'.
|
||||
\'nor:degreecelsius,'.
|
||||
\'nor:deka,'.
|
||||
\'nor:dekad,'.
|
||||
\'nor:derbecquerel,'.
|
||||
\'nor:dercelsius,'.
|
||||
\'nor:dercoulomb,'.
|
||||
\'nor:derfarad,'.
|
||||
\'nor:dergray,'.
|
||||
\'nor:derhenry,'.
|
||||
\'nor:derhertz,'.
|
||||
\'nor:derjoule,'.
|
||||
\'nor:derkatal,'.
|
||||
\'nor:derlumen,'.
|
||||
\'nor:derlux,'.
|
||||
\'nor:dernewton,'.
|
||||
\'nor:derohm,'.
|
||||
\'nor:derpascal,'.
|
||||
\'nor:derradian,'.
|
||||
\'nor:dersiemens,'.
|
||||
\'nor:dersievert,'.
|
||||
\'nor:dersteradian,'.
|
||||
\'nor:dertesla,'.
|
||||
\'nor:dervolt,'.
|
||||
\'nor:derwatt,'.
|
||||
\'nor:derweber,'.
|
||||
\'nor:electronvolt,'.
|
||||
\'nor:exa,'.
|
||||
\'nor:exad,'.
|
||||
\'nor:farad,'.
|
||||
\'nor:faradbase,'.
|
||||
\'nor:faradpermetre,'.
|
||||
\'nor:faradpermetrenp,'.
|
||||
\'nor:femto,'.
|
||||
\'nor:femtod,'.
|
||||
\'nor:fourth,'.
|
||||
\'nor:gal,'.
|
||||
\'nor:giga,'.
|
||||
\'nor:gigad,'.
|
||||
\'nor:gram,'.
|
||||
\'nor:graybase,'.
|
||||
\'nor:graypersecond,'.
|
||||
\'nor:graypersecondnp,'.
|
||||
\'nor:hectare,'.
|
||||
\'nor:hecto,'.
|
||||
\'nor:hectod,'.
|
||||
\'nor:henry,'.
|
||||
\'nor:henrybase,'.
|
||||
\'nor:henrypermetre,'.
|
||||
\'nor:henrypermetrenp,'.
|
||||
\'nor:hertz,'.
|
||||
\'nor:hertzbase,'.
|
||||
\'nor:hour,'.
|
||||
\'nor:joule,'.
|
||||
\'nor:joulebase,'.
|
||||
\'nor:joulepercubicmetre,'.
|
||||
\'nor:joulepercubicmetrenp,'.
|
||||
\'nor:jouleperkelvin,'.
|
||||
\'nor:jouleperkelvinnp,'.
|
||||
\'nor:jouleperkilogram,'.
|
||||
\'nor:jouleperkilogramkelvin,'.
|
||||
\'nor:jouleperkilogramkelvinnp,'.
|
||||
\'nor:jouleperkilogramnp,'.
|
||||
\'nor:joulepermole,'.
|
||||
\'nor:joulepermolekelvin,'.
|
||||
\'nor:joulepermolekelvinnp,'.
|
||||
\'nor:joulepermolenp,'.
|
||||
\'nor:joulepersquaremetre,'.
|
||||
\'nor:joulepersquaremetrenp,'.
|
||||
\'nor:joulepertesla,'.
|
||||
\'nor:jouleperteslanp,'.
|
||||
\'nor:katal,'.
|
||||
\'nor:katalbase,'.
|
||||
\'nor:katalpercubicmetre,'.
|
||||
\'nor:katalpercubicmetrenp,'.
|
||||
\'nor:kelvin,'.
|
||||
\'nor:kilo,'.
|
||||
\'nor:kilod,'.
|
||||
\'nor:kilogram,'.
|
||||
\'nor:kilogrammetrepersecond,'.
|
||||
\'nor:kilogrammetrepersecondnp,'.
|
||||
\'nor:kilogrammetrepersquaresecond,'.
|
||||
\'nor:kilogrammetrepersquaresecondnp,'.
|
||||
\'nor:kilogrampercubicmetre,'.
|
||||
\'nor:kilogrampercubicmetrecoulomb,'.
|
||||
\'nor:kilogrampercubicmetrecoulombnp,'.
|
||||
\'nor:kilogrampercubicmetrenp,'.
|
||||
\'nor:kilogramperkilomole,'.
|
||||
\'nor:kilogramperkilomolenp,'.
|
||||
\'nor:kilogrampermetre,'.
|
||||
\'nor:kilogrampermetrenp,'.
|
||||
\'nor:kilogrampersecond,'.
|
||||
\'nor:kilogrampersecondcubicmetre,'.
|
||||
\'nor:kilogrampersecondcubicmetrenp,'.
|
||||
\'nor:kilogrampersecondnp,'.
|
||||
\'nor:kilogrampersquaremetre,'.
|
||||
\'nor:kilogrampersquaremetrenp,'.
|
||||
\'nor:kilogrampersquaremetresecond,'.
|
||||
\'nor:kilogrampersquaremetresecondnp,'.
|
||||
\'nor:kilogramsquaremetre,'.
|
||||
\'nor:kilogramsquaremetrenp,'.
|
||||
\'nor:kilogramsquaremetrepersecond,'.
|
||||
\'nor:kilogramsquaremetrepersecondnp,'.
|
||||
\'nor:kilowatthour,'.
|
||||
\'nor:liter,'.
|
||||
\'nor:litre,'.
|
||||
\'nor:lumen,'.
|
||||
\'nor:lumenbase,'.
|
||||
\'nor:lux,'.
|
||||
\'nor:luxbase,'.
|
||||
\'nor:mega,'.
|
||||
\'nor:megad,'.
|
||||
\'nor:meter,'.
|
||||
\'nor:metre,'.
|
||||
\'nor:metrepersecond,'.
|
||||
\'nor:metrepersecondnp,'.
|
||||
\'nor:metrepersquaresecond,'.
|
||||
\'nor:metrepersquaresecondnp,'.
|
||||
\'nor:micro,'.
|
||||
\'nor:microd,'.
|
||||
\'nor:milli,'.
|
||||
\'nor:millid,'.
|
||||
\'nor:minute,'.
|
||||
\'nor:mole,'.
|
||||
\'nor:molepercubicmetre,'.
|
||||
\'nor:molepercubicmetrenp,'.
|
||||
\'nor:nano,'.
|
||||
\'nor:nanod,'.
|
||||
\'nor:neper,'.
|
||||
\'nor:newton,'.
|
||||
\'nor:newtonbase,'.
|
||||
\'nor:newtonmetre,'.
|
||||
\'nor:newtonpercubicmetre,'.
|
||||
\'nor:newtonpercubicmetrenp,'.
|
||||
\'nor:newtonperkilogram,'.
|
||||
\'nor:newtonperkilogramnp,'.
|
||||
\'nor:newtonpermetre,'.
|
||||
\'nor:newtonpermetrenp,'.
|
||||
\'nor:newtonpersquaremetre,'.
|
||||
\'nor:newtonpersquaremetrenp,'.
|
||||
\'nor:NoAMS,'.
|
||||
\'nor:no@qsk,'.
|
||||
\'nor:ohm,'.
|
||||
\'nor:ohmbase,'.
|
||||
\'nor:ohmmetre,'.
|
||||
\'nor:one,'.
|
||||
\'nor:paminute,'.
|
||||
\'nor:pascal,'.
|
||||
\'nor:pascalbase,'.
|
||||
\'nor:pascalsecond,'.
|
||||
\'nor:pasecond,'.
|
||||
\'nor:per,'.
|
||||
\'nor:period@active,'.
|
||||
\'nor:persquaremetresecond,'.
|
||||
\'nor:persquaremetresecondnp,'.
|
||||
\'nor:peta,'.
|
||||
\'nor:petad,'.
|
||||
\'nor:pico,'.
|
||||
\'nor:picod,'.
|
||||
\'nor:power,'.
|
||||
\'nor:@qsk,'.
|
||||
\'nor:quantityskip,'.
|
||||
\'nor:rad,'.
|
||||
\'nor:radian,'.
|
||||
\'nor:radianbase,'.
|
||||
\'nor:radianpersecond,'.
|
||||
\'nor:radianpersecondnp,'.
|
||||
\'nor:radianpersquaresecond,'.
|
||||
\'nor:radianpersquaresecondnp,'.
|
||||
\'nor:reciprocal,'.
|
||||
\'nor:rem,'.
|
||||
\'nor:roentgen,'.
|
||||
\'nor:rp,'.
|
||||
\'nor:rpcubed,'.
|
||||
\'nor:rpcubic,'.
|
||||
\'nor:rpcubicmetreperkilogram,'.
|
||||
\'nor:rpcubicmetrepersecond,'.
|
||||
\'nor:rperminute,'.
|
||||
\'nor:rpersecond,'.
|
||||
\'nor:rpfourth,'.
|
||||
\'nor:rpsquare,'.
|
||||
\'nor:rpsquared,'.
|
||||
\'nor:rpsquaremetreperkilogram,'.
|
||||
\'nor:second,'.
|
||||
\'nor:siemens,'.
|
||||
\'nor:siemensbase,'.
|
||||
\'nor:sievert,'.
|
||||
\'nor:sievertbase,'.
|
||||
\'nor:square,'.
|
||||
\'nor:squared,'.
|
||||
\'nor:squaremetre,'.
|
||||
\'nor:squaremetrepercubicmetre,'.
|
||||
\'nor:squaremetrepercubicmetrenp,'.
|
||||
\'nor:squaremetrepercubicsecond,'.
|
||||
\'nor:squaremetrepercubicsecondnp,'.
|
||||
\'nor:squaremetreperkilogram,'.
|
||||
\'nor:squaremetrepernewtonsecond,'.
|
||||
\'nor:squaremetrepernewtonsecondnp,'.
|
||||
\'nor:squaremetrepersecond,'.
|
||||
\'nor:squaremetrepersecondnp,'.
|
||||
\'nor:squaremetrepersquaresecond,'.
|
||||
\'nor:squaremetrepersquaresecondnp,'.
|
||||
\'nor:steradian,'.
|
||||
\'nor:steradianbase,'.
|
||||
\'nor:tera,'.
|
||||
\'nor:terad,'.
|
||||
\'nor:tesla,'.
|
||||
\'nor:teslabase,'.
|
||||
\'nor:ton,'.
|
||||
\'nor:tonne,'.
|
||||
\'nor:unit,'.
|
||||
\'nor:unitskip,'.
|
||||
\'nor:usk,'.
|
||||
\'nor:volt,'.
|
||||
\'nor:voltbase,'.
|
||||
\'nor:voltpermetre,'.
|
||||
\'nor:voltpermetrenp,'.
|
||||
\'nor:watt,'.
|
||||
\'nor:wattbase,'.
|
||||
\'nor:wattpercubicmetre,'.
|
||||
\'nor:wattpercubicmetrenp,'.
|
||||
\'nor:wattperkilogram,'.
|
||||
\'nor:wattperkilogramnp,'.
|
||||
\'nor:wattpermetrekelvin,'.
|
||||
\'nor:wattpermetrekelvinnp,'.
|
||||
\'nor:wattpersquaremetre,'.
|
||||
\'nor:wattpersquaremetrenp,'.
|
||||
\'nor:wattpersquaremetresteradian,'.
|
||||
\'nor:wattpersquaremetresteradiannp,'.
|
||||
\'nor:weber,'.
|
||||
\'nor:weberbase,'.
|
||||
\'nor:yocto,'.
|
||||
\'nor:yoctod,'.
|
||||
\'nor:yotta,'.
|
||||
\'nor:yottad,'.
|
||||
\'nor:zepto,'.
|
||||
\'nor:zeptod,'.
|
||||
\'nor:zetta,'.
|
||||
\'nor:zettad'
|
||||
|
||||
let g:TeX_package_option_SIunits =
|
||||
\'amssymb,'.
|
||||
\'binary,'.
|
||||
\'cdot,'.
|
||||
\'derived,'.
|
||||
\'derivedinbase,'.
|
||||
\'Gray,'.
|
||||
\'mediumqspace,'.
|
||||
\'mediumspace,'.
|
||||
\'noams,'.
|
||||
\'pstricks,'.
|
||||
\'squaren,'.
|
||||
\'textstyle,'.
|
||||
\'thickqspace,'.
|
||||
\'thickspace,'.
|
||||
\'thinqspace,'.
|
||||
\'thinspace'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
28
vim/vim-latex/ftplugin/latex-suite/packages/accents
Executable file
28
vim/vim-latex/ftplugin/latex-suite/packages/accents
Executable file
|
@ -0,0 +1,28 @@
|
|||
if exists("accents_package_file")
|
||||
finish
|
||||
endif
|
||||
let accents_package_file = 1
|
||||
|
||||
let g:TeX_package_option_accents =
|
||||
\ 'nonscript,'
|
||||
\.'single'
|
||||
|
||||
let g:TeX_package_accents =
|
||||
\ 'bra:grave,'
|
||||
\.'bra:acute,'
|
||||
\.'bra:check,'
|
||||
\.'bra:breve,'
|
||||
\.'bra:bar,'
|
||||
\.'bra:ring,'
|
||||
\.'bra:hat,'
|
||||
\.'bra:dot,'
|
||||
\.'bra:tilde,'
|
||||
\.'bra:undertilde,'
|
||||
\.'bra:ddot,'
|
||||
\.'bra:dddot,'
|
||||
\.'bra:ddddot,'
|
||||
\.'bra:vec,'
|
||||
\.'brd:accentset,'
|
||||
\.'brd:underaccent'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/acromake
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/acromake
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("acromake_package_file")
|
||||
finish
|
||||
endif
|
||||
let acromake_package_file = 1
|
||||
|
||||
let g:TeX_package_option_acromake = ''
|
||||
|
||||
let g:TeX_package_acromake = 'brs:acromake{<++>}{<++>}{<++>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/afterpage
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/afterpage
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("afterpage_package_file")
|
||||
finish
|
||||
endif
|
||||
let afterpage_package_file = 1
|
||||
|
||||
let g:TeX_package_option_afterpage = ''
|
||||
|
||||
let g:TeX_package_afterpage = 'bra:afterpage'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/alltt
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/alltt
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("alltt_package_file")
|
||||
finish
|
||||
endif
|
||||
let alltt_package_file = 1
|
||||
|
||||
let g:TeX_package_option_alltt = ''
|
||||
|
||||
let g:TeX_package_alltt = 'env:alltt'
|
||||
|
||||
syn region texZone start="\\begin{alltt}" end="\\end{alltt}\|%stopzone\>" fold
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
106
vim/vim-latex/ftplugin/latex-suite/packages/amsmath
Executable file
106
vim/vim-latex/ftplugin/latex-suite/packages/amsmath
Executable file
|
@ -0,0 +1,106 @@
|
|||
if exists("amsmath_package_file")
|
||||
finish
|
||||
endif
|
||||
let amsmath_package_file = 1
|
||||
|
||||
let g:TeX_package_option_amsmath =
|
||||
\ 'centertags,'
|
||||
\.'tbtags,'
|
||||
\.'sumlimits,'
|
||||
\.'nosumlimits,'
|
||||
\.'intlimits,'
|
||||
\.'nointlimits,'
|
||||
\.'namelimits,'
|
||||
\.'nonamelimits,'
|
||||
\.'leqno,'
|
||||
\.'reqno,'
|
||||
\.'fleqno'
|
||||
|
||||
let g:TeX_package_amsmath =
|
||||
\ 'sbr:Environments,'
|
||||
\.'env:equation,'
|
||||
\.'env:equation*,'
|
||||
\.'env:align,'
|
||||
\.'env:align*,'
|
||||
\.'env:gather,'
|
||||
\.'env:gather*,'
|
||||
\.'env:flalign,'
|
||||
\.'env:flalign*,'
|
||||
\.'env:multline,'
|
||||
\.'env:multline*,'
|
||||
\.'ens:alignat:{<+arg1+>}{<+arg2+>},'
|
||||
\.'env:alignat,'
|
||||
\.'ens:alignat*:{<+arg1+>}{<+arg2+>},,'
|
||||
\.'env:alignat*,'
|
||||
\.'env:subequations,'
|
||||
\.'env:subarray,'
|
||||
\.'env:split,'
|
||||
\.'env:cases,'
|
||||
\.'sbr:Matrices,'
|
||||
\.'env:matrix,'
|
||||
\.'env:pmatrix,'
|
||||
\.'env:bmatrix,'
|
||||
\.'env:Bmatrix,'
|
||||
\.'env:vmatrix,'
|
||||
\.'env:Vmatrix,'
|
||||
\.'env:smallmatrix,'
|
||||
\.'bra:hdotsfor,'
|
||||
\.'sbr:Dots,'
|
||||
\.'dotsc,'
|
||||
\.'dotsb,'
|
||||
\.'dotsm,'
|
||||
\.'dotsi,'
|
||||
\.'dotso,'
|
||||
\.'sbr:ItalicGreek,'
|
||||
\.'nor:varGamma,'
|
||||
\.'nor:varDelta,'
|
||||
\.'nor:varTheta,'
|
||||
\.'nor:varLambda,'
|
||||
\.'nor:varXi,'
|
||||
\.'nor:varPi,'
|
||||
\.'nor:varSigma,'
|
||||
\.'nor:varUpsilon,'
|
||||
\.'nor:varPhi,'
|
||||
\.'nor:varPsi,'
|
||||
\.'nor:varOmega,'
|
||||
\.'sbr:Mod,'
|
||||
\.'nor:mod,'
|
||||
\.'nor:bmod,'
|
||||
\.'nor:pmod,'
|
||||
\.'nor:pod,'
|
||||
\.'sbr:CreatingSymbols,'
|
||||
\.'brd:overset,'
|
||||
\.'brd:underset,'
|
||||
\.'brd:sideset,'
|
||||
\.'sbr:Fractions,'
|
||||
\.'brd:frac,'
|
||||
\.'brd:dfrac,'
|
||||
\.'brd:tfrac,'
|
||||
\.'brd:cfrac,'
|
||||
\.'brd:binom,'
|
||||
\.'brd:dbinom,'
|
||||
\.'brd:tbinom,'
|
||||
\.'brs:genfrac{<+ldelim+>}{<+rdelim+>}{<+thick+>}{<+style+>}{<+numer+>}{<+denom+>},'
|
||||
\.'sbr:Commands,'
|
||||
\.'nob:smash,'
|
||||
\.'bra:substack,'
|
||||
\.'bra:tag,'
|
||||
\.'bra:tag*,'
|
||||
\.'nor:notag,'
|
||||
\.'bra:raisetag,'
|
||||
\.'bra:shoveleft,'
|
||||
\.'bra:shoveright,'
|
||||
\.'bra:intertext,'
|
||||
\.'bra:text,'
|
||||
\.'nor:displaybreak,'
|
||||
\.'noo:displaybreak,'
|
||||
\.'noo:allowdisplaybreaks,'
|
||||
\.'nor:nobreakdash,'
|
||||
\.'brs:numberwithin{<+env+>}{<+parent+>},'
|
||||
\.'bra:leftroot,'
|
||||
\.'bra:uproot,'
|
||||
\.'bra:boxed,'
|
||||
\.'brs:DeclareMathSymbol{<++>}{<++>}{<++>}{<++>},'
|
||||
\.'bra:eqref'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
21
vim/vim-latex/ftplugin/latex-suite/packages/amsthm
Executable file
21
vim/vim-latex/ftplugin/latex-suite/packages/amsthm
Executable file
|
@ -0,0 +1,21 @@
|
|||
if exists("amsthm_package_file")
|
||||
finish
|
||||
endif
|
||||
let amsthm_package_file = 1
|
||||
|
||||
let TeX_package_option_amsthm = ''
|
||||
|
||||
let TeX_package_amsthm =
|
||||
\ 'env:proof,'
|
||||
\.'nor:swapnumbers,'
|
||||
\.'brd:newtheorem,'
|
||||
\.'brd:newtheorem*,'
|
||||
\.'nor:theoremstyle{plain},'
|
||||
\.'nor:theoremstyle{definition},'
|
||||
\.'nor:theoremstyle{remark},'
|
||||
\.'nor:newtheoremstyle,'
|
||||
\.'nor:qedsymbol,'
|
||||
\.'nor:qed,'
|
||||
\.'nor:qedhere'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/amsxtra
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/amsxtra
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("amsxtra_package_file")
|
||||
finish
|
||||
endif
|
||||
let amsxtra_package_file = 1
|
||||
|
||||
let g:TeX_package_option_amsxtra = ''
|
||||
|
||||
let g:TeX_package_amsxtra =
|
||||
\ 'nor:sphat,'
|
||||
\.'nor:sptilde'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/arabic
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/arabic
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("arabic_package_file")
|
||||
finish
|
||||
endif
|
||||
let arabic_package_file = 1
|
||||
|
||||
let g:TeX_package_option_arabic = ''
|
||||
|
||||
let g:TeX_package_arabic = 'bra:arabicnumeral'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
17
vim/vim-latex/ftplugin/latex-suite/packages/array
Executable file
17
vim/vim-latex/ftplugin/latex-suite/packages/array
Executable file
|
@ -0,0 +1,17 @@
|
|||
if exists("array_package_file")
|
||||
finish
|
||||
endif
|
||||
let array_package_file = 1
|
||||
|
||||
let g:TeX_package_option_array = ''
|
||||
|
||||
let g:TeX_package_array =
|
||||
\ 'brs:newcolumntype{<+type+>}[<+no+>]{<+preamble+>},'
|
||||
\.'arraycolsep,'
|
||||
\.'tabcolsep,'
|
||||
\.'arrayrulewidth,'
|
||||
\.'doublerulesep,'
|
||||
\.'arraystretch,'
|
||||
\.'extrarowheight'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
98
vim/vim-latex/ftplugin/latex-suite/packages/babel
Executable file
98
vim/vim-latex/ftplugin/latex-suite/packages/babel
Executable file
|
@ -0,0 +1,98 @@
|
|||
if exists("babel_package_file")
|
||||
finish
|
||||
endif
|
||||
let babel_package_file = 1
|
||||
|
||||
" This package sets some language specific options.
|
||||
" Since it needs to find out which options the user used with the babel
|
||||
" package, it needs to wait till latex-suite is done scanning packages. It
|
||||
" then catches the LatexSuiteScannedPackages event which
|
||||
" Tex_pack_updateall() throws at which time g:Tex_pack_detected and
|
||||
" g:Tex_babel_options contain the necessary information.
|
||||
|
||||
let g:TeX_package_option_babel =
|
||||
\ 'afrikaans,'
|
||||
\.'bahasa,'
|
||||
\.'basque,'
|
||||
\.'breton,'
|
||||
\.'bulgarian,'
|
||||
\.'catalan,'
|
||||
\.'croatian,'
|
||||
\.'chech,'
|
||||
\.'danish,'
|
||||
\.'dutch,'
|
||||
\.'english,USenglish,american,UKenglish,british,canadian,'
|
||||
\.'esperanto,'
|
||||
\.'estonian,'
|
||||
\.'finnish,'
|
||||
\.'french,francais,canadien,acadian,'
|
||||
\.'galician,'
|
||||
\.'austrian,german,germanb,ngerman,naustrian,'
|
||||
\.'greek,polutonikogreek,'
|
||||
\.'hebrew,'
|
||||
\.'magyar,hungarian,'
|
||||
\.'icelandic,'
|
||||
\.'irish,'
|
||||
\.'italian,'
|
||||
\.'latin,'
|
||||
\.'lowersorbian,'
|
||||
\.'samin,'
|
||||
\.'norsk,nynorsk,'
|
||||
\.'polish,'
|
||||
\.'portuges,portuguese,brazilian,brazil,'
|
||||
\.'romanian,'
|
||||
\.'russian,'
|
||||
\.'scottish,'
|
||||
\.'spanish,'
|
||||
\.'slovak,'
|
||||
\.'slovene,'
|
||||
\.'swedish,'
|
||||
\.'serbian,'
|
||||
\.'turkish,'
|
||||
\.'ukrainian,'
|
||||
\.'uppersorbian,'
|
||||
\.'welsh'
|
||||
|
||||
let g:TeX_package_babel =
|
||||
\ 'bra:selectlanguage,'
|
||||
\.'env:otherlanguage,'
|
||||
\.'env:otherlanguage*,'
|
||||
\.'env:hyphenrules,'
|
||||
\.'brd:foreignlanguage,'
|
||||
\.'spe:iflanguage{<+name+>}{<+true+>}{<+false+>},'
|
||||
\.'languagename,'
|
||||
\.'bra:useshorthands,'
|
||||
\.'brd:defineshorthand,'
|
||||
\.'brd:aliasshorthand,'
|
||||
\.'bra:languageshorthans,'
|
||||
\.'bra:shorthandon,'
|
||||
\.'bra:shorthandoff,'
|
||||
\.'brd:languageattribute'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
||||
if exists('s:doneOnce')
|
||||
finish
|
||||
endif
|
||||
let s:doneOnce = 1
|
||||
|
||||
augroup LatexSuite
|
||||
au LatexSuite User LatexSuiteScannedPackages
|
||||
\ call Tex_Debug('babel: catching LatexSuiteScannedPackages event') |
|
||||
\ call s:SetQuotes()
|
||||
augroup END
|
||||
|
||||
let s:path = expand('<sfile>:p:h')
|
||||
|
||||
" SetQuotes: sets quotes for various languages {{{
|
||||
" Description:
|
||||
function! <SID>SetQuotes()
|
||||
if g:Tex_package_detected =~ '\<babel\>'
|
||||
if g:Tex_babel_options =~ '\<german\>'
|
||||
exec 'so '.s:path.'/german'
|
||||
elseif g:Tex_babel_options =~ '\<ngerman\>'
|
||||
exec 'so '.s:path.'/ngerman'
|
||||
endif
|
||||
endif
|
||||
endfunction " }}}
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
27
vim/vim-latex/ftplugin/latex-suite/packages/bar
Executable file
27
vim/vim-latex/ftplugin/latex-suite/packages/bar
Executable file
|
@ -0,0 +1,27 @@
|
|||
if exists("bar_package_file")
|
||||
finish
|
||||
endif
|
||||
let bar_package_file = 1
|
||||
|
||||
let g:TeX_package_option_bar = ''
|
||||
|
||||
let g:TeX_package_bar =
|
||||
\ 'env:barenv,'
|
||||
\.'brs:bar{<+height+>}{<+index+>}[<+desc+>],'
|
||||
\.'hlineon,'
|
||||
\.'brs:legend{<+index+>}{<+text+>},'
|
||||
\.'bra:setdepth,'
|
||||
\.'bra:sethspace,'
|
||||
\.'brs:setlinestyle{<+solid-dotted+>},'
|
||||
\.'brs:setnumberpos{<+empty-axis-down-inside-outside-up+>},'
|
||||
\.'bra:setprecision,'
|
||||
\.'bra:setstretch,'
|
||||
\.'bra:setstyle,'
|
||||
\.'bra:setwidth,'
|
||||
\.'brs:setxaxis{<+w1+>}{<+w2+>}{<+step+>},'
|
||||
\.'brs:setyaxis[<+n+>]{<+w1+>}{<+w2+>}{<+step+>},'
|
||||
\.'brs:setxname[<+lrbt+>]{<+etiquette+>},'
|
||||
\.'brs:setyname[<+lrbt+>]{<+etiquette+>},'
|
||||
\.'brs:setxvaluetyp{<+day-month+>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
159
vim/vim-latex/ftplugin/latex-suite/packages/biblatex
Executable file
159
vim/vim-latex/ftplugin/latex-suite/packages/biblatex
Executable file
|
@ -0,0 +1,159 @@
|
|||
" Biblatex package support v 0.1 2010-02-17
|
||||
" This file has been written by
|
||||
" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
|
||||
" based on the documentation of
|
||||
" biblatex 0.8e, July 4 2009.
|
||||
" It can be used, modified and distributed according to the vim license.
|
||||
|
||||
|
||||
if exists("biblatex_package_file")
|
||||
finish
|
||||
endif
|
||||
let biblatex_package_file = 1
|
||||
|
||||
let g:TeX_package_option_biblatex =
|
||||
\ 'style=,'
|
||||
\.'citestyle=,'
|
||||
\.'bibstyle=,'
|
||||
\.'natbib=,'
|
||||
\.'sorting=,'
|
||||
\.'sortlos=,'
|
||||
\.'sortcites=,'
|
||||
\.'maxnames=,'
|
||||
\.'minnames=,'
|
||||
\.'maxitems=,'
|
||||
\.'minitems=,'
|
||||
\.'autocite=,'
|
||||
\.'autopunct=,'
|
||||
\.'babel=,'
|
||||
\.'block=,'
|
||||
\.'hyperref=,'
|
||||
\.'backref=,'
|
||||
\.'indexing=,'
|
||||
\.'loadfiles=,'
|
||||
\.'refsection=,'
|
||||
\.'refsegment=,'
|
||||
\.'citereset=,'
|
||||
\.'abbreviate=,'
|
||||
\.'date=,'
|
||||
\.'urldate=,'
|
||||
\.'defernums=,'
|
||||
\.'punctfont=,'
|
||||
\.'arxiv=,'
|
||||
\.'backend=,'
|
||||
\.'mincrossrefs=,'
|
||||
\.'bibencoding=,'
|
||||
\.'useauthor=,'
|
||||
\.'useeditor=,'
|
||||
\.'usetranslator=,'
|
||||
\.'useprefix=,'
|
||||
\.'skipbib=,'
|
||||
\.'skiplos=,'
|
||||
\.'skiplab=,'
|
||||
\.'dataonly=,'
|
||||
\.'pagetracker=,'
|
||||
\.'citetracker=,'
|
||||
\.'ibidtracker=,'
|
||||
\.'idemtracker=,'
|
||||
\.'opcittracker=,'
|
||||
\.'loccittracker=,'
|
||||
\.'firstinits=,'
|
||||
\.'terseinits=,'
|
||||
\.'labelalpha=,'
|
||||
\.'labelnumber=,'
|
||||
\.'labelyear=,'
|
||||
\.'singletitle=,'
|
||||
\.'uniquename=,'
|
||||
\.'openbib'
|
||||
|
||||
let g:TeX_package_biblatex =
|
||||
\ 'sbr:preamble,'
|
||||
\.'bra:ExecuteBibliographyOptions{<+key=value+>},'
|
||||
\.'bra:Bibliography{<+file+>},'
|
||||
\.'sbr:localization,'
|
||||
\.'brd:DefineBibliographyStrings{<+lang+>}{<+definitions+>},'
|
||||
\.'brd:DefineBibliographyExtras{<+lang+>}{<+code+>},'
|
||||
\.'brd:UndefineBibliographyExtras{<+lang+>}{<+code+>},'
|
||||
\.'brd:DefineHyphenationExceptions{<+lang+>}{<+text+>},'
|
||||
\.'bra:NewBibliographyString{<+key+>},'
|
||||
\.'sbr:main_commands,'
|
||||
\.'brs:cite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Cite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:cite*[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:parencite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Parencite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:parencite*[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:footcite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Footcite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:textcite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Textcite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'bra:supercite{<+key+>},'
|
||||
\.'brs:autocite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Autocite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:autocite*[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Autocite*[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'sbr:multicites,'
|
||||
\.'brs:cites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Cites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:parencites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Parencites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:footcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Footcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:textcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Textcites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:supercites(<+prenote+>)(<+postnote+>){<+key+>}{<+key+>},'
|
||||
\.'brs:autocites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Autocites(<+prenote+>)(<+postnote+>)[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'sbr:text_commands,'
|
||||
\.'brs:citeauthor[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Citeauthor[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:citetitle[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:citetitle*[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:citeyear[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:citeurl[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'sbr:special_commands,'
|
||||
\.'bra:nocite{<+key+>},'
|
||||
\.'nor:citereset,'
|
||||
\.'nor:citereset*,'
|
||||
\.'nor:mancite,'
|
||||
\.'brs:fullcite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:footfullcite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:volcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:Volcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:pvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:Pvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:fvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:Fvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:tvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:Tvolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:avolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:Avolcite[<+prenote+>]{<+volume+>}[<+page+>]{<+key+>},'
|
||||
\.'brs:notecite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Notecite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:pnotecite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Pnotecite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:fnotecite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:Fnotecite[<+prenote+>][<+postnote+>]{<+key+>},'
|
||||
\.'brs:citename[<+prenote+>][<+postnote+>]{<+key+>}[<+format+>]{<+list+>},'
|
||||
\.'brs:citelist[<+prenote+>][<+postnote+>]{<+key+>}[<+format+>]{<+list+>},'
|
||||
\.'brs:citefield[<+prenote+>][<+postnote+>]{<+key+>}[<+format+>]{<+field+>},'
|
||||
\.'sbr:sorting,'
|
||||
\.'eno:refsection[<+bibfiles+>],'
|
||||
\.'noo:newrefsection[<+bibfiles+>],'
|
||||
\.'eno:refsegment[<+bibfiles+>],'
|
||||
\.'noo:newsegment[<+bibfiles+>],'
|
||||
\.'bra:DeclareBibliographyCategory{<+category+>},'
|
||||
\.'brd:addtocategory{<+category+>}{<+key+>},'
|
||||
\.'brd:defbibheading{<+name+>}{<+code+>},'
|
||||
\.'brd:defbibnote{<+name+>}{<+text+>},'
|
||||
\.'bra:segment,'
|
||||
\.'bra:type,'
|
||||
\.'bra:keyword,'
|
||||
\.'bra:category,'
|
||||
\.'sbr:endmatter,'
|
||||
\.'noo:printbibliography[<+key=value+>],'
|
||||
\.'noo:printshorthands[<+key=value+>],'
|
||||
\.'noo:bibbysection[<+key=value+>],'
|
||||
\.'noo:bibbysegment[<+key=value+>],'
|
||||
\.'noo:bibbycategory[<+key=value+>]'
|
||||
|
10
vim/vim-latex/ftplugin/latex-suite/packages/bm
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/bm
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("bm_package_file")
|
||||
finish
|
||||
endif
|
||||
let bm_package_file = 1
|
||||
|
||||
let g:TeX_package_option_bm = ''
|
||||
|
||||
let g:TeX_package_bm = 'bra:bm'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/bophook
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/bophook
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("bophook_package_file")
|
||||
finish
|
||||
endif
|
||||
let bophook_package_file = 1
|
||||
|
||||
let g:TeX_package_option_bophook = ''
|
||||
|
||||
let g:TeX_package_bophook =
|
||||
\ 'bra:AtBeginPage,'
|
||||
\.'bra:PageLayout'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/boxedminipage
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/boxedminipage
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("boxedminipage_package_file")
|
||||
finish
|
||||
endif
|
||||
let boxedminipage_package_file = 1
|
||||
|
||||
let g:TeX_package_option_boxedminipage = ''
|
||||
|
||||
let g:TeX_package_boxedminipage = 'ens:boxedminipage:[<+pos+>]{<+size+>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
43
vim/vim-latex/ftplugin/latex-suite/packages/caption2
Executable file
43
vim/vim-latex/ftplugin/latex-suite/packages/caption2
Executable file
|
@ -0,0 +1,43 @@
|
|||
if exists("caption2_package_file")
|
||||
finish
|
||||
endif
|
||||
let caption2_package_file = 1
|
||||
|
||||
let g:TeX_package_option_caption2 =
|
||||
\ 'scriptsize,'
|
||||
\.'footnotesize,'
|
||||
\.'small,'
|
||||
\.'normalsize,'
|
||||
\.'large,'
|
||||
\.'Large,'
|
||||
\.'up,'
|
||||
\.'it,'
|
||||
\.'sl,'
|
||||
\.'sc,'
|
||||
\.'md,'
|
||||
\.'bf,'
|
||||
\.'rm,'
|
||||
\.'sf,'
|
||||
\.'tt,'
|
||||
\.'ruled,'
|
||||
\.'boxed,'
|
||||
\.'centerlast,'
|
||||
\.'anne,'
|
||||
\.'center,'
|
||||
\.'flushleft,'
|
||||
\.'flushright,'
|
||||
\.'oneline,'
|
||||
\.'nooneline,'
|
||||
\.'hang,'
|
||||
\.'isu,'
|
||||
\.'indent,'
|
||||
\.'longtable'
|
||||
|
||||
let g:TeX_package_caption2 =
|
||||
\ 'bra:captionsize,'
|
||||
\.'bra:captionfont,'
|
||||
\.'bra:captionlabelfont,'
|
||||
\.'bra:setcaptionmargin,'
|
||||
\.'bra:setcaptionwidth'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/cases
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/cases
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("cases_package_file")
|
||||
finish
|
||||
endif
|
||||
let cases_package_file = 1
|
||||
|
||||
let g:TeX_package_option_cases = ''
|
||||
|
||||
let g:TeX_package_cases =
|
||||
\ 'ens:numcases:{<+label+>},'
|
||||
\.'ens:subnumcases:{<+label+>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
20
vim/vim-latex/ftplugin/latex-suite/packages/ccaption
Executable file
20
vim/vim-latex/ftplugin/latex-suite/packages/ccaption
Executable file
|
@ -0,0 +1,20 @@
|
|||
if exists("ccaption_package_file")
|
||||
finish
|
||||
endif
|
||||
let ccaption_package_file = 1
|
||||
|
||||
let g:TeX_package_option_ccaption = ''
|
||||
|
||||
let g:TeX_package_ccaption =
|
||||
\ 'bra:contcaption,'
|
||||
\.'bra:legend,'
|
||||
\.'bra:namedlegend,'
|
||||
\.'abovelegendskip,'
|
||||
\.'belowlegendskip,'
|
||||
\.'brd:newfixedcaption,'
|
||||
\.'brd:renewfixedcaption,'
|
||||
\.'brd:providefixedcaption,'
|
||||
\.'brs:newfloatenv[<+counter+>]{<+name+>}{<+ext+>}{<+etiq+>},'
|
||||
\.'brd:listfloats'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
35
vim/vim-latex/ftplugin/latex-suite/packages/changebar
Executable file
35
vim/vim-latex/ftplugin/latex-suite/packages/changebar
Executable file
|
@ -0,0 +1,35 @@
|
|||
if exists("changebar_package_file")
|
||||
finish
|
||||
endif
|
||||
let changebar_package_file = 1
|
||||
|
||||
let g:TeX_package_option_changebar =
|
||||
\ 'DVItoLN03,'
|
||||
\.'dvitoln03,'
|
||||
\.'DVItoPS,'
|
||||
\.'dvitops,'
|
||||
\.'DVIps,'
|
||||
\.'dvips,'
|
||||
\.'emTeX,'
|
||||
\.'emtex,'
|
||||
\.'textures,'
|
||||
\.'Textures,'
|
||||
\.'outerbars,'
|
||||
\.'innerbars,'
|
||||
\.'leftbars,'
|
||||
\.'rightbars,'
|
||||
\.'traceon,'
|
||||
\.'traceoff'
|
||||
|
||||
let g:TeX_package_changebar =
|
||||
\ 'ens:changebar:[<+thickness+>],'
|
||||
\.'noo:cbstart,'
|
||||
\.'cbend,'
|
||||
\.'cbdelete,'
|
||||
\.'changebarwidth,'
|
||||
\.'deletebarwidth,'
|
||||
\.'changebarsep,'
|
||||
\.'spe:changebargrey,'
|
||||
\.'nochangebars'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
24
vim/vim-latex/ftplugin/latex-suite/packages/chapterbib
Executable file
24
vim/vim-latex/ftplugin/latex-suite/packages/chapterbib
Executable file
|
@ -0,0 +1,24 @@
|
|||
if exists("chapterbib_package_file")
|
||||
finish
|
||||
endif
|
||||
let chapterbib_package_file = 1
|
||||
|
||||
let g:TeX_package_option_chapterbib =
|
||||
\ 'sectionbib,'
|
||||
\.'rootbib,'
|
||||
\.'gather,'
|
||||
\.'duplicate'
|
||||
|
||||
let g:TeX_package_chapterbib =
|
||||
\ 'env:cbunit,'
|
||||
\.'brd:sectionbib,'
|
||||
\.'bra:cbinput,'
|
||||
\.'sep:redefine,'
|
||||
\.'bra:citeform,'
|
||||
\.'bra:citepunct,'
|
||||
\.'bra:citeleft,'
|
||||
\.'bra:citeright,'
|
||||
\.'bra:citemid,'
|
||||
\.'bra:citedash'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
32
vim/vim-latex/ftplugin/latex-suite/packages/cite
Executable file
32
vim/vim-latex/ftplugin/latex-suite/packages/cite
Executable file
|
@ -0,0 +1,32 @@
|
|||
if exists("cite_package_file")
|
||||
finish
|
||||
endif
|
||||
let cite_package_file = 1
|
||||
|
||||
let g:TeX_package_option_cite =
|
||||
\ 'verbose,'
|
||||
\.'nospace,'
|
||||
\.'space,'
|
||||
\.'nosort,'
|
||||
\.'sort,'
|
||||
\.'noadjust'
|
||||
|
||||
let g:TeX_package_cite =
|
||||
\ 'bra:cite,'
|
||||
\.'bra:citen,'
|
||||
\.'bra:citenum,'
|
||||
\.'bra:citeonline,'
|
||||
\.'bra:nocite,'
|
||||
\.'sep:redefine,'
|
||||
\.'bra:citeform,'
|
||||
\.'bra:citepunct,'
|
||||
\.'bra:citeleft,'
|
||||
\.'bra:citeright,'
|
||||
\.'bra:citemid,'
|
||||
\.'bra:citedash'
|
||||
|
||||
syn region texRefZone matchgroup=texStatement start="\\citen\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
syn region texRefZone matchgroup=texStatement start="\\citenum\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
syn region texRefZone matchgroup=texStatement start="\\citeonline\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
43
vim/vim-latex/ftplugin/latex-suite/packages/color
Executable file
43
vim/vim-latex/ftplugin/latex-suite/packages/color
Executable file
|
@ -0,0 +1,43 @@
|
|||
if exists("color_package_file")
|
||||
finish
|
||||
endif
|
||||
let color_package_file = 1
|
||||
|
||||
let g:TeX_package_option_color =
|
||||
\ 'monochrome,'
|
||||
\.'debugshow,'
|
||||
\.'dvips,'
|
||||
\.'xdvi,'
|
||||
\.'dvipdf,'
|
||||
\.'pdftex,'
|
||||
\.'dvipsone,'
|
||||
\.'dviwindo,'
|
||||
\.'emtex,'
|
||||
\.'dviwin,'
|
||||
\.'oztex,'
|
||||
\.'textures,'
|
||||
\.'pctexps,'
|
||||
\.'pctexwin,'
|
||||
\.'pctexhp,'
|
||||
\.'pctex32,'
|
||||
\.'truetex,'
|
||||
\.'tcidvi,'
|
||||
\.'dvipsnames,'
|
||||
\.'nodvipsnames,'
|
||||
\.'usenames'
|
||||
|
||||
let g:TeX_package_color =
|
||||
\ 'brs:definecolor{<++>}{<++>}{<++>},'
|
||||
\.'brs:DefineNamedColor{<++>}{<++>}{<++>}{<++>},'
|
||||
\.'bra:color,'
|
||||
\.'nob:color,'
|
||||
\.'brd:textcolor,'
|
||||
\.'brs:textcolor[<++>]{<++>}{<++>},'
|
||||
\.'brd:colorbox,'
|
||||
\.'brs:colorbox[<++>]{<++>}{<++>},'
|
||||
\.'brs:fcolorbox{<++>}{<++>}{<++>},'
|
||||
\.'brs:fcolorbox[<++>]{<++>}{<++>}{<++>},'
|
||||
\.'brd:pagecolor,'
|
||||
\.'nob:pagecolor'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/comma
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/comma
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("comma_package_file")
|
||||
finish
|
||||
endif
|
||||
let comma_package_file = 1
|
||||
|
||||
let g:TeX_package_option_comma = ''
|
||||
|
||||
let g:TeX_package_comma =
|
||||
\ 'bra:commaform,'
|
||||
\.'bra:commaformtoken'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
104
vim/vim-latex/ftplugin/latex-suite/packages/csquotes
Executable file
104
vim/vim-latex/ftplugin/latex-suite/packages/csquotes
Executable file
|
@ -0,0 +1,104 @@
|
|||
" Csquotes package support v 0.1 2010-02-17
|
||||
" This file has been written by
|
||||
" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
|
||||
" based on the documentation of
|
||||
" csquotes 4.4a, July 4 2009
|
||||
" It can be used, modified and distributed according to the vim license.
|
||||
|
||||
|
||||
if exists("csquotes_package_file")
|
||||
finish
|
||||
endif
|
||||
let csquotes_package_file = 1
|
||||
|
||||
let g:TeX_package_option_csquotes =
|
||||
\ 'strict=,'
|
||||
\.'babel=,'
|
||||
\.'maxlevel=,'
|
||||
\.'style=,'
|
||||
\.'danish=,'
|
||||
\.'english=,'
|
||||
\.'french=,'
|
||||
\.'german=,'
|
||||
\.'italian=,'
|
||||
\.'norwegian=,'
|
||||
\.'portuguese=,'
|
||||
\.'spanish=,'
|
||||
\.'swedish='
|
||||
|
||||
let g:TeX_package_csquotes =
|
||||
\ 'sbr:basic,'
|
||||
\.'bra:enquote{<+text+>},'
|
||||
\.'bra:enquote*{<+text+>},'
|
||||
\.'brs:textquote[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:textquote*[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:blockquote[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'sbr:foreign_text,'
|
||||
\.'brd:foreignquote{<+lang+>}{<+text+>},'
|
||||
\.'brd:foreignquote*{<+lang+>}{<+text+>},'
|
||||
\.'brd:hyphenquote{<+lang+>}{<+text+>},'
|
||||
\.'brd:hyphenquote*{<+lang+>}{<+text+>},'
|
||||
\.'brs:foreigntextquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:foreigntextquote*{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:hyphentextquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:hyphentextquote*{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:foreignblockquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'brs:hyphenblockquote{<+lang+>}[<+cite+>][<+punct+>]{<+text+>},'
|
||||
\.'sbr:active_quotes,'
|
||||
\.'bra:MakeOuterQuote{<+character+>},'
|
||||
\.'bra:MakeInnerQuote{<+character+>},'
|
||||
\.'brd:MakeAutoQuote{<+opening_character+>}{<+closing_character+>},'
|
||||
\.'brd:MakeAutoQuote*{<+opening_character+>}{<+closing_character+>},'
|
||||
\.'brs:MakeForeignQuote{<+lang+>}{<+opening_character+>}{<+closing_character+>},'
|
||||
\.'brs:MakeForeignQuote*{<+lang+>}{<+opening_character+>}{<+closing_character+>},'
|
||||
\.'brs:MakeHyphenQuote{<+lang+>}{<+opening_character+>}{<+closing_character+>},'
|
||||
\.'brs:MakeHyphenQuote*{<+lang+>}{<+opening_character+>}{<+closing_character+>},'
|
||||
\.'brs:MakeBlockQuote{<+opening_character+>}{<+delimiter+>}{<+closing_character+>},'
|
||||
\.'brs:MakeForeignBlockQuote{<+lang+>}{<+opening_character+>}{<+delimiter+>}{<+closing_character+>},'
|
||||
\.'brs:MakeHyphenBlockQuote{<+lang+>}{<+opening_character+>}{<+delimiter+>}{<+closing_character+>},'
|
||||
\.'nor:EnableQuote,'
|
||||
\.'nor:DisableQuotes,'
|
||||
\.'nor:VerbatimQuotes,'
|
||||
\.'nor:DeleteQuotes,'
|
||||
\.'sbr:automatic_citation,'
|
||||
\.'brs:textcquote[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:textcquote*[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:foreigntextcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:foreigntextcquote*{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:hyphentextcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:hyphentextcquote*{<+x+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:blockcquote[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:foreignblockcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'brs:hyphenblockcquote{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>]{<+text+>},'
|
||||
\.'sbr:display_quotes,'
|
||||
\.'ens:displayquote:[<+cite+>][<+punct+>],'
|
||||
\.'ens:foreigndisplayquote:{<+lang+>}[<+cite+>][<+punct+>],'
|
||||
\.'ens:hyphendisplayquote:{<+lang+>}[<+cite+>][<+punct+>],'
|
||||
\.'ens:displaycquote:[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>],'
|
||||
\.'ens:foreigndisplaycquote:{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>],'
|
||||
\.'ens:hyphendisplaycquote:{<+lang+>}[<+prenote+>][<+postnote+>]{<+key+>}[<+punct+>],'
|
||||
\.'sbr:config,'
|
||||
\.'nob:setquotestyle,'
|
||||
\.'nor:setquotestyle*,'
|
||||
\.'brs:DeclareQuoteStyle[<+variant+>]{<+style+>}[<+outer_init+>][<+inner_init+>]{<+opening_outer_mark+>}[<+middle_outer_mark+>]{<+closing_outer_mark+>}[<+kern+>]{<+opening_inner_mark+>}[<+middle_inner_mark+>]{<+closing_inner_mark+>},'
|
||||
\.'brs:DeclareQuoteAlias[<+variant+>]{<+style+>}{<+alias+>},'
|
||||
\.'bra:DeclareQuoteOption{<+style+>},'
|
||||
\.'bra:ExecuteQuoteOptions{<+key=value+>},'
|
||||
\.'brs:DeclarePlainStyle{<+opening_outer_mark+>}{<+closing_outer_mark+>}{<+opening_inner_mark+>}{<+closing_inner_mark+>},'
|
||||
\.'bra:SetBlockThreshold{<+integer+>},'
|
||||
\.'bra:SetBlockEnvironment{<+environment+>},'
|
||||
\.'bra:SetCiteCommand{<+command+>},'
|
||||
\.'sbr:helper_expressions,'
|
||||
\.'brd:ifblockquote,'
|
||||
\.'brd:ifquotepunct,'
|
||||
\.'brd:ifquoteterm,'
|
||||
\.'brd:ifquotecolon,'
|
||||
\.'brd:ifquotecomma,'
|
||||
\.'brd:ifquoteexcmlam,'
|
||||
\.'brd:ifquotequestion,'
|
||||
\.'brd:ifquotesemicolon,'
|
||||
\.'brs:ifstringblank{<+string+>}{<+true+>}{<+false+>}'
|
||||
|
||||
let g:TeX_SmartQuoteOpen = "\\enquote\{"
|
||||
let g:TeX_SmartQuoteClose = "\}"
|
||||
|
36
vim/vim-latex/ftplugin/latex-suite/packages/deleq
Executable file
36
vim/vim-latex/ftplugin/latex-suite/packages/deleq
Executable file
|
@ -0,0 +1,36 @@
|
|||
if exists("deleq_package_file")
|
||||
finish
|
||||
endif
|
||||
let deleq_package_file = 1
|
||||
|
||||
let g:TeX_package_option_deleq = ''
|
||||
|
||||
let g:TeX_package_deleq =
|
||||
\.'env:deqn,'
|
||||
\.'env:ddeqn,'
|
||||
\.'env:deqarr,'
|
||||
\.'env:ddeqar,'
|
||||
\.'env:deqrarr,'
|
||||
\.'nor:nydeqno,'
|
||||
\.'nor:heqno,'
|
||||
\.'bra:reqno,'
|
||||
\.'bra:rndeqno,'
|
||||
\.'bra:rdeqno,'
|
||||
\.'nob:eqreqno,'
|
||||
\.'nob:deqreqno,'
|
||||
\.'nob:ddeqreqno,'
|
||||
\.'bra:arrlabel,'
|
||||
\.'nor:where,'
|
||||
\.'bra:remtext,'
|
||||
\.'nor:nydeleqno,'
|
||||
\.'nor:deleqno,'
|
||||
\.'nor:jotbaseline'
|
||||
|
||||
if !exists("tex_no_math")
|
||||
syn region texMathZoneA start="\\begin\s*{\s*deqn\*\s*}" end="\\end\s*{\s*deqn\*\s*}" keepend fold contains=@texMathZoneGroup
|
||||
syn region texMathZoneB start="\\begin\s*{\s*ddeqn\*\s*}" end="\\end\s*{\s*ddeqn\*\s*}" keepend fold contains=@texMathZoneGroup
|
||||
syn region texMathZoneC start="\\begin\s*{\s*deqarr\s*}" end="\\end\s*{\s*deqarr\s*}" keepend fold contains=@texMathZoneGroup
|
||||
syn region texMathZoneD start="\\begin\s*{\s*ddeqar\s*}" end="\\end\s*{\s*ddeqar\s*}" keepend fold contains=@texMathZoneGroup
|
||||
syn region texMathZoneE start="\\begin\s*{\s*deqrarr\*\s*}" end="\\end\s*{\s*deqrarr\*\s*}" keepend fold contains=@texMathZoneGroup
|
||||
endif
|
||||
" vim:ft=vim:ff=unix:noet:ts=4:
|
29
vim/vim-latex/ftplugin/latex-suite/packages/drftcite
Executable file
29
vim/vim-latex/ftplugin/latex-suite/packages/drftcite
Executable file
|
@ -0,0 +1,29 @@
|
|||
if exists("drftcite_package_file")
|
||||
finish
|
||||
endif
|
||||
let drftcite_package_file = 1
|
||||
|
||||
let g:TeX_package_option_drftcite =
|
||||
\ 'verbose,'
|
||||
\.'nospace,'
|
||||
\.'space,'
|
||||
\.'breakcites,'
|
||||
\.'manualsort,'
|
||||
\.'tt,'
|
||||
\.'shownumbers,'
|
||||
\.'nocitecount'
|
||||
|
||||
let g:TeX_package_drftcite =
|
||||
\ 'bra:cite,'
|
||||
\.'bra:citen,'
|
||||
\.'sep:redefine,'
|
||||
\.'bra:citeform,'
|
||||
\.'bra:citepunct,'
|
||||
\.'bra:citeleft,'
|
||||
\.'bra:citeright,'
|
||||
\.'bra:citemid,'
|
||||
\.'bra:citedash'
|
||||
|
||||
syn region texRefZone matchgroup=texStatement start="\\citen\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/dropping
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/dropping
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("dropping_package_file")
|
||||
finish
|
||||
endif
|
||||
let dropping_package_file = 1
|
||||
|
||||
let g:TeX_package_option_dropping = ''
|
||||
|
||||
let g:TeX_package_dropping =
|
||||
\ 'brs:bigdrop{<+indent+>}{<+big+>}{<+font+>}{<+text+>},'
|
||||
\.'brs:dropping[<+indent+>]{<+big+>}{<+text+>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/enumerate
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/enumerate
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("enumerate_package_file")
|
||||
finish
|
||||
endif
|
||||
let enumerate_package_file = 1
|
||||
|
||||
let g:TeX_package_option_enumerate = ''
|
||||
|
||||
let g:TeX_package_enumerate = 'ens:enumerate:[<+prefix+>]'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
19
vim/vim-latex/ftplugin/latex-suite/packages/eqlist
Executable file
19
vim/vim-latex/ftplugin/latex-suite/packages/eqlist
Executable file
|
@ -0,0 +1,19 @@
|
|||
if exists("eqlist_package_file")
|
||||
finish
|
||||
endif
|
||||
let eqlist_package_file = 1
|
||||
|
||||
let g:TeX_package_option_eqlist = ''
|
||||
|
||||
let g:TeX_package_eqlist =
|
||||
\ 'env:eqlist,'
|
||||
\.'env:eqlist*,'
|
||||
\.'env:Eqlist,'
|
||||
\.'env:Eqlist*,'
|
||||
\.'sep:modificators,'
|
||||
\.'eqlistinit,'
|
||||
\.'eqliststarinit,'
|
||||
\.'eqlistinitpar,'
|
||||
\.'eqlistlabel'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/eqparbox
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/eqparbox
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("eqparbox_package_file")
|
||||
finish
|
||||
endif
|
||||
let eqparbox_package_file = 1
|
||||
|
||||
let g:TeX_package_option_eqparbox = ''
|
||||
|
||||
let g:TeX_package_eqparbox =
|
||||
\ 'brs:eqparbox[<+pos+>][<+height+>][<+inner-pos+>]{<+tag+>}{<+text+>},'
|
||||
\.'bra:eqboxwidth'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/everyshi
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/everyshi
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("everyshi_package_file")
|
||||
finish
|
||||
endif
|
||||
let everyshi_package_file = 1
|
||||
|
||||
let g:TeX_package_option_everyshi = ''
|
||||
|
||||
let g:TeX_package_everyshi = 'bra:EveryShipOut'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
55
vim/vim-latex/ftplugin/latex-suite/packages/exmpl
Executable file
55
vim/vim-latex/ftplugin/latex-suite/packages/exmpl
Executable file
|
@ -0,0 +1,55 @@
|
|||
if exists("exmpl_package_file")
|
||||
finish
|
||||
endif
|
||||
let exmpl_package_file = 1
|
||||
|
||||
" Author: Mikolaj Machowski
|
||||
" Date: 10.04.2002
|
||||
" Example plugin for packages in latexSuite
|
||||
"
|
||||
|
||||
" This variable creates Options submenu in package menu. Even when no options are
|
||||
" given for this package it HAS to exist in form
|
||||
" let TeX_package_option_exmpl = ""
|
||||
" Options and commands are delimited with comma ,
|
||||
|
||||
let g:TeX_package_option_exmpl = "OpcjaA=,OpcjaB,OpcjaC"
|
||||
|
||||
" Most command should have some definition before. Package menu system can
|
||||
" recognize type of command and behave in good manner:
|
||||
" env: (environment) creates simple environment template
|
||||
" \begin{command}
|
||||
" x <- cursor here
|
||||
" \end{command}
|
||||
"
|
||||
" bra: (brackets) useful when inserting brackets commands
|
||||
" \command{x}<<>> <- cursor at x, and placeholders as in other menu entries
|
||||
"
|
||||
" nor: (normal) nor: and pla: are `highlighted' in menu with `''
|
||||
" \command<Space>
|
||||
"
|
||||
" pla: (plain)
|
||||
" command<Space>
|
||||
"
|
||||
" spe: (special)
|
||||
" command <-literal insertion of command, in future here should go
|
||||
" commands with special characters
|
||||
"
|
||||
" sep: (separator) creates separator. Good for aesthetics and usability :)
|
||||
"
|
||||
" Command can be also given with no prefix:. The result is
|
||||
" \command (as in nor: but without <Space>)
|
||||
|
||||
|
||||
let g:TeX_package_exmpl = "env:AEnvFirst,env:aEnvSec,env:BThi,"
|
||||
\ . "sep:a,env:zzzz,"
|
||||
\ . "bra:aBraFirst,bra:bBraSec,bra:cBraThi,"
|
||||
\ . "sep:b,"
|
||||
\ . "nor:aNorPri,nor:bNorSec,nor:cNorTer,"
|
||||
\ . "sep:c,"
|
||||
\ . "pla:aPla1,pla:bPla2,pla:cPla3,"
|
||||
\ . "sep:d,"
|
||||
\ . "spe:aSpe1,spe:bSpe2,spe:cSpe3,"
|
||||
\ . "sep:e,"
|
||||
\ . "aNo1,bNo2,cNo3"
|
||||
" vim:ft=vim
|
42
vim/vim-latex/ftplugin/latex-suite/packages/fixme
Executable file
42
vim/vim-latex/ftplugin/latex-suite/packages/fixme
Executable file
|
@ -0,0 +1,42 @@
|
|||
" Fixme package support v 0.1 2010-02-17
|
||||
" This file has been written by
|
||||
" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
|
||||
" based on the documentation of
|
||||
" fixme November 28 2007
|
||||
" It can be used, modified and distributed according to the vim license.
|
||||
|
||||
|
||||
if exists("fixme_package_file")
|
||||
finish
|
||||
endif
|
||||
let fixme_package_file = 1
|
||||
|
||||
let g:TeX_package_option_fixme =
|
||||
\ 'draft,'
|
||||
\.'final,'
|
||||
\.'silent,'
|
||||
\.'nosilent,'
|
||||
\.'inline,'
|
||||
\.'margin,'
|
||||
\.'marginclue,'
|
||||
\.'footnote,'
|
||||
\.'index,'
|
||||
\.'noinline,'
|
||||
\.'nomargin,'
|
||||
\.'nomarginclue,'
|
||||
\.'nofootnote,'
|
||||
\.'noindex'
|
||||
|
||||
let g:TeX_package_fixme =
|
||||
\ 'sbr:simple,'
|
||||
\.'nob:fixme[<+layout+>]{<+note+>},'
|
||||
\.'nob:fxnote[<+layout+>]{<+note+>},'
|
||||
\.'nob:fxwarning[<+layout+>]{<+note+>},'
|
||||
\.'nob:fxerror[<+layout+>]{<+note+>},'
|
||||
\.'sbr:environments,'
|
||||
\.'eno:afixme[<+summary+>],'
|
||||
\.'eno:anfxnote[<+summary+>],'
|
||||
\.'eno:anfxwarning[<+summary+>],'
|
||||
\.'eno:anfxerror[<+summary+>],'
|
||||
\.'sbr:other,'
|
||||
\.'nor:listoffixmes'
|
10
vim/vim-latex/ftplugin/latex-suite/packages/flafter
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/flafter
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("flafter_package_file")
|
||||
finish
|
||||
endif
|
||||
let flafter_package_file = 1
|
||||
|
||||
let g:TeX_package_option_flafter = ''
|
||||
|
||||
let g:TeX_package_flafter = 'noo:suppressfloats,noo:suppress'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
16
vim/vim-latex/ftplugin/latex-suite/packages/float
Executable file
16
vim/vim-latex/ftplugin/latex-suite/packages/float
Executable file
|
@ -0,0 +1,16 @@
|
|||
if exists("float_package_file")
|
||||
finish
|
||||
endif
|
||||
let float_package_file = 1
|
||||
|
||||
let g:TeX_package_option_float = ''
|
||||
|
||||
let g:TeX_package_float =
|
||||
\ 'bra:floatstyle,'
|
||||
\.'brs:newfloat{<++>}{<++>}{<++>}[<++>],'
|
||||
\.'brd:floatname,'
|
||||
\.'brd:listof,'
|
||||
\.'bra:restylefloat,'
|
||||
\.'brd:floatplacement'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/floatflt
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/floatflt
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("floatflt_package_file")
|
||||
finish
|
||||
endif
|
||||
let floatflt_package_file = 1
|
||||
|
||||
let g:TeX_package_option_floatflt = 'rflt,lflt,vflt'
|
||||
|
||||
let g:TeX_package_floatflt =
|
||||
\ 'ens:floatingfigure:[<+loc+>]{<+spec+>},'
|
||||
\.'ens:floatingtable:[<+loc+>]{<+spec+>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/fn2end
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/fn2end
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("fn2end_package_file")
|
||||
finish
|
||||
endif
|
||||
let fn2end_package_file = 1
|
||||
|
||||
let g:TeX_package_option_fn2end = ''
|
||||
|
||||
let g:TeX_package_fn2end = 'makeendnotes,theendnotes'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
21
vim/vim-latex/ftplugin/latex-suite/packages/footmisc
Executable file
21
vim/vim-latex/ftplugin/latex-suite/packages/footmisc
Executable file
|
@ -0,0 +1,21 @@
|
|||
if exists("footmisc_package_file")
|
||||
finish
|
||||
endif
|
||||
let footmisc_package_file = 1
|
||||
|
||||
let g:TeX_package_option_footmisc =
|
||||
\ 'bottom,'
|
||||
\.'flushmargin,'
|
||||
\.'marginal,'
|
||||
\.'multiple,'
|
||||
\.'norule,'
|
||||
\.'para,'
|
||||
\.'perpage,'
|
||||
\.'splitrule,'
|
||||
\.'stable,'
|
||||
\.'symbol,'
|
||||
\.'symbol+'
|
||||
|
||||
let g:TeX_package_footmisc = ''
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
93
vim/vim-latex/ftplugin/latex-suite/packages/geometry
Executable file
93
vim/vim-latex/ftplugin/latex-suite/packages/geometry
Executable file
|
@ -0,0 +1,93 @@
|
|||
if exists("geometry_package_file")
|
||||
finish
|
||||
endif
|
||||
let geometry_package_file = 1
|
||||
|
||||
let g:TeX_package_option_geometry =
|
||||
\ 'sbr:Boolean,'
|
||||
\.'verbose,'
|
||||
\.'landscape,'
|
||||
\.'portrait,'
|
||||
\.'twoside,'
|
||||
\.'includemp,'
|
||||
\.'reversemp,'
|
||||
\.'reversemarginpar,'
|
||||
\.'nohead,'
|
||||
\.'nofoot,'
|
||||
\.'noheadfoot,'
|
||||
\.'dvips,'
|
||||
\.'pdftex,'
|
||||
\.'vtex,'
|
||||
\.'truedimen,'
|
||||
\.'reset,'
|
||||
\.'sbr:BooleanDimensions,'
|
||||
\.'a0paper,'
|
||||
\.'a1paper,'
|
||||
\.'a2paper,'
|
||||
\.'a3paper,'
|
||||
\.'a4paper,'
|
||||
\.'a5paper,'
|
||||
\.'a6paper,'
|
||||
\.'b0paper,'
|
||||
\.'b1paper,'
|
||||
\.'b2paper,'
|
||||
\.'b3paper,'
|
||||
\.'b4paper,'
|
||||
\.'b5paper,'
|
||||
\.'b6paper,'
|
||||
\.'letterpaper,'
|
||||
\.'executivepaper,'
|
||||
\.'legalpaper,'
|
||||
\.'sbr:SingleValueOption,'
|
||||
\.'paper=,'
|
||||
\.'papername=,'
|
||||
\.'paperwidth=,'
|
||||
\.'paperheight=,'
|
||||
\.'width=,'
|
||||
\.'totalwidth=,'
|
||||
\.'height=,'
|
||||
\.'totalheight=,'
|
||||
\.'left=,'
|
||||
\.'lmargin=,'
|
||||
\.'right=,'
|
||||
\.'rmargin=,'
|
||||
\.'top=,'
|
||||
\.'tmargin=,'
|
||||
\.'bottom=,'
|
||||
\.'bmargin=,'
|
||||
\.'hscale=,'
|
||||
\.'vscale=,'
|
||||
\.'textwidth=,'
|
||||
\.'textheight=,'
|
||||
\.'marginparwidth=,'
|
||||
\.'marginpar=,'
|
||||
\.'marginparsep=,'
|
||||
\.'headheight=,'
|
||||
\.'head=,'
|
||||
\.'headsep=,'
|
||||
\.'footskip=,'
|
||||
\.'hoffset=,'
|
||||
\.'voffset=,'
|
||||
\.'twosideshift=,'
|
||||
\.'mag=,'
|
||||
\.'columnsep=,'
|
||||
\.'footnotesep=,'
|
||||
\.'sbr:TwoValueOptions,'
|
||||
\.'papersize={<++>},'
|
||||
\.'total={<++>},'
|
||||
\.'body={<++>},'
|
||||
\.'text={<++>},'
|
||||
\.'scale={<++>},'
|
||||
\.'hmargin={<++>},'
|
||||
\.'vmargin={<++>},'
|
||||
\.'margin={<++>},'
|
||||
\.'offset={<++>},'
|
||||
\.'sbr:ThreeValueOptions,'
|
||||
\.'hdivide={<++>},'
|
||||
\.'vdivide={<++>},'
|
||||
\.'divide={<++>}'
|
||||
|
||||
let g:TeX_package_geometry =
|
||||
\ 'bra:geometry'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/german
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/german
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("german_package_file")
|
||||
finish
|
||||
endif
|
||||
let german_package_file = 1
|
||||
|
||||
let g:TeX_package_german = ''
|
||||
let g:TeX_package_option_german = ''
|
||||
" For now just define the smart quotes.
|
||||
let b:Tex_SmartQuoteOpen = '"`'
|
||||
let b:Tex_SmartQuoteClose = "\"'"
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
69
vim/vim-latex/ftplugin/latex-suite/packages/graphicx
Executable file
69
vim/vim-latex/ftplugin/latex-suite/packages/graphicx
Executable file
|
@ -0,0 +1,69 @@
|
|||
if exists("graphicx_package_file")
|
||||
finish
|
||||
endif
|
||||
let graphicx_package_file = 1
|
||||
|
||||
let g:TeX_package_option_graphicx =
|
||||
\ 'sbr:Drivers,'
|
||||
\.'xdvi,'
|
||||
\.'dvipdf,'
|
||||
\.'dvipdfm,'
|
||||
\.'pdftex,'
|
||||
\.'dvipsone,'
|
||||
\.'dviwindo,'
|
||||
\.'emtex,'
|
||||
\.'dviwin,'
|
||||
\.'oztex,'
|
||||
\.'textures,'
|
||||
\.'pctexps,'
|
||||
\.'pctexwin,'
|
||||
\.'pctexhp,'
|
||||
\.'pctex32,'
|
||||
\.'truetex,'
|
||||
\.'tcidvi,'
|
||||
\.'vtex,'
|
||||
\.'sbr:Rest,'
|
||||
\.'debugshow,'
|
||||
\.'draft,'
|
||||
\.'final,'
|
||||
\.'hiderotate,'
|
||||
\.'hiresbb,'
|
||||
\.'hidescale,'
|
||||
\.'unknownkeysallowed,'
|
||||
\.'unknownkeyserror'
|
||||
|
||||
let g:TeX_package_graphicx =
|
||||
\ 'sbr:Includegraphics,'
|
||||
\.'brs:includegraphics[<++>]{<++>},'
|
||||
\.'spe:height=,'
|
||||
\.'spe:width=,'
|
||||
\.'spe:keepaspectratio=,'
|
||||
\.'spe:totalheight=,'
|
||||
\.'spe:angle=,'
|
||||
\.'spe:scale=,'
|
||||
\.'spe:origin=,'
|
||||
\.'spe:clip,'
|
||||
\.'spe:bb=,'
|
||||
\.'spe:viewport=,'
|
||||
\.'spe:trim=,'
|
||||
\.'spe:draft,'
|
||||
\.'spe:hiresbb,'
|
||||
\.'spe:type=,'
|
||||
\.'spe:ext=,'
|
||||
\.'spe:read=,'
|
||||
\.'spe:command=,'
|
||||
\.'sbr:Rotatebox,'
|
||||
\.'brs:rotatebox[<++>]{<++>}{<++>},'
|
||||
\.'spe:origin=,'
|
||||
\.'spe:x=,'
|
||||
\.'spe:y=,'
|
||||
\.'spe:units=,'
|
||||
\.'sbr:Rest,'
|
||||
\.'brs:scalebox{<++>}[<++>]{<++>},'
|
||||
\.'brs:resizebox{<++>}{<++>}{<++>},'
|
||||
\.'brs:resizebox*{<++>}{<++>}{<++>},'
|
||||
\.'bra:DeclareGraphicsExtensions,'
|
||||
\.'brs:DeclareGraphicsRule{<++>}{<++>}{<++>}{<++>},'
|
||||
\.'bra:graphicspath'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/graphpap
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/graphpap
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("graphpap_package_file")
|
||||
finish
|
||||
endif
|
||||
let graphpap_package_file = 1
|
||||
|
||||
let g:TeX_package_option_graphpap = ''
|
||||
|
||||
let g:TeX_package_graphpap = 'brs:graphpaper[<+step+>](<+x1,y1+>)(<+x2,y2+>)'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
18
vim/vim-latex/ftplugin/latex-suite/packages/harpoon
Executable file
18
vim/vim-latex/ftplugin/latex-suite/packages/harpoon
Executable file
|
@ -0,0 +1,18 @@
|
|||
if exists("harpoon_package_file")
|
||||
finish
|
||||
endif
|
||||
let harpoon_package_file = 1
|
||||
|
||||
let g:TeX_package_option_harpoon = ''
|
||||
|
||||
let g:TeX_package_harpoon =
|
||||
\ 'bra:overleftharp,'
|
||||
\.'bra:overrightharp,'
|
||||
\.'bra:overleftharpdown,'
|
||||
\.'bra:overrightharpdown,'
|
||||
\.'bra:underleftharp,'
|
||||
\.'bra:underrightharp,'
|
||||
\.'bra:underleftharpdown,'
|
||||
\.'bra:underrightharpdown'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
21
vim/vim-latex/ftplugin/latex-suite/packages/hhline
Executable file
21
vim/vim-latex/ftplugin/latex-suite/packages/hhline
Executable file
|
@ -0,0 +1,21 @@
|
|||
if exists("hhline_package_file")
|
||||
finish
|
||||
endif
|
||||
let hhline_package_file = 1
|
||||
|
||||
let g:TeX_package_option_hhline = ''
|
||||
|
||||
let g:TeX_package_hhline =
|
||||
\ 'bra:hhline,'
|
||||
\.'sep:a,'
|
||||
\.'spe:=,'
|
||||
\.'spe:-,'
|
||||
\.'spe:~,'
|
||||
\."spe:\\\|,"
|
||||
\.'spe::,'
|
||||
\.'spe:#,'
|
||||
\.'spe:t,'
|
||||
\.'spe:b,'
|
||||
\.'spe:*'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
13
vim/vim-latex/ftplugin/latex-suite/packages/histogram
Executable file
13
vim/vim-latex/ftplugin/latex-suite/packages/histogram
Executable file
|
@ -0,0 +1,13 @@
|
|||
if exists("histogram_package_file")
|
||||
finish
|
||||
endif
|
||||
let histogram_package_file = 1
|
||||
|
||||
let g:TeX_package_option_histogram = ''
|
||||
|
||||
let g:TeX_package_histogram =
|
||||
\ 'histogram,'
|
||||
\.'noverticallines,'
|
||||
\.'verticallines'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
167
vim/vim-latex/ftplugin/latex-suite/packages/hyperref
Executable file
167
vim/vim-latex/ftplugin/latex-suite/packages/hyperref
Executable file
|
@ -0,0 +1,167 @@
|
|||
if exists("hyperref_package_file")
|
||||
finish
|
||||
endif
|
||||
let hyperref_package_file = 1
|
||||
|
||||
let g:TeX_package_option_hyperref =
|
||||
\ '4=,'
|
||||
\.'a4paper,'
|
||||
\.'a5paper,'
|
||||
\.'anchorcolor=,'
|
||||
\.'b5paper,'
|
||||
\.'backref=,'
|
||||
\.'baseurl={<++>},'
|
||||
\.'bookmarks=,'
|
||||
\.'bookmarksnumbered=,'
|
||||
\.'bookmarksopen=,'
|
||||
\.'bookmarksopenlevel=,'
|
||||
\.'bookmarkstype=,'
|
||||
\.'breaklinks=,'
|
||||
\.'citebordercolor=,'
|
||||
\.'citecolor=,'
|
||||
\.'colorlinks=,'
|
||||
\.'debug=,'
|
||||
\.'draft,'
|
||||
\.'dvipdf,'
|
||||
\.'dvipdfm,'
|
||||
\.'dvips,'
|
||||
\.'dvipsone,'
|
||||
\.'dviwindo,'
|
||||
\.'executivepaper,'
|
||||
\.'extension=,'
|
||||
\.'filebordercolor=,'
|
||||
\.'filecolor=,'
|
||||
\.'frenchlinks=,'
|
||||
\.'hyperfigures=,'
|
||||
\.'hyperindex=,'
|
||||
\.'hypertex,'
|
||||
\.'hypertexnames=,'
|
||||
\.'implicit=,'
|
||||
\.'latex2html,'
|
||||
\.'legalpaper,'
|
||||
\.'letterpaper,'
|
||||
\.'linkbordercolor=,'
|
||||
\.'linkcolor=,'
|
||||
\.'linktocpage=,'
|
||||
\.'menubordercolor=,'
|
||||
\.'menucolor=,'
|
||||
\.'naturalnames,'
|
||||
\.'nesting=,'
|
||||
\.'pageanchor=,'
|
||||
\.'pagebackref=,'
|
||||
\.'pagebordercolor=,'
|
||||
\.'pagecolor=,'
|
||||
\.'pdfauthor={<++>},'
|
||||
\.'pdfborder=,'
|
||||
\.'pdfcenterwindow=,'
|
||||
\.'pdfcreator={<++>},'
|
||||
\.'pdffitwindow,'
|
||||
\.'pdfhighlight=,'
|
||||
\.'pdfkeywords={<++>},'
|
||||
\.'pdfmenubar=,'
|
||||
\.'pdfnewwindow=,'
|
||||
\.'pdfpagelabels=,'
|
||||
\.'pdfpagelayout=,'
|
||||
\.'pdfpagemode=,'
|
||||
\.'pdfpagescrop=,'
|
||||
\.'pdfpagetransition=,'
|
||||
\.'pdfproducer={<++>},'
|
||||
\.'pdfstartpage={<++>},'
|
||||
\.'pdfstartview={<++>},'
|
||||
\.'pdfsubject={<++>},'
|
||||
\.'pdftex,'
|
||||
\.'pdftitle={<++>},'
|
||||
\.'pdftoolbar=,'
|
||||
\.'pdfusetitle=,'
|
||||
\.'pdfview,'
|
||||
\.'pdfwindowui=,'
|
||||
\.'plainpages=,'
|
||||
\.'ps2pdf,'
|
||||
\.'raiselinks=,'
|
||||
\.'runbordercolor,'
|
||||
\.'tex4ht,'
|
||||
\.'textures,'
|
||||
\.'unicode=,'
|
||||
\.'urlbordercolor=,'
|
||||
\.'urlcolor=,'
|
||||
\.'verbose=,'
|
||||
\.'vtex'
|
||||
|
||||
let g:TeX_package_hyperref =
|
||||
\ 'sbr:Preamble,'
|
||||
\.'bra:hypersetup,'
|
||||
\.'wwwbrowser,'
|
||||
\.'sbr:Links,'
|
||||
\.'bra:hyperbaseurl,'
|
||||
\.'brs:href{<+URL+>}{<+text+>},'
|
||||
\.'bra:hyperimage,'
|
||||
\.'brs:hyperdef{<+category+>}{<+name+>}{<+text+>},'
|
||||
\.'brs:hyperref{<+URL+>}{<+category+>}{<+name+>}{<+text+>},'
|
||||
\.'brs:hyperlink{<+name+>}{<+text+>},'
|
||||
\.'brs:hypertarget{<+name+>}{<+text+>},'
|
||||
\.'bra:url,'
|
||||
\.'bra:htmladdnormallink,'
|
||||
\.'brs:Acrobatmenu{<+option+>}{<+tekst+>},'
|
||||
\.'brs:pdfbookmark[<++>]{<++>}{<++>},'
|
||||
\.'bra:thispdfpagelabel,'
|
||||
\.'sbr:Forms,'
|
||||
\.'env:Form,'
|
||||
\.'sep:Forms1,'
|
||||
\.'brs:TextField[<+parameters+>]{<+label+>},'
|
||||
\.'brs:CheckBox[<+parameters+>]{<+label+>},'
|
||||
\.'brs:ChoiceMenu[<+parameters+>]{<+label+>}{<+choices+>},'
|
||||
\.'brs:PushButton[<+parameters+>]{<+label+>},'
|
||||
\.'brs:Submit[<+parameters+>]{<+label+>},'
|
||||
\.'brs:Reset[<+parameters+>]{<+label+>},'
|
||||
\.'sep:Forms2,'
|
||||
\.'brs:LayoutTextField{<+label+>}{<+field+>},'
|
||||
\.'brs:LayoutChoiceField{<+label+>}{<+field+>},'
|
||||
\.'brs:LayoutCheckboxField{<+label+>}{<+field+>},'
|
||||
\.'sep:Forms3,'
|
||||
\.'brs:MakeRadioField{<+width+>}{<+height+>},'
|
||||
\.'brs:MakeCheckField{<+width+>}{<+height+>},'
|
||||
\.'brs:MakeTextField{<+width+>}{<+height+>},'
|
||||
\.'brs:MakeChoiceField{<+width+>}{<+height+>},'
|
||||
\.'brs:MakeButtonField{<+text+>},'
|
||||
\.'sbr:Parameters,'
|
||||
\.'spe:accesskey,'
|
||||
\.'spe:align,'
|
||||
\.'spe:backgroundcolor,'
|
||||
\.'spe:bordercolor,'
|
||||
\.'spe:bordersep,'
|
||||
\.'spe:borderwidth,'
|
||||
\.'spe:charsize,'
|
||||
\.'spe:checked,'
|
||||
\.'spe:color,'
|
||||
\.'spe:combo,'
|
||||
\.'spe:default,'
|
||||
\.'spe:disabled,'
|
||||
\.'spe:height,'
|
||||
\.'spe:hidden,'
|
||||
\.'spe:maxlen,'
|
||||
\.'spe:menulength,'
|
||||
\.'spe:multiline,'
|
||||
\.'spe:name,'
|
||||
\.'spe:onblur,'
|
||||
\.'spe:onchange,'
|
||||
\.'spe:onclick,'
|
||||
\.'spe:ondblclick,'
|
||||
\.'spe:onfocus,'
|
||||
\.'spe:onkeydown,'
|
||||
\.'spe:onkeypress,'
|
||||
\.'spe:onkeyup,'
|
||||
\.'spe:onmousedown,'
|
||||
\.'spe:onmousemove,'
|
||||
\.'spe:onmouseout,'
|
||||
\.'spe:onmouseover,'
|
||||
\.'spe:onmouseup,'
|
||||
\.'spe:onselect,'
|
||||
\.'spe:password,'
|
||||
\.'spe:popdown,'
|
||||
\.'spe:radio,'
|
||||
\.'spe:readonly,'
|
||||
\.'spe:tabkey,'
|
||||
\.'spe:value,'
|
||||
\.'spe:width'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
21
vim/vim-latex/ftplugin/latex-suite/packages/ifthen
Executable file
21
vim/vim-latex/ftplugin/latex-suite/packages/ifthen
Executable file
|
@ -0,0 +1,21 @@
|
|||
if exists("ifthen_package_file")
|
||||
finish
|
||||
endif
|
||||
let ifthen_package_file = 1
|
||||
|
||||
let g:TeX_package_option_ifthen = ''
|
||||
|
||||
let g:TeX_package_ifthen =
|
||||
\ 'brs:ifthenelse{<++>}{<++>}{<++>},'
|
||||
\.'brd:equal,'
|
||||
\.'bra:boolean,'
|
||||
\.'bra:lengthtest,'
|
||||
\.'bra:isodd,'
|
||||
\.'brd:whiledo,'
|
||||
\.'bra:newboolean,'
|
||||
\.'brd:setboolean,'
|
||||
\.'nor:and,'
|
||||
\.'nor:or,'
|
||||
\.'nor:not'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
29
vim/vim-latex/ftplugin/latex-suite/packages/inputenc
Executable file
29
vim/vim-latex/ftplugin/latex-suite/packages/inputenc
Executable file
|
@ -0,0 +1,29 @@
|
|||
if exists("inputenc_package_file")
|
||||
finish
|
||||
endif
|
||||
let inputenc_package_file = 1
|
||||
|
||||
let g:TeX_package_option_inputenc =
|
||||
\ 'ascii,'
|
||||
\.'latin1,'
|
||||
\.'latin2,'
|
||||
\.'latin3,'
|
||||
\.'latin4,'
|
||||
\.'latin5,'
|
||||
\.'latin9,'
|
||||
\.'decmulti,'
|
||||
\.'cp850,'
|
||||
\.'cp852,'
|
||||
\.'cp437,'
|
||||
\.'cp437de,'
|
||||
\.'cp865,'
|
||||
\.'applemac,'
|
||||
\.'next,'
|
||||
\.'ansinew,'
|
||||
\.'cp1250,'
|
||||
\.'cp1252'
|
||||
|
||||
let g:TeX_package_inputenc =
|
||||
\ 'bra:inputencoding'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/letterspace
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/letterspace
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("letterspace_package_file")
|
||||
finish
|
||||
endif
|
||||
let letterspace_package_file = 1
|
||||
|
||||
let g:TeX_package_option_letterspace = ''
|
||||
|
||||
let g:TeX_package_letterspace = 'nor:letterspace'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
60
vim/vim-latex/ftplugin/latex-suite/packages/lineno
Executable file
60
vim/vim-latex/ftplugin/latex-suite/packages/lineno
Executable file
|
@ -0,0 +1,60 @@
|
|||
if exists("lineno_package_file")
|
||||
finish
|
||||
endif
|
||||
let lineno_package_file = 1
|
||||
|
||||
let g:TeX_package_option_lineno =
|
||||
\ 'left,'
|
||||
\.'right,'
|
||||
\.'switch,'
|
||||
\.'switch*,'
|
||||
\.'pagewise,'
|
||||
\.'running,'
|
||||
\.'modulo,'
|
||||
\.'mathlines,'
|
||||
\.'displaymath,'
|
||||
\.'hyperref'
|
||||
|
||||
let g:TeX_package_lineno =
|
||||
\ 'sbr:Environments,'
|
||||
\.'env:linenumbers,'
|
||||
\.'env:linenumbers*,'
|
||||
\.'env:numquote,'
|
||||
\.'env:numquote*,'
|
||||
\.'env:numquotation,'
|
||||
\.'env:numquotation*,'
|
||||
\.'env:bframe,'
|
||||
\.'env:linenomath,'
|
||||
\.'env:linenomath*,'
|
||||
\.'bra:linelabel,'
|
||||
\.'sbr:Commands,'
|
||||
\.'nor:linenumbers,'
|
||||
\.'nor:linenumbers*,'
|
||||
\.'noo:linenumbers,'
|
||||
\.'nor:nolinenumbers,'
|
||||
\.'nor:runninglinenumbers,'
|
||||
\.'nor:runninglinenumbers*,'
|
||||
\.'noo:runninglinenumbers,'
|
||||
\.'nor:pagewiselinenumbers,'
|
||||
\.'nor:resetlinenumber,'
|
||||
\.'noo:resetlinenumber,'
|
||||
\.'nor:setrunninglinenumbers,'
|
||||
\.'nor:setpagewiselinenumbers,'
|
||||
\.'nor:switchlinenumbers,'
|
||||
\.'nor:switchlinenumbers*,'
|
||||
\.'nor:leftlinenumbers,'
|
||||
\.'nor:leftlinenumbers*,'
|
||||
\.'nor:rightlinenumbers,'
|
||||
\.'nor:rightlinenumbers*,'
|
||||
\.'nor:runningpagewiselinenumbers,'
|
||||
\.'nor:realpagewiselinenumbers,'
|
||||
\.'nor:modulolinenumbers,'
|
||||
\.'noo:modulolinenumbers,'
|
||||
\.'nor:linenumberdisplaymath,'
|
||||
\.'nor:nolinenumberdisplaymath,'
|
||||
\.'nor:thelinenumber,'
|
||||
\.'nob:linerefp,'
|
||||
\.'nob:linerefr,'
|
||||
\.'nob:lineref'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
35
vim/vim-latex/ftplugin/latex-suite/packages/longtable
Executable file
35
vim/vim-latex/ftplugin/latex-suite/packages/longtable
Executable file
|
@ -0,0 +1,35 @@
|
|||
if exists("longtable_package_file")
|
||||
finish
|
||||
endif
|
||||
let longtable_package_file = 1
|
||||
|
||||
let g:TeX_package_option_longtable =
|
||||
\ 'errorshow,'
|
||||
\.'pausing,'
|
||||
\.'set,'
|
||||
\.'final'
|
||||
|
||||
let g:TeX_package_longtable =
|
||||
\ 'sbr:Commands,'
|
||||
\.'nor:setlongtables,'
|
||||
\.'bra:LTleft,'
|
||||
\.'bra:LTright,'
|
||||
\.'bra:LTpre,'
|
||||
\.'bra:LTpost,'
|
||||
\.'bra:LTchunksize,'
|
||||
\.'bra:LTcapwidth,'
|
||||
\.'bra:LTcapwidth,'
|
||||
\.'sbr:Longtable,'
|
||||
\.'env:longtable,'
|
||||
\.'sep:lt,'
|
||||
\.'nor:endhead,'
|
||||
\.'nor:endfirsthead,'
|
||||
\.'nor:endfoot,'
|
||||
\.'nor:endlastfoot,'
|
||||
\.'nor:kill,'
|
||||
\.'bra:caption,'
|
||||
\.'nob:caption,'
|
||||
\.'bra:caption*,'
|
||||
\.'nor:newpage'
|
||||
|
||||
" vim:ft=vim:ts=4:sw=4:noet:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/lscape
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/lscape
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("lscape_package_file")
|
||||
finish
|
||||
endif
|
||||
let lscape_package_file = 1
|
||||
|
||||
let g:TeX_package_option_lscape = ''
|
||||
|
||||
let g:TeX_package_lscape = 'env:landscape'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
15
vim/vim-latex/ftplugin/latex-suite/packages/manyfoot
Executable file
15
vim/vim-latex/ftplugin/latex-suite/packages/manyfoot
Executable file
|
@ -0,0 +1,15 @@
|
|||
if exists("manyfoot_package_file")
|
||||
finish
|
||||
endif
|
||||
let manyfoot_package_file = 1
|
||||
|
||||
let g:TeX_package_option_manyfoot = 'para'
|
||||
|
||||
let g:TeX_package_manyfoot =
|
||||
\ 'bra:newfootnote,bra:newfootnote[para],'
|
||||
\.'bra:footnoteA,bra:footnoteB,'
|
||||
\.'bra:FootnoteA,bra:FootnoteB,'
|
||||
\.'bra:Footnotemark,bra:Footnotetext,'
|
||||
\.'SplitNote'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
28
vim/vim-latex/ftplugin/latex-suite/packages/moreverb
Executable file
28
vim/vim-latex/ftplugin/latex-suite/packages/moreverb
Executable file
|
@ -0,0 +1,28 @@
|
|||
if exists("moreverb_package_file")
|
||||
finish
|
||||
endif
|
||||
let moreverb_package_file = 1
|
||||
|
||||
let g:TeX_package_option_moreverb = ''
|
||||
|
||||
let g:TeX_package_moreverb =
|
||||
\ 'ens:verbatimwrite:{<++>},'
|
||||
\.'ens:verbatimtab:[<++>],'
|
||||
\.'ens:listing:[<+step+>]{<+number+>},'
|
||||
\.'ens:listing*:[<+step+>]{<+number+>},'
|
||||
\.'env:boxedverbatim,'
|
||||
\.'bra:verbatimtabsize,'
|
||||
\.'bra:listingoffset,'
|
||||
\.'brs:listinginput[<++>]{<++>}{<++>},'
|
||||
\.'brs:verbatimtabinput[<++>]{<++>}'
|
||||
|
||||
let g:Tex_completion_explorer = g:Tex_completion_explorer.'verbatimtabinput,'
|
||||
|
||||
syn region texZone start="\\begin{verbatimwrite}" end="\\end{verbatimwrite}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{verbatimtab}" end="\\end{verbatimtab}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{boxedverbatim}" end="\\end{boxedverbatim}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{listing}" end="\\end{listing}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{listing*}" end="\\end{listing*}\|%stopzone\>" fold
|
||||
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/multibox
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/multibox
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("multibox_package_file")
|
||||
finish
|
||||
endif
|
||||
let multibox_package_file = 1
|
||||
|
||||
let g:TeX_package_option_multibox = ''
|
||||
|
||||
let g:TeX_package_multibox = 'multimake,multiframe'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
21
vim/vim-latex/ftplugin/latex-suite/packages/multicol
Executable file
21
vim/vim-latex/ftplugin/latex-suite/packages/multicol
Executable file
|
@ -0,0 +1,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:
|
26
vim/vim-latex/ftplugin/latex-suite/packages/newalg
Executable file
26
vim/vim-latex/ftplugin/latex-suite/packages/newalg
Executable file
|
@ -0,0 +1,26 @@
|
|||
if exists("newalg_package_file")
|
||||
finish
|
||||
endif
|
||||
let newalg_package_file = 1
|
||||
|
||||
let g:TeX_package_option_newalg = ''
|
||||
|
||||
let g:TeX_package_newalg =
|
||||
\ 'ens:algorithm:{<+name+>}{<++>},'
|
||||
\.'ens:IF:{<+cond+>},'
|
||||
\.'ens:FOR:{<+loop+>},'
|
||||
\.'ens:WHILE:{<+cond+>},'
|
||||
\.'bra:ERROR,'
|
||||
\.'nor:ELSE,'
|
||||
\.'nor:RETURN,'
|
||||
\.'nor:NIL,'
|
||||
\.'nor:TO,'
|
||||
\.'bra:CALL,'
|
||||
\.'bra:text,'
|
||||
\.'env:REPEAT,'
|
||||
\.'env:SWITCH,'
|
||||
\.'nor:=,'
|
||||
\.'bra:item,'
|
||||
\.'nor:algkey'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/ngerman
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/ngerman
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("ngerman_package_file")
|
||||
finish
|
||||
endif
|
||||
let ngerman_package_file = 1
|
||||
|
||||
let g:TeX_package_ngerman = ''
|
||||
let g:TeX_package_option_ngerman = ''
|
||||
" For now just define the smart quotes.
|
||||
let b:Tex_SmartQuoteOpen = '"`'
|
||||
let b:Tex_SmartQuoteClose = "\"'"
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
18
vim/vim-latex/ftplugin/latex-suite/packages/numprint
Executable file
18
vim/vim-latex/ftplugin/latex-suite/packages/numprint
Executable file
|
@ -0,0 +1,18 @@
|
|||
if exists("numprint_package_file")
|
||||
finish
|
||||
endif
|
||||
let numprint_package_file = 1
|
||||
|
||||
let g:TeX_package_option_numprint = ''
|
||||
|
||||
let g:TeX_package_numprint =
|
||||
\ 'bra:numprint,'
|
||||
\.'nob:numprint,'
|
||||
\.'bra:thousandsep,'
|
||||
\.'bra:decimalsign,'
|
||||
\.'bra:productsign,'
|
||||
\.'bra:unitseparator,'
|
||||
\.'brd:expnumprint,'
|
||||
\.'global'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/oldstyle
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/oldstyle
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("oldstyle_package_file")
|
||||
finish
|
||||
endif
|
||||
let oldstyle_package_file = 1
|
||||
|
||||
let g:TeX_package_option_oldstyle = ''
|
||||
|
||||
let g:TeX_package_oldstyle =
|
||||
\ 'bra:textos,'
|
||||
\.'bra:mathos'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
19
vim/vim-latex/ftplugin/latex-suite/packages/outliner
Executable file
19
vim/vim-latex/ftplugin/latex-suite/packages/outliner
Executable file
|
@ -0,0 +1,19 @@
|
|||
if exists("outliner_package_file")
|
||||
finish
|
||||
endif
|
||||
let outliner_package_file = 1
|
||||
|
||||
let g:TeX_package_option_outliner = ''
|
||||
|
||||
let g:TeX_package_outliner =
|
||||
\ 'env:Outline,'
|
||||
\.'bra:Level,'
|
||||
\.'bra:SetBaseLevel,'
|
||||
\.'sep:preamble,'
|
||||
\.'bra:OutlinePageBreaks,'
|
||||
\.'bra:OutlinePageBreaks,'
|
||||
\.'bra:OutlineLevelStart,'
|
||||
\.'bra:OutlineLevelCont,'
|
||||
\.'bra:OutlineLevelEnd'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
34
vim/vim-latex/ftplugin/latex-suite/packages/overcite
Executable file
34
vim/vim-latex/ftplugin/latex-suite/packages/overcite
Executable file
|
@ -0,0 +1,34 @@
|
|||
if exists("overcite_package_file")
|
||||
finish
|
||||
endif
|
||||
let overcite_package_file = 1
|
||||
|
||||
let g:TeX_package_option_overcite =
|
||||
\ 'verbose,'
|
||||
\.'ref,'
|
||||
\.'nospace,'
|
||||
\.'space,'
|
||||
\.'nosort,'
|
||||
\.'sort,'
|
||||
\.'nomove,'
|
||||
\.'noadjust'
|
||||
|
||||
let g:TeX_package_overcite =
|
||||
\ 'bra:cite,'
|
||||
\.'bra:citen,'
|
||||
\.'bra:citenum,'
|
||||
\.'bra:citeonline,'
|
||||
\.'bra:nocite,'
|
||||
\.'sep:redefine,'
|
||||
\.'bra:citeform,'
|
||||
\.'bra:citepunct,'
|
||||
\.'bra:citeleft,'
|
||||
\.'bra:citeright,'
|
||||
\.'bra:citemid,'
|
||||
\.'bra:citedash'
|
||||
|
||||
syn region texRefZone matchgroup=texStatement start="\\citen\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
syn region texRefZone matchgroup=texStatement start="\\citenum\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
syn region texRefZone matchgroup=texStatement start="\\citeonline\([tp]\*\=\)\={" keepend end="}\|%stopzone\>" contains=texComment,texDelimiter
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
26
vim/vim-latex/ftplugin/latex-suite/packages/pagenote
Executable file
26
vim/vim-latex/ftplugin/latex-suite/packages/pagenote
Executable file
|
@ -0,0 +1,26 @@
|
|||
" Pagenote package support v 0.1 2010-02-17
|
||||
" This file has been written by
|
||||
" Andreas Wagner <Andreas dot Wagner at em dot uni-frankfurt dot de>
|
||||
" based on the documentation of
|
||||
" pagenote 27 September 2004
|
||||
" It can be used, modified and distributed according to the vim license.
|
||||
|
||||
|
||||
if exists("pagenote_package_file")
|
||||
finish
|
||||
endif
|
||||
let pagenote_package_file = 1
|
||||
|
||||
let g:TeX_package_option_pagenote =
|
||||
\ 'continuous,'
|
||||
\.'page'
|
||||
|
||||
let g:TeX_package_pagenote =
|
||||
\ 'sbr:preamble,'
|
||||
\.'nor:makepagenote,'
|
||||
\.'sbr:regular,'
|
||||
\.'nob:pagenote[<+lemma+>]{<+note+>},'
|
||||
\.'sbr:end,'
|
||||
\.'nor:printnotes,'
|
||||
\.'nor:printnotes*'
|
||||
|
15
vim/vim-latex/ftplugin/latex-suite/packages/parallel
Executable file
15
vim/vim-latex/ftplugin/latex-suite/packages/parallel
Executable file
|
@ -0,0 +1,15 @@
|
|||
if exists("parallel_package_file")
|
||||
finish
|
||||
endif
|
||||
let parallel_package_file = 1
|
||||
|
||||
let g:TeX_package_option_parallel = ''
|
||||
|
||||
let g:TeX_package_parallel =
|
||||
\ 'env:Parallel,'
|
||||
\.'bra:ParallelLText,'
|
||||
\.'bra:ParallelRText,'
|
||||
\.'nor:ParallelPar,'
|
||||
\.'nor:tolerance'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/plain
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/plain
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("plain_package_file")
|
||||
finish
|
||||
endif
|
||||
let plain_package_file = 1
|
||||
|
||||
let g:TeX_package_option_plain = ''
|
||||
|
||||
let g:TeX_package_plain = 'env:plain'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
16
vim/vim-latex/ftplugin/latex-suite/packages/plates
Executable file
16
vim/vim-latex/ftplugin/latex-suite/packages/plates
Executable file
|
@ -0,0 +1,16 @@
|
|||
if exists("plates_package_file")
|
||||
finish
|
||||
endif
|
||||
let plates_package_file = 1
|
||||
|
||||
let g:TeX_package_option_plates = 'figures,onefloatperpage,memoir'
|
||||
|
||||
let g:TeX_package_plates =
|
||||
\ 'env:plate,'
|
||||
\.'listofplates,'
|
||||
\.'ProcessPlates,'
|
||||
\.'bra:setplatename,'
|
||||
\.'bra:setplatename,'
|
||||
\.'bra:atBeginPlates'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
165
vim/vim-latex/ftplugin/latex-suite/packages/polski
Executable file
165
vim/vim-latex/ftplugin/latex-suite/packages/polski
Executable file
|
@ -0,0 +1,165 @@
|
|||
" Author: Mikolaj Machowski <mikmach@wp.pl>
|
||||
" (c) Copyright by Mikolaj Machowski 2002-2003
|
||||
" License: Vim Charityware
|
||||
" Version: 1.6
|
||||
"
|
||||
" Plik jest w kodowaniu iso-8859-2. Je¶li chcesz go uzywac w MS-Windows musisz
|
||||
" go przekonwertowac na cp-1250.
|
||||
"
|
||||
" Plik ten jest czê¶ci± vim-latexSuite, ale:
|
||||
" Nie u¿ywaj±cy vim-latexSuite (http://vim-latex.sourceforge.net) mog± wyci±æ
|
||||
" oznaczon± czê¶æ. Reszta mo¿e byæ kopiowana jako osobny plik pod warunkiem
|
||||
" niezmieniania tej notki i informacji o prawach autorskich.
|
||||
"
|
||||
" This file is in iso-8859-2 encoding. If you want to use it in MS-Windows you
|
||||
" have to convert it to cp-1250.
|
||||
"
|
||||
" This file is part of vim-latexSuite but:
|
||||
" Those who do not use vim-latexSuite (http://vim-latex.sourceforge.net) can
|
||||
" cut off marked part. Rest of the file can be copied as separate file under
|
||||
" condition of leaving this notice and information about copyrights unchanged.
|
||||
|
||||
if exists("acromake_package_file")
|
||||
finish
|
||||
endif
|
||||
let acromake_package_file = 1
|
||||
|
||||
" --------8<-------------
|
||||
" Czesc odpowiedzialna za menu
|
||||
let g:TeX_package_option_polski =
|
||||
\'OT1,OT4,T1,QX,plmath,nomathsymbols,MeX,prefixingverb,noprefixingverb'
|
||||
let g:TeX_package_polski =
|
||||
\'sbr:Dywiz&Ska,'.
|
||||
\'nor:dywiz,'.
|
||||
\'nor:ppauza,'.
|
||||
\'nor:pauza,'.
|
||||
\'nor:prefixing,'.
|
||||
\'nor:nonprefixing,'.
|
||||
\'nor:PLdateending,'.
|
||||
\'sbr:Matematyka,'.
|
||||
\'nor:arccos,'.
|
||||
\'nor:arcctan,'.
|
||||
\'nor:arcsin,'.
|
||||
\'nor:arctan,'.
|
||||
\'nor:cot,'.
|
||||
\'nor:ctanh,'.
|
||||
\'nor:tan,'.
|
||||
\'nor:tanh,'.
|
||||
\'bra:arc,'.
|
||||
\'nor:ctg,'.
|
||||
\'nor:ctgh,'.
|
||||
\'nor:tg,'.
|
||||
\'nor:tgh,'.
|
||||
\'nor:nwd'
|
||||
|
||||
" To wymaga calego pakietu vim-latexSuite - zakomentuj lub wytnij je¶li nie
|
||||
" u¿ywasz (albo go ¶ci±gnij z http://vim-latex.sf.net)
|
||||
function! TPackagePolskiTylda()
|
||||
call IMAP (" ---", "~---", "tex")
|
||||
endfunction
|
||||
call TPackagePolskiTylda()
|
||||
" --------8<-------------
|
||||
|
||||
" Polskie znaki cudzyslowow
|
||||
TexLet g:Tex_SmartQuoteOpen = ",,"
|
||||
TexLet g:Tex_SmartQuoteClose = "''"
|
||||
|
||||
" Zmodyfikowana i rozwinieta funkcja Andrzeja Ostruszki
|
||||
" Z dodatkiem od Benjiego Fishera (sprawdzanie sk³adni)
|
||||
"
|
||||
" Spacja
|
||||
inoremap <buffer> <silent> <Space> <C-R>=<SID>Tex_polish_space()<CR>
|
||||
inoremap <buffer> <silent> <CR> <C-R>=<SID>Tex_polish_space()<CR><BS><CR>
|
||||
|
||||
" Wymuszenie tyldy
|
||||
inoremap <buffer> <silent> <S-Space> ~
|
||||
|
||||
" Wymuszenie zwyklej spacji
|
||||
inoremap <buffer> <silent> <C-Space> <Space>
|
||||
|
||||
" Latwe przelaczanie sie miedzy magiczna spacja a zwykla
|
||||
inoremap <buffer> <silent> <F8> <C-R>=<SID>TogglePolishSpace()<CR>
|
||||
|
||||
function! s:TogglePolishSpace()
|
||||
if !exists("b:polishspace")
|
||||
iunmap <buffer> <Space>
|
||||
iunmap <buffer> <CR>
|
||||
let b:polishspace = 1
|
||||
return ''
|
||||
else
|
||||
inoremap <buffer> <silent> <Space> <C-R>=<SID>Tex_polish_space()<CR>
|
||||
inoremap <buffer> <silent> <CR> <C-R>=<SID>Tex_polish_space()<CR><BS><CR>
|
||||
unlet b:polishspace
|
||||
return ''
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
function! s:Tex_polish_space()
|
||||
"Nic magicznego w matematyce
|
||||
if synIDattr(synID(line('.'),col('.')-1,0),"name") =~ '^texMath\|^texZone\^texRefZone'
|
||||
return ' '
|
||||
else
|
||||
let s:col = col('.')
|
||||
let s:linelength = strlen(getline('.')) + 1
|
||||
" Wstaw tylde po spojnikach
|
||||
if strpart(getline('.'), col('.') - 3, 2) =~? '^[[:space:]~(\[{]\?[aiouwz]$'
|
||||
return '~'
|
||||
" Wstaw tylde po inicjalach - konkretnie po pojedynczych wielkich
|
||||
" literach i kropce. Obs³uguje poprawnie wiekszosc sytuacji.
|
||||
elseif strpart(getline('.'), col('.') - 4, 3) =~? '^[[:space:]~(\[{]\?\u\.$'
|
||||
return '~'
|
||||
" Wstaw tylde po tytulach, skrotach bibliograficznych, podpisach
|
||||
elseif strpart(getline('.'), col('.') - 9, 8) =~? '\(\s\|^\|\~\)\(str\.\|ryc\.\|rys\.\|tab\.\|art\.\|vol\.\|nr\|tabl\.\|rozdz\.\|ss\.\|s\.\|t\.\|z\.\|sir\|prof\.\|hab\.\|red\.\|min\.\|gen\.\|kpt\.\|przew\.\|p³k\|mjr\|mgr\|bp\|ks\.\|o\+\.\|¶w\.\|dr\)$'
|
||||
return '~'
|
||||
" Wstaw tylde miedzy rokiem, wiekiem, a odpowiednim skrotem
|
||||
elseif strpart(getline('.'), col('.') - 8, 7) =~? '[0-9IVXLCM]\s\+\(r\|w\)\.[^a-z±æê³ñó¶¿¼]\{-}$'
|
||||
s/[0-9IVXLCM]\zs\s\+\ze\(w\|r\)\.[^a-z±æê³ñó¶¿¼]\{-}\%#/\~/ei
|
||||
exe 'normal '.s:col.'|'
|
||||
if s:col == s:linelength
|
||||
startinsert!
|
||||
else
|
||||
startinsert
|
||||
endif
|
||||
return ' '
|
||||
" Wstaw tylde miedzy liczba a miara, itd.
|
||||
elseif strpart(getline('.'), col('.') - 10, 9) =~? '\(\d\|mln\|mld\|tys\.\)\s\+\(z³\|gr\|ha\|t\|mies\|godz\|min\|sek\|cm\|km\|mln\|mld\|tys\.\)[^a-z±æê³ñó¶¿¼]\{-}$'
|
||||
s/\(\d\|mln\|mld\|tys\.\)\zs\s\+\ze\(z³\|gr\|ha\|m\|t\|mies\|godz\|min\|sek\|cm\|km\|mln\|mld\|tys\.\)[^a-z±æê³ñó¶¿¼]\{-}\%#/\~/ei
|
||||
exe 'normal '.s:col.'|'
|
||||
if s:col == s:linelength
|
||||
startinsert!
|
||||
else
|
||||
startinsert
|
||||
endif
|
||||
return ' '
|
||||
" Rozwin myslnik w zbitkach w '\dywiz ':
|
||||
" bialo-czerwony -> bialo\dywiz czerwony
|
||||
elseif strpart(getline('.'), col('.') - 20, 19) =~? '[a-z±æê³ñó¶¿¼]-[a-z±æê³ñó¶¿¼]\{-}[^a-z±æê³ñó¶¿¼]\{-}$'
|
||||
s/[a-z±æê³ñó¶¿¼]\zs-\ze[a-z±æê³ñó¶¿¼]\{-}[^a-z±æê³ñó¶¿¼]\{-}\%#/\\dywiz /ei
|
||||
let colb = s:col + 6
|
||||
exe 'normal '.colb.'|'
|
||||
if s:col == s:linelength
|
||||
startinsert!
|
||||
else
|
||||
startinsert
|
||||
endif
|
||||
return ' '
|
||||
" Rozwin '--' miedzy liczbami w '\ppauza ':
|
||||
" 39--45 -> 39\ppauza 45
|
||||
elseif strpart(getline('.'), col('.') - 10, 9) =~? '[0-9IVXLCM]--[0-9IVXLCM]\{-}[^0-9IVXLCM]\{-}$'
|
||||
s/[0-9IVXLCM]\zs--\ze[0-9IVXLCM]\{-}[^0-9IVXLCM]\{-}\%#/\\ppauza /ei
|
||||
let colb = s:col + 6
|
||||
exe 'normal '.colb.'|'
|
||||
if s:col == s:linelength
|
||||
startinsert!
|
||||
else
|
||||
startinsert
|
||||
endif
|
||||
return ' '
|
||||
endif
|
||||
" Tu koncz komentowanie ostatniej sekcji
|
||||
endif
|
||||
return " "
|
||||
endfunction
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
27
vim/vim-latex/ftplugin/latex-suite/packages/psgo
Executable file
27
vim/vim-latex/ftplugin/latex-suite/packages/psgo
Executable file
|
@ -0,0 +1,27 @@
|
|||
if exists("psgo_package_file")
|
||||
finish
|
||||
endif
|
||||
let psgo_package_file = 1
|
||||
|
||||
let g:TeX_package_option_psgo = ''
|
||||
|
||||
let g:TeX_package_psgo =
|
||||
\ 'env:psgogoard,'
|
||||
\.'env:psgoboard*,'
|
||||
\.'brs:stone{<+color+>}{<+letter+>}{<+number+>},'
|
||||
\.'brs:stone[<+marker+>]{<+color+>}{<+letter+>}{<+number+>},'
|
||||
\.'brs:move{<+letter+>}{<+number+>},'
|
||||
\.'brs:move*{<+letter+>}{<+number+>},'
|
||||
\.'brs:goline{<+letter1+>}{<+number1+>}{<+letter2+>}{<+number2+>},'
|
||||
\.'brs:goarrow{<+letter1+>}{<+number1+>}{<+letter2+>}{<+number2+>},'
|
||||
\.'sbr:Markers,'
|
||||
\.'brs:markpos{<+marker+>}{<+letter+>}{<+number+>},'
|
||||
\.'markma,'
|
||||
\.'marktr,'
|
||||
\.'markcr,'
|
||||
\.'marksq,'
|
||||
\.'bra:marklb,'
|
||||
\.'marksl,'
|
||||
\.'markdd'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
20
vim/vim-latex/ftplugin/latex-suite/packages/schedule
Executable file
20
vim/vim-latex/ftplugin/latex-suite/packages/schedule
Executable file
|
@ -0,0 +1,20 @@
|
|||
if exists("schedule_package_file")
|
||||
finish
|
||||
endif
|
||||
let schedule_package_file = 1
|
||||
|
||||
let g:TeX_package_option_schedule = ''
|
||||
|
||||
let g:TeX_package_schedule =
|
||||
\ 'ens:schedule:[<+title+>],'
|
||||
\.'bra:CellHeight,'
|
||||
\.'bra:CellWidth,'
|
||||
\.'bra:TimeRange,'
|
||||
\.'bra:SubUnits,'
|
||||
\.'bra:BeginOn,'
|
||||
\.'bra:TextSize,'
|
||||
\.'nor:FiveDay,'
|
||||
\.'nor:SevenDay,'
|
||||
\.'brs:NewAppointment{<+name+>}{<+bg+>}{<+fg+>}'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/textfit
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/textfit
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("textfit_package_file")
|
||||
finish
|
||||
endif
|
||||
let textfit_package_file = 1
|
||||
|
||||
let g:TeX_package_option_textfit = ''
|
||||
|
||||
let g:TeX_package_textfit =
|
||||
\ 'brd:scaletowidth,'
|
||||
\.'brd:scaletoheight'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
10
vim/vim-latex/ftplugin/latex-suite/packages/times
Executable file
10
vim/vim-latex/ftplugin/latex-suite/packages/times
Executable file
|
@ -0,0 +1,10 @@
|
|||
if exists("times_package_file")
|
||||
finish
|
||||
endif
|
||||
let times_package_file = 1
|
||||
|
||||
let g:TeX_package_option_times = ''
|
||||
|
||||
let g:TeX_package_times = ''
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
364
vim/vim-latex/ftplugin/latex-suite/packages/tipa
Executable file
364
vim/vim-latex/ftplugin/latex-suite/packages/tipa
Executable file
|
@ -0,0 +1,364 @@
|
|||
if exists("tipa_package_file")
|
||||
finish
|
||||
endif
|
||||
let tipa_package_file = 1
|
||||
|
||||
let g:TeX_package_option_tipa =
|
||||
\ 'T1,'
|
||||
\.'noenc,'
|
||||
\.'tone,'
|
||||
\.'extra,'
|
||||
\.'safe'
|
||||
|
||||
let g:TeX_package_tipa =
|
||||
\ 'sbr:Common,'
|
||||
\.'bra:textipa,'
|
||||
\.'env:IPA,'
|
||||
\.'tipaencoding,'
|
||||
\.'bra:super,'
|
||||
\.'nor:ipabar,'
|
||||
\.'brd:tipalowaraccent,'
|
||||
\.'brd:tipaupperaccent,'
|
||||
\.'brd:tipaLowaraccent,'
|
||||
\.'brd:tipaUpperaccent,'
|
||||
\.'brd:ipaclap,'
|
||||
\.'sbr:VowelsandConsonants,'
|
||||
\.'nor:textturna,'
|
||||
\.'nor:textrhooka,'
|
||||
\.'nor:textlhookfour,'
|
||||
\.'nor:textscripta,'
|
||||
\.'nor:textturnscripta,'
|
||||
\.'nor:textinvscripta,'
|
||||
\.'ae,'
|
||||
\.'nor:textaolig,'
|
||||
\.'nor:textsca,'
|
||||
\.'nor:textinvsca,'
|
||||
\.'nor:textscaolig,'
|
||||
\.'nor:textturnv,'
|
||||
\.'nor:textsoftsign,'
|
||||
\.'nor:texthardsign,'
|
||||
\.'nor:texthtb,'
|
||||
\.'nor:textscb,'
|
||||
\.'nor:textcrb,'
|
||||
\.'nor:textbarb,'
|
||||
\.'nor:textbeta,'
|
||||
\.'nor:textbarc,'
|
||||
\.'nor:texthtc,'
|
||||
\.'bra:v,'
|
||||
\.'bra:c,'
|
||||
\.'nor:textctc,'
|
||||
\.'nor:textstretchc,'
|
||||
\.'nor:textstretchcvar,'
|
||||
\.'nor:textctstretchc,'
|
||||
\.'nor:textctstretchcvar,'
|
||||
\.'nor:textcrd,'
|
||||
\.'nor:textbard,'
|
||||
\.'nor:texthtd,'
|
||||
\.'nor:textrtaild,'
|
||||
\.'nor:texthtrtaild,'
|
||||
\.'nor:textctd,'
|
||||
\.'nor:textfrhookd,'
|
||||
\.'nor:textfrhookdvar,'
|
||||
\.'nor:textdblig,'
|
||||
\.'nor:textdzlig,'
|
||||
\.'nor:textdctzlig,'
|
||||
\.'nor:textdyoghlig,'
|
||||
\.'nor:textctdctzlig,'
|
||||
\.'nor:textscdelta,'
|
||||
\.'nor:dh,'
|
||||
\.'nor:textrhooke,'
|
||||
\.'nor:textschwa,'
|
||||
\.'nor:textrhookschwa,'
|
||||
\.'nor:textreve,'
|
||||
\.'nor:textsce,'
|
||||
\.'nor:textepsilon,'
|
||||
\.'nor:textrhookepsilon,'
|
||||
\.'nor:textcloseepsilon,'
|
||||
\.'nor:textrevepsilon,'
|
||||
\.'nor:textrhookrevepsilon,'
|
||||
\.'nor:textcloserevepsilon,'
|
||||
\.'nor:textscf,'
|
||||
\.'nor:textscriptg,'
|
||||
\.'nor:textbarg,'
|
||||
\.'nor:textcrg,'
|
||||
\.'nor:texthtg,'
|
||||
\.'nor:textg,'
|
||||
\.'nor:textscg,'
|
||||
\.'nor:texthtscg,'
|
||||
\.'nor:textgamma,'
|
||||
\.'nor:textgrgamma,'
|
||||
\.'nor:textfrtailgamma,'
|
||||
\.'nor:textbktailgamma,'
|
||||
\.'nor:textbabygamma,'
|
||||
\.'nor:textramshorns,'
|
||||
\.'nor:texthvlig,'
|
||||
\.'nor:textcrh,'
|
||||
\.'nor:texthth,'
|
||||
\.'nor:textrtailhth,'
|
||||
\.'nor:textheng,'
|
||||
\.'nor:texththeng,'
|
||||
\.'nor:textturnh,'
|
||||
\.'nor:textsch,'
|
||||
\.'nor:i,'
|
||||
\.'nor:textbari,'
|
||||
\.'nor:textiota,'
|
||||
\.'nor:textlhti,'
|
||||
\.'nor:textlhtlongi,'
|
||||
\.'nor:textvibyi,'
|
||||
\.'nor:textraisevibyi,'
|
||||
\.'nor:textsci,'
|
||||
\.'nor:j,'
|
||||
\.'nor:textctj,'
|
||||
\.'nor:textctjvar,'
|
||||
\.'nor:textscj,'
|
||||
\.'bra:v,'
|
||||
\.'nor:textbardotlessj,'
|
||||
\.'nor:textObardotlessj,'
|
||||
\.'nor:texthtbardotlessj,'
|
||||
\.'nor:texthtbardotlessjvar,'
|
||||
\.'nor:texthtk,'
|
||||
\.'nor:textturnk,'
|
||||
\.'nor:textsck,'
|
||||
\.'nor:textturnsck,'
|
||||
\.'nor:textltilde,'
|
||||
\.'nor:textbarl,'
|
||||
\.'nor:textbeltl,'
|
||||
\.'nor:textrtaill,'
|
||||
\.'nor:textlyoghlig,'
|
||||
\.'nor:textOlyoghlig,'
|
||||
\.'nor:textscl,'
|
||||
\.'nor:textrevscl,'
|
||||
\.'nor:textlambda,'
|
||||
\.'nor:textcrlambda,'
|
||||
\.'nor:textltailm,'
|
||||
\.'nor:textturnm,'
|
||||
\.'nor:textturnmrleg,'
|
||||
\.'nor:texthmlig,'
|
||||
\.'nor:textscm,'
|
||||
\.'nor:textnrleg,'
|
||||
\.'~,'
|
||||
\.'nor:textltailn,'
|
||||
\.'nor:textfrbarn,'
|
||||
\.'nor:ng,'
|
||||
\.'nor:textrtailn,'
|
||||
\.'nor:textctn,'
|
||||
\.'nor:textnrleg,'
|
||||
\.'nor:textscn,'
|
||||
\.'nor:textbullseye,'
|
||||
\.'nor:textObullseye,'
|
||||
\.'nor:textbaro,'
|
||||
\.'nor:o,'
|
||||
\.'nor:textfemale,'
|
||||
\.'nor:textuncrfemale,'
|
||||
\.'nor:oe,'
|
||||
\.'nor:textscoelig,'
|
||||
\.'nor:textopeno,'
|
||||
\.'nor:textrhookopeno,'
|
||||
\.'nor:textturncelig,'
|
||||
\.'nor:textomega,'
|
||||
\.'nor:textinvomega,'
|
||||
\.'nor:textscomega,'
|
||||
\.'nor:textcloseomega,'
|
||||
\.'nor:textlhookp,'
|
||||
\.'nor:textscp,'
|
||||
\.'nor:textwynn,'
|
||||
\.'nor:textthorn,'
|
||||
\.'nor:textthornvari,'
|
||||
\.'nor:textthornvarii,'
|
||||
\.'nor:textthornvariii,'
|
||||
\.'nor:textthornvariv,'
|
||||
\.'nor:texthtp,'
|
||||
\.'nor:textphi,'
|
||||
\.'nor:texthtq,'
|
||||
\.'nor:textqplig,'
|
||||
\.'nor:textscq,'
|
||||
\.'nor:textfishhookr,'
|
||||
\.'nor:textlonglegr,'
|
||||
\.'nor:textrtailr,'
|
||||
\.'nor:textturnr,'
|
||||
\.'nor:textturnrrtail,'
|
||||
\.'nor:textturnlonglegr,'
|
||||
\.'nor:textscr,'
|
||||
\.'nor:textinvscr,'
|
||||
\.'nor:textrevscr,'
|
||||
\.'bra:v,'
|
||||
\.'nor:textrtails,'
|
||||
\.'nor:textesh,'
|
||||
\.'nor:textdoublebaresh,'
|
||||
\.'nor:textctesh,'
|
||||
\.'nor:textlooptoprevesh,'
|
||||
\.'nor:texthtt,'
|
||||
\.'nor:textlhookt,'
|
||||
\.'nor:textrtailt,'
|
||||
\.'nor:textfrhookt,'
|
||||
\.'nor:textctturnt,'
|
||||
\.'nor:texttctclig,'
|
||||
\.'nor:texttslig,'
|
||||
\.'nor:textteshlig,'
|
||||
\.'nor:textturnt,'
|
||||
\.'nor:textctt,'
|
||||
\.'nor:textcttctclig,'
|
||||
\.'nor:texttheta,'
|
||||
\.'nor:textbaru,'
|
||||
\.'nor:textupsilon,'
|
||||
\.'nor:textscu,'
|
||||
\.'nor:textturnscu,'
|
||||
\.'nor:textscriptv,'
|
||||
\.'nor:textturnw,'
|
||||
\.'nor:textchi,'
|
||||
\.'nor:textturny,'
|
||||
\.'nor:textscy,'
|
||||
\.'nor:textlhtlongy,'
|
||||
\.'nor:textvibyy,'
|
||||
\.'nor:textcommatailz,'
|
||||
\.'bra:v,'
|
||||
\.'nor:textctz,'
|
||||
\.'nor:textrtailz,'
|
||||
\.'nor:textcrtwo,'
|
||||
\.'nor:textturntwo,'
|
||||
\.'nor:textyogh,'
|
||||
\.'nor:textbenttailyogh,'
|
||||
\.'nor:textrevyogh,'
|
||||
\.'nor:textctyogh,'
|
||||
\.'nor:textturnthree,'
|
||||
\.'nor:textglotstop,'
|
||||
\.'nor:textraiseglotstop,'
|
||||
\.'nor:textbarglotstop,'
|
||||
\.'nor:textinvglotstop,'
|
||||
\.'nor:textcrinvglotstop,'
|
||||
\.'nor:textctinvglotstop,'
|
||||
\.'nor:textrevglotstop,'
|
||||
\.'nor:textturnglotstop,'
|
||||
\.'nor:textbarrevglotstop,'
|
||||
\.'nor:textpipe,'
|
||||
\.'nor:textpipevar,'
|
||||
\.'nor:textdoublebarpipe,'
|
||||
\.'nor:textdoublebarpipevar,'
|
||||
\.'nor:textdoublepipevar,'
|
||||
\.'nor:textdoublepipe,'
|
||||
\.'nor:textdoublebarslash,'
|
||||
\.'sbr:Suprasegmentals,'
|
||||
\.'nor:textprimstress,'
|
||||
\.'nor:textsecstress,'
|
||||
\.'nor:textlengthmark,'
|
||||
\.'nor:texthalflength,'
|
||||
\.'nor:textvertline,'
|
||||
\.'nor:textdoublevertline,'
|
||||
\.'bra:textbottomtiebar,'
|
||||
\.'nor:textdownstep,'
|
||||
\.'nor:textupstep,'
|
||||
\.'nor:textglobfall,'
|
||||
\.'nor:textglobrise,'
|
||||
\.'nor:textspleftarrow,'
|
||||
\.'nor:textdownfullarrow,'
|
||||
\.'nor:textupfullarrow,'
|
||||
\.'nor:textsubrightarrow,'
|
||||
\.'nor:textsubdoublearrow,'
|
||||
\.'sbr:AccentsandDiacritics,'
|
||||
\.'`,'
|
||||
\."',"
|
||||
\.'^,'
|
||||
\.'~,'
|
||||
\.'",'
|
||||
\.'bra:H,'
|
||||
\.'bra:r,'
|
||||
\.'bra:v,'
|
||||
\.'bra:u,'
|
||||
\.'=,'
|
||||
\.'.,'
|
||||
\.'bra:c,'
|
||||
\.'bra:textpolhook,'
|
||||
\.'nor:textrevpolhook{o,'
|
||||
\.'bra:textdoublegrave,'
|
||||
\.'bra:textsubgrave,'
|
||||
\.'bra:textsubacute,'
|
||||
\.'bra:textsubcircum,'
|
||||
\.'bra:textroundcap,'
|
||||
\.'bra:textacutemacron,'
|
||||
\.'bra:textgravemacron,'
|
||||
\.'bra:textvbaraccent,'
|
||||
\.'bra:textdoublevbaraccent,'
|
||||
\.'bra:textgravedot,'
|
||||
\.'bra:textdotacute,'
|
||||
\.'bra:textcircumdot,'
|
||||
\.'bra:texttildedot,'
|
||||
\.'bra:textbrevemacron,'
|
||||
\.'bra:textringmacron,'
|
||||
\.'bra:textacutewedge,'
|
||||
\.'bra:textdotbreve,'
|
||||
\.'bra:textsubbridge,'
|
||||
\.'bra:textinvsubbridge,'
|
||||
\.'sbr:SubscriptSquare,'
|
||||
\.'bra:textsubrhalfring,'
|
||||
\.'bra:textsublhalfring,'
|
||||
\.'bra:textsubw,'
|
||||
\.'bra:textoverw,'
|
||||
\.'bra:textseagull,'
|
||||
\.'bra:textovercross,'
|
||||
\.'bra:textsubplus,'
|
||||
\.'bra:textraising,'
|
||||
\.'bra:textlowering,'
|
||||
\.'bra:textadvancing,'
|
||||
\.'bra:textretracting,'
|
||||
\.'bra:textsubtilde,'
|
||||
\.'bra:textsubumlaut,'
|
||||
\.'bra:textsubring,'
|
||||
\.'bra:textsubwedge,'
|
||||
\.'bra:textsubbar,'
|
||||
\.'bra:textsubdot,'
|
||||
\.'bra:textsubarch,'
|
||||
\.'bra:textsyllabic,'
|
||||
\.'bra:textsuperimposetilde,'
|
||||
\.'nor:textcorner,'
|
||||
\.'nor:textopencorner,'
|
||||
\.'nor:textrhoticity,'
|
||||
\.'nor:textceltpal,'
|
||||
\.'nor:textlptr,'
|
||||
\.'nor:textrptr,'
|
||||
\.'nor:textrectangle,'
|
||||
\.'nor:textretractingvar,'
|
||||
\.'bra:texttoptiebar,'
|
||||
\.'nor:textrevapostrophe,'
|
||||
\.'nor:texthooktop,'
|
||||
\.'nor:textrthook,'
|
||||
\.'nor:textrthooklong,'
|
||||
\.'nor:textpalhook,'
|
||||
\.'nor:textpalhooklong,'
|
||||
\.'nor:textpalhookvar,'
|
||||
\.'bra:textsuperscript,'
|
||||
\.'sbr:ToneLetters,'
|
||||
\.'bra:tone,'
|
||||
\.'bra:stone,'
|
||||
\.'bra:rtone,'
|
||||
\.'nor:tone{55},'
|
||||
\.'nor:tone{44},'
|
||||
\.'nor:tone{33},'
|
||||
\.'nor:tone{22},'
|
||||
\.'nor:tone{11},'
|
||||
\.'nor:tone{51},'
|
||||
\.'nor:tone{15},'
|
||||
\.'nor:tone{45},'
|
||||
\.'nor:tone{12},'
|
||||
\.'nor:tone{454},'
|
||||
\.'sbr:DiacriticsExtIPA,'
|
||||
\.'bra:spreadlips,'
|
||||
\.'bra:overbridge,'
|
||||
\.'bra:bibridge,'
|
||||
\.'bra:subdoublebar,'
|
||||
\.'bra:subdoublevert,'
|
||||
\.'bra:subcorner,'
|
||||
\.'bra:whistle,'
|
||||
\.'bra:sliding,'
|
||||
\.'bra:crtilde,'
|
||||
\.'bra:dottedtilde,'
|
||||
\.'bra:doubletilde,'
|
||||
\.'bra:partvoiceless,'
|
||||
\.'bra:inipartvoiceless,'
|
||||
\.'bra:finpartvoiceless,'
|
||||
\.'bra:partvoice,'
|
||||
\.'bra:inipartvoice,'
|
||||
\.'bra:finpartvoice,'
|
||||
\.'bra:sublptr,'
|
||||
\.'bra:subrptr'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
21
vim/vim-latex/ftplugin/latex-suite/packages/ulem
Executable file
21
vim/vim-latex/ftplugin/latex-suite/packages/ulem
Executable file
|
@ -0,0 +1,21 @@
|
|||
if exists("ulem_package_file")
|
||||
finish
|
||||
endif
|
||||
let ulem_package_file = 1
|
||||
|
||||
let g:TeX_package_option_ulem =
|
||||
\ 'normalem,'
|
||||
\.'ULforem,'
|
||||
\.'normalbf,'
|
||||
\.'UWforbf'
|
||||
|
||||
let g:TeX_package_ulem =
|
||||
\ 'bra:uwave,'
|
||||
\.'bra:uline,'
|
||||
\.'bra:uuline,'
|
||||
\.'bra:sout,'
|
||||
\.'bra:xout,'
|
||||
\.'ULthickness,'
|
||||
\.'ULdepth'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
24
vim/vim-latex/ftplugin/latex-suite/packages/url
Executable file
24
vim/vim-latex/ftplugin/latex-suite/packages/url
Executable file
|
@ -0,0 +1,24 @@
|
|||
if exists("url_package_file")
|
||||
finish
|
||||
endif
|
||||
let url_package_file = 1
|
||||
|
||||
let g:TeX_package_option_url =
|
||||
\ 'hyphens,'
|
||||
\.'obeyspaces,'
|
||||
\.'spaces,'
|
||||
\.'T1'
|
||||
|
||||
let g:TeX_package_url =
|
||||
\ 'bra:urlstyle,'
|
||||
\.'bra:url,'
|
||||
\.'bra:path,'
|
||||
\.'bra:urldef'
|
||||
|
||||
" TODO uncomment if you figure out
|
||||
" 1. how to get this syn command to work every time instead of only the
|
||||
" first time this file is sourced.
|
||||
" syn region texZone start="\\url{" end="}\|%stopzone\>"
|
||||
" syn region texZone start="\\path{" end="}\|%stopzone\>"
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
18
vim/vim-latex/ftplugin/latex-suite/packages/verbatim
Executable file
18
vim/vim-latex/ftplugin/latex-suite/packages/verbatim
Executable file
|
@ -0,0 +1,18 @@
|
|||
if exists("verbatim_package_file")
|
||||
finish
|
||||
endif
|
||||
let verbatim_package_file = 1
|
||||
|
||||
let g:TeX_package_option_verbatim = ''
|
||||
|
||||
let g:TeX_package_verbatim =
|
||||
\ 'env:comment,'
|
||||
\.'env:verbatim,'
|
||||
\.'env:verbatim*,'
|
||||
\.'bra:verbatiminput,'
|
||||
\.'bra:verbatiminput'
|
||||
|
||||
syn region texZone start="\\begin{comment}" end="\\end{comment}\|%stopzone\>" fold
|
||||
syn region texZone start="\\begin{verbatim}" end="\\end{verbatim}\|%stopzone\>" fold
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
12
vim/vim-latex/ftplugin/latex-suite/packages/version
Executable file
12
vim/vim-latex/ftplugin/latex-suite/packages/version
Executable file
|
@ -0,0 +1,12 @@
|
|||
if exists("version_package_file")
|
||||
finish
|
||||
endif
|
||||
let version_package_file = 1
|
||||
|
||||
let g:TeX_package_option_version = ''
|
||||
|
||||
let g:TeX_package_version =
|
||||
\ 'bra:includeversion,'
|
||||
\.'bra:excludeversion'
|
||||
|
||||
" vim:ft=vim:ff=unix:
|
Loading…
Add table
Add a link
Reference in a new issue