Revision: 1106
http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1106&view=rev
Author: tmaas
Date: 2010-02-17 14:32:50 +0000 (Wed, 17 Feb 2010)
Log Message:
-----------
biblatex, fixme, csquotes & pagenate package support files by Andreas Wagner
Added Paths:
-----------
trunk/vimfiles/ftplugin/latex-suite/packages/biblatex
trunk/vimfiles/ftplugin/latex-suite/packages/csquotes
trunk/vimfiles/ftplugin/latex-suite/packages/fixme
trunk/vimfiles/ftplugin/latex-suite/packages/pagenote
Added: trunk/vimfiles/ftplugin/latex-suite/packages/biblatex
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/packages/biblatex (rev 0)
+++ trunk/vimfiles/ftplugin/latex-suite/packages/biblatex 2010-02-17 14:32:50 UTC (rev 1106)
@@ -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+>]'
+
Added: trunk/vimfiles/ftplugin/latex-suite/packages/csquotes
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/packages/csquotes (rev 0)
+++ trunk/vimfiles/ftplugin/latex-suite/packages/csquotes 2010-02-17 14:32:50 UTC (rev 1106)
@@ -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 = "\}"
+
Added: trunk/vimfiles/ftplugin/latex-suite/packages/fixme
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/packages/fixme (rev 0)
+++ trunk/vimfiles/ftplugin/latex-suite/packages/fixme 2010-02-17 14:32:50 UTC (rev 1106)
@@ -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'
Added: trunk/vimfiles/ftplugin/latex-suite/packages/pagenote
===================================================================
--- trunk/vimfiles/ftplugin/latex-suite/packages/pagenote (rev 0)
+++ trunk/vimfiles/ftplugin/latex-suite/packages/pagenote 2010-02-17 14:32:50 UTC (rev 1106)
@@ -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*'
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|