diff options
| author | David Kaufmann <astra@fsinf.at> | 2011-11-14 02:04:57 +0100 |
|---|---|---|
| committer | David Kaufmann <astra@fsinf.at> | 2011-11-14 02:05:03 +0100 |
| commit | d14e32945633316b352efec22a1ab4ffd00cb618 (patch) | |
| tree | 353b04d57ab9134d1f546440395d75754a69542f /src/vim-latex/ftplugin/latex-suite/packages/csquotes | |
| parent | a76ddbccedbd9873342629d07fdb0cd8ba536cc0 (diff) | |
| download | config-d14e32945633316b352efec22a1ab4ffd00cb618.tar.gz | |
moved sources to src
Diffstat (limited to 'src/vim-latex/ftplugin/latex-suite/packages/csquotes')
| -rw-r--r-- | src/vim-latex/ftplugin/latex-suite/packages/csquotes | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/src/vim-latex/ftplugin/latex-suite/packages/csquotes b/src/vim-latex/ftplugin/latex-suite/packages/csquotes new file mode 100644 index 0000000..ac12932 --- /dev/null +++ b/src/vim-latex/ftplugin/latex-suite/packages/csquotes @@ -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 = "\}" + |
