Lines Matching refs:contained
24 syn keyword bibType contained article book booklet conference inbook
25 syn keyword bibType contained incollection inproceedings manual
26 syn keyword bibType contained mastersthesis misc phdthesis
27 syn keyword bibType contained proceedings techreport unpublished
28 syn keyword bibType contained string preamble
30 syn keyword bibEntryKw contained address annote author booktitle chapter
31 syn keyword bibEntryKw contained crossref edition editor howpublished
32 syn keyword bibEntryKw contained institution journal key month note
33 syn keyword bibEntryKw contained number organization pages publisher
34 syn keyword bibEntryKw contained school series title type volume year
37 syn keyword bibType contained mvbook bookinbook suppbook collection mvcollection suppcollection
38 syn keyword bibType contained online patent periodical suppperiodical mvproceedings reference
39 syn keyword bibType contained mvreference inreference report set thesis xdata customa customb
40 syn keyword bibType contained customc customd custome customf electronic www artwork audio bibnote
41 syn keyword bibType contained commentary image jurisdiction legislation legal letter movie music
42 syn keyword bibType contained performance review software standard video
44 syn keyword bibEntryKw contained abstract isbn issn keywords url
45 syn keyword bibEntryKw contained addendum afterwordannotation annotation annotator authortype
46 syn keyword bibEntryKw contained bookauthor bookpagination booksubtitle booktitleaddon
47 syn keyword bibEntryKw contained commentator date doi editora editorb editorc editortype
48 syn keyword bibEntryKw contained editoratype editorbtype editorctype eid entrysubtype
49 syn keyword bibEntryKw contained eprint eprintclass eprinttype eventdate eventtitle
50 syn keyword bibEntryKw contained eventtitleaddon file foreword holder indextitle
51 syn keyword bibEntryKw contained introduction isan ismn isrn issue issuesubtitle
52 syn keyword bibEntryKw contained issuetitle iswc journalsubtitle journaltitle label
53 syn keyword bibEntryKw contained language library location mainsubtitle maintitle
54 syn keyword bibEntryKw contained maintitleaddon nameaddon origdate origlanguage
55 syn keyword bibEntryKw contained origlocation origpublisher origtitle pagetotal
56 syn keyword bibEntryKw contained pagination part pubstate reprinttitle shortauthor
57 syn keyword bibEntryKw contained shorteditor shorthand shorthandintro shortjournal
58 syn keyword bibEntryKw contained shortseries shorttitle subtitle titleaddon translator
59 syn keyword bibEntryKw contained urldate venue version volumes entryset execute gender
60 syn keyword bibEntryKw contained langid langidopts ids indexsorttitle options presort
61 syn keyword bibEntryKw contained related relatedoptions relatedtype relatedstring
62 syn keyword bibEntryKw contained sortkey sortname sortshorthand sorttitle sortyear xdata
63 syn keyword bibEntryKw contained xref namea nameb namec nameatype namebtype namectype
64 syn keyword bibEntryKw contained lista listb listc listd liste listf usera userb userc
65 syn keyword bibEntryKw contained userd usere userf verba verbb verbc archiveprefix pdf
66 syn keyword bibEntryKw contained primaryclass
70 syn keyword bibNSEntryKw contained mrclass mrnumber mrreviewer fjournal coden
80 syn match bibUnescapedSpecial contained /[^\\][%&]/hs=s+1
81 syn match bibKey contained /\s*[^ \t}="]\+,/hs=s,he=e-1 nextgroup=bibField
82 syn match bibVariable contained /[^{}," \t=]/
84 syn region bibMath contained start=/\(\\\)\@<!\$/ end=/\$/ skip=/\(\\\$\)/
85 syn region bibQuote contained start=/"/ end=/"/ skip=/\(\\"\)/ contains=@bibVarContents
86 syn region bibBrace contained start=/{/ end=/}/ skip=/\(\\[{}]\)/ contains=@bibVarContents
87 syn region bibParen contained start=/(/ end=/)/ skip=/\(\\[()]\)/ contains=@bibVarContents
88 syn region bibField contained start="\S\+\s*=\s*" end=/[}),]/me=e-1 contains=bibEntryKw,bibNSEntryK…
89 syn region bibEntryData contained start=/[{(]/ms=e+1 end=/[})]/me=e-1 contains=bibKey,bibField,bibC…