citeproc 1.0.3 → 1.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (788) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +19 -13
  3. data/Rakefile +7 -3
  4. data/features/affix/InterveningEmpty.feature +52 -0
  5. data/features/affix/PrefixFullCitationTextOnly.feature +41 -0
  6. data/features/affix/PrefixWithDecorations.feature +41 -0
  7. data/features/affix/SuppressDelimiterCharsWhenFullStopInSuffix.feature +410 -0
  8. data/features/affix/TextNodeWithMacro.feature +40 -0
  9. data/features/affix/WithCommas.feature +987 -0
  10. data/features/affix/WordProcessorAffixNoSpace.feature +41 -0
  11. data/features/api/SuppressAuthor.feature +48 -0
  12. data/features/api/UpdateItemsDelete.feature +44 -0
  13. data/features/api/UpdateItemsDeleteDecrementsByCiteDisambiguation.feature +46 -0
  14. data/features/api/UpdateItemsReshuffle.feature +44 -0
  15. data/features/bibheader/EntryspacingDefaultValueOne.feature +37 -0
  16. data/features/bibheader/EntryspacingExplicitValueZero.feature +38 -0
  17. data/features/bibheader/SecondFieldAlign.feature +38 -0
  18. data/features/bibheader/SecondFieldAlignWithAuthor.feature +40 -0
  19. data/features/bibheader/SecondFieldAlignWithNumber.feature +44 -0
  20. data/features/bibsection/Exclude.feature +47 -0
  21. data/features/bibsection/Include.feature +47 -0
  22. data/features/bibsection/Quash.feature +48 -0
  23. data/features/bibsection/Select.feature +47 -0
  24. data/features/bugreports/Abnt.feature +59 -0
  25. data/features/bugreports/AccidentalAllCaps.feature +813 -0
  26. data/features/bugreports/AllCapsLeakage.feature +818 -0
  27. data/features/bugreports/ApostropheOnParticle.feature +35 -0
  28. data/features/bugreports/AsaSpacing.feature +49 -0
  29. data/features/bugreports/AsmJournals.feature +153 -0
  30. data/features/bugreports/AuthorYear.feature +343 -0
  31. data/features/bugreports/AutomaticallyDeleteItemsFails.feature +154 -0
  32. data/features/bugreports/BadCitationUpdate.feature +39 -0
  33. data/features/bugreports/BrokenInstitutionalName.feature +390 -0
  34. data/features/bugreports/ChicagoAuthorDateLooping.feature +388 -0
  35. data/features/bugreports/ChineseCharactersFamilyOnlyPluralLabel.feature +36 -0
  36. data/features/bugreports/CitationSortsWithEtAl.feature +74 -0
  37. data/features/bugreports/CollapseFailure.feature +72 -0
  38. data/features/bugreports/ContainerTitleShort.feature +45 -0
  39. data/features/bugreports/ContentPunctuationDuplicate1.feature +40 -0
  40. data/features/bugreports/ContextualPluralWithMainItemFields.feature +34 -0
  41. data/features/bugreports/CreepingAddNames.feature +223 -0
  42. data/features/bugreports/DelimiterBug.feature +984 -0
  43. data/features/bugreports/DelimitersOnLocator.feature +322 -0
  44. data/features/bugreports/DemoPageFullCiteCruftOnSubsequent.feature +711 -0
  45. data/features/bugreports/DisambiguationAddNames.feature +233 -0
  46. data/features/bugreports/DisambiguationAddNamesBibliography.feature +235 -0
  47. data/features/bugreports/DroppingGroupDelimiterSpace.feature +37 -0
  48. data/features/bugreports/DuplicateSpaces.feature +151 -0
  49. data/features/bugreports/DuplicateSpaces2.feature +333 -0
  50. data/features/bugreports/DuplicateSpaces3.feature +200 -0
  51. data/features/bugreports/DuplicateTerminalPunctuationInBibliography.feature +227 -0
  52. data/features/bugreports/EmptyIfMatchNoneFail.feature +38 -0
  53. data/features/bugreports/EtAlSubsequent.feature +41 -0
  54. data/features/bugreports/FourAndFour.feature +715 -0
  55. data/features/bugreports/FrenchApostrophe.feature +34 -0
  56. data/features/bugreports/GreekStyleProblems.feature +1201 -0
  57. data/features/bugreports/GreekStyleTwoEditors.feature +1201 -0
  58. data/features/bugreports/IeeePunctuation.feature +151 -0
  59. data/features/bugreports/LabelsOutOfPlace.feature +715 -0
  60. data/features/bugreports/MovePunctuationInsideQuotesForLocator.feature +714 -0
  61. data/features/bugreports/NoEventInNestedMacroWithOldProcessor.feature +120 -0
  62. data/features/bugreports/NoTitle.feature +346 -0
  63. data/features/bugreports/NumberAffixEscape.feature +35 -0
  64. data/features/bugreports/NumberInMacroWithVerticalAlign.feature +36 -0
  65. data/features/bugreports/NumericStyleFirstRefMultipleCiteFailure.feature +148 -0
  66. data/features/bugreports/OldMhraDisambiguationFailure.feature +411 -0
  67. data/features/bugreports/ProcessorHang1.feature +209 -0
  68. data/features/bugreports/SingleQuote.feature +151 -0
  69. data/features/bugreports/SingletonIfMatchNoneFail.feature +38 -0
  70. data/features/bugreports/SortSecondaryKey.feature +233 -0
  71. data/features/bugreports/SortSecondaryKeyBibliography.feature +235 -0
  72. data/features/bugreports/SortedIeeeItalicsFail.feature +296 -0
  73. data/features/bugreports/ThesisUniversityAppearsTwice.feature +715 -0
  74. data/features/bugreports/TitleCase.feature +33 -0
  75. data/features/bugreports/TwoCitesPlusOneBackref.feature +963 -0
  76. data/features/bugreports/TwoFullStops.feature +394 -0
  77. data/features/bugreports/UndefinedInName.feature +199 -0
  78. data/features/bugreports/UndefinedInName2.feature +184 -0
  79. data/features/bugreports/UndefinedInName3.feature +351 -0
  80. data/features/bugreports/UndefinedNotString.feature +144 -0
  81. data/features/bugreports/UndefinedStr.feature +151 -0
  82. data/features/bugreports/UnisaHarvardInitialization.feature +62 -0
  83. data/features/bugreports/YearSuffixInHarvard1.feature +205 -0
  84. data/features/bugreports/YearSuffixLingers.feature +55 -0
  85. data/features/bugreports/disambiguate.feature +343 -0
  86. data/features/bugreports/ikeyOne.feature +277 -0
  87. data/features/bugreports/parenthesis.feature +333 -0
  88. data/features/bugreports/parseName.feature +46 -0
  89. data/features/bugreports/undefinedCrash.feature +150 -0
  90. data/features/collapse/AuthorCollapse.feature +41 -0
  91. data/features/collapse/AuthorCollapseDifferentAuthorsOneWithEtAl.feature +43 -0
  92. data/features/collapse/AuthorCollapseNoDate.feature +41 -0
  93. data/features/collapse/AuthorCollapseNoDateSorted.feature +45 -0
  94. data/features/collapse/CitationNumberRangesInsert.feature +39 -0
  95. data/features/collapse/CitationNumberRangesMixed.feature +39 -0
  96. data/features/collapse/CitationNumberRangesMixed2.feature +39 -0
  97. data/features/collapse/CitationNumberRangesMixed3.feature +39 -0
  98. data/features/collapse/CitationNumberRangesOneOnly.feature +41 -0
  99. data/features/collapse/CitationNumberRangesWithAffixes.feature +35 -0
  100. data/features/collapse/CitationNumberRangesWithAffixesGrouped.feature +51 -0
  101. data/features/collapse/CitationNumberRangesWithAffixesGroupedLocator.feature +51 -0
  102. data/features/collapse/CitationNumberRangesWithAffixesNoCollapse.feature +36 -0
  103. data/features/collapse/NumericDuplicate.feature +37 -0
  104. data/features/collapse/NumericDuplicate2.feature +34 -0
  105. data/features/collapse/TrailingDelimiter.feature +57 -0
  106. data/features/collapse/YearSuffixCollapse.feature +46 -0
  107. data/features/collapse/YearSuffixCollapseNoRange.feature +46 -0
  108. data/features/collapse/YearSuffixCollapseNoYearSuffixDelimiter.feature +45 -0
  109. data/features/collapse/YearSuffixImplicitCollapseNoYearSuffixDelimiter.feature +44 -0
  110. data/features/condition/EmptyDate.feature +42 -0
  111. data/features/condition/EmptyIsNumericFalse.feature +40 -0
  112. data/features/condition/EmptyIsUncertainDateFalse.feature +40 -0
  113. data/features/condition/EmptyShortTitleFalse.feature +40 -0
  114. data/features/condition/FirstNullAny.feature +38 -0
  115. data/features/condition/IsNumeric.feature +49 -0
  116. data/features/condition/LocatorIsFalse.feature +50 -0
  117. data/features/condition/MatchAll.feature +43 -0
  118. data/features/condition/NameAndTextVars.feature +56 -0
  119. data/features/condition/NumberIsNumeric.feature +40 -0
  120. data/features/condition/NumeralIsNumeric.feature +40 -0
  121. data/features/condition/NumeralWithTextIsNumeric.feature +40 -0
  122. data/features/condition/RefTypeBranching.feature +119 -0
  123. data/features/condition/SingletonIfMatchNone.feature +41 -0
  124. data/features/condition/TextIsNotNumeric.feature +40 -0
  125. data/features/condition/VariableAll.feature +41 -0
  126. data/features/condition/VariableAny.feature +41 -0
  127. data/features/condition/VariableNone.feature +41 -0
  128. data/features/date/Accessed.feature +33 -0
  129. data/features/date/DateAD.feature +37 -0
  130. data/features/date/DateBC.feature +37 -0
  131. data/features/date/DateNoDateNoTest.feature +37 -0
  132. data/features/date/DateNoDateWithTest.feature +45 -0
  133. data/features/date/DayOrdinalDayOneOnly.feature +44 -0
  134. data/features/date/IgnoreNonexistentSort.feature +37 -0
  135. data/features/date/InPress.feature +38 -0
  136. data/features/date/January.feature +33 -0
  137. data/features/date/KeyVariable.feature +46 -0
  138. data/features/date/LiteralFailGracefullyIfNoValue.feature +38 -0
  139. data/features/date/LocalizedDateFormats-af-ZA.feature +57 -0
  140. data/features/date/LocalizedDateFormats-ar-AR.feature +57 -0
  141. data/features/date/LocalizedDateFormats-bg-BG.feature +57 -0
  142. data/features/date/LocalizedDateFormats-ca-AD.feature +57 -0
  143. data/features/date/LocalizedDateFormats-cs-CZ.feature +57 -0
  144. data/features/date/LocalizedDateFormats-da-DK.feature +57 -0
  145. data/features/date/LocalizedDateFormats-de-AT.feature +57 -0
  146. data/features/date/LocalizedDateFormats-de-CH.feature +57 -0
  147. data/features/date/LocalizedDateFormats-de-DE.feature +57 -0
  148. data/features/date/LocalizedDateFormats-el-GR.feature +57 -0
  149. data/features/date/LocalizedDateFormats-en-US.feature +57 -0
  150. data/features/date/LocalizedDateFormats-es-ES.feature +57 -0
  151. data/features/date/LocalizedDateFormats-et-EE.feature +57 -0
  152. data/features/date/LocalizedDateFormats-fr-FR.feature +57 -0
  153. data/features/date/LocalizedDateFormats-he-IL.feature +57 -0
  154. data/features/date/LocalizedDateFormats-hu-HU.feature +57 -0
  155. data/features/date/LocalizedDateFormats-is-IS.feature +57 -0
  156. data/features/date/LocalizedDateFormats-it-IT.feature +57 -0
  157. data/features/date/LocalizedDateFormats-ja-JP.feature +57 -0
  158. data/features/date/LocalizedDateFormats-kh-KH.feature +46 -0
  159. data/features/date/LocalizedDateFormats-ko-KR.feature +57 -0
  160. data/features/date/LocalizedDateFormats-mn-MN.feature +57 -0
  161. data/features/date/LocalizedDateFormats-nb-NO.feature +57 -0
  162. data/features/date/LocalizedDateFormats-nl-NL.feature +57 -0
  163. data/features/date/LocalizedDateFormats-pl-PL.feature +57 -0
  164. data/features/date/LocalizedDateFormats-pt-BR.feature +57 -0
  165. data/features/date/LocalizedDateFormats-pt-PT.feature +57 -0
  166. data/features/date/LocalizedDateFormats-ro-RO.feature +57 -0
  167. data/features/date/LocalizedDateFormats-ru-RU.feature +57 -0
  168. data/features/date/LocalizedDateFormats-sk-SK.feature +57 -0
  169. data/features/date/LocalizedDateFormats-sl-SL.feature +57 -0
  170. data/features/date/LocalizedDateFormats-sr-RS.feature +57 -0
  171. data/features/date/LocalizedDateFormats-sv-SE.feature +57 -0
  172. data/features/date/LocalizedDateFormats-th-TH.feature +57 -0
  173. data/features/date/LocalizedDateFormats-tr-TR.feature +57 -0
  174. data/features/date/LocalizedDateFormats-uk-UA.feature +57 -0
  175. data/features/date/LocalizedDateFormats-vi-VN.feature +57 -0
  176. data/features/date/LocalizedDateFormats-zh-CN.feature +57 -0
  177. data/features/date/LocalizedDateFormats-zh-TW.feature +57 -0
  178. data/features/date/LocalizedNumericDefault.feature +33 -0
  179. data/features/date/LocalizedNumericDefaultMissingDay.feature +33 -0
  180. data/features/date/LocalizedNumericDefaultWithAffixes.feature +33 -0
  181. data/features/date/LocalizedNumericYear.feature +33 -0
  182. data/features/date/LocalizedNumericYearMonth.feature +33 -0
  183. data/features/date/LocalizedNumericYearRange.feature +33 -0
  184. data/features/date/LocalizedNumericYearWithAffixes.feature +33 -0
  185. data/features/date/LocalizedTextDefault.feature +33 -0
  186. data/features/date/LocalizedTextDefaultMissingDay.feature +33 -0
  187. data/features/date/LocalizedTextDefaultWithAffixes.feature +33 -0
  188. data/features/date/LocalizedTextInStyleLocaleWithTextCase.feature +42 -0
  189. data/features/date/LocalizedTextMonthFormOverride.feature +35 -0
  190. data/features/date/LocalizedTextYear.feature +33 -0
  191. data/features/date/LocalizedTextYearMonth.feature +33 -0
  192. data/features/date/LocalizedTextYearWithAffixes.feature +33 -0
  193. data/features/date/LocalizedWithInStyleFormatting.feature +35 -0
  194. data/features/date/LoneJapaneseMonth.feature +33 -0
  195. data/features/date/LongMonth.feature +37 -0
  196. data/features/date/LopsidedDataYearSuffixCollapse.feature +43 -0
  197. data/features/date/MaskNonexistentWithCondition.feature +42 -0
  198. data/features/date/NegativeDateSort.feature +40 -0
  199. data/features/date/NegativeDateSortViaMacro.feature +43 -0
  200. data/features/date/NegativeDateSortViaMacroOnYearMonthOnly.feature +53 -0
  201. data/features/date/NoDate.feature +45 -0
  202. data/features/date/NonexistentSortReverseBibliography.feature +47 -0
  203. data/features/date/NonexistentSortReverseCitation.feature +37 -0
  204. data/features/date/OtherAlone.feature +37 -0
  205. data/features/date/OtherWithDate.feature +37 -0
  206. data/features/date/RawParseSimpleDate.feature +37 -0
  207. data/features/date/RawSeasonRange1.feature +33 -0
  208. data/features/date/RawSeasonRange2.feature +33 -0
  209. data/features/date/RawSeasonRange3.feature +33 -0
  210. data/features/date/SeasonSubstituteInGroup.feature +38 -0
  211. data/features/date/SortEmptyDatesBibliography.feature +53 -0
  212. data/features/date/SortEmptyDatesCitation.feature +42 -0
  213. data/features/date/String.feature +36 -0
  214. data/features/date/TextFormFulldateDayRange.feature +37 -0
  215. data/features/date/TextFormFulldateMonthRange.feature +37 -0
  216. data/features/date/TextFormFulldateYearRange.feature +37 -0
  217. data/features/date/TextFormMonthdateMonthRange.feature +37 -0
  218. data/features/date/TextFormMonthdateYearRange.feature +37 -0
  219. data/features/date/TextFormYeardateYearRange.feature +37 -0
  220. data/features/date/TextFormYeardateYearRangeOpen.feature +37 -0
  221. data/features/date/Uncertain.feature +42 -0
  222. data/features/date/VariousInvalidDates.feature +37 -0
  223. data/features/date/YearSuffixDelimiter.feature +44 -0
  224. data/features/date/YearSuffixImplicitWithNoDate.feature +54 -0
  225. data/features/date/YearSuffixImplicitWithNoDateOneOnly.feature +54 -0
  226. data/features/date/YearSuffixWithNoDate.feature +54 -0
  227. data/features/decorations/AndTermUnaffectedByNameDecorations.feature +38 -0
  228. data/features/decorations/Baseline.feature +48 -0
  229. data/features/decorations/NestedQuotes.feature +33 -0
  230. data/features/decorations/NestedQuotesInnerReverse.feature +33 -0
  231. data/features/decorations/NoNormalWithoutDecoration.feature +41 -0
  232. data/features/decorations/SimpleFlipFlop.feature +33 -0
  233. data/features/decorations/SimpleQuotes.feature +33 -0
  234. data/features/disambiguate/AddNamesFailure.feature +43 -0
  235. data/features/disambiguate/AddNamesFailureWithAddGivenname.feature +44 -0
  236. data/features/disambiguate/AddNamesSuccess.feature +43 -0
  237. data/features/disambiguate/AllNamesBaseNameCountOnFailureIfYearSuffixAvailable.feature +55 -0
  238. data/features/disambiguate/AllNamesGenerally.feature +44 -0
  239. data/features/disambiguate/AllNamesSimpleSequence.feature +42 -0
  240. data/features/disambiguate/AllNamesWithInitialsGenerally.feature +44 -0
  241. data/features/disambiguate/AndreaEg1a.feature +47 -0
  242. data/features/disambiguate/AndreaEg1b.feature +48 -0
  243. data/features/disambiguate/AndreaEg1c.feature +47 -0
  244. data/features/disambiguate/AndreaEg2.feature +49 -0
  245. data/features/disambiguate/AndreaEg3.feature +50 -0
  246. data/features/disambiguate/AndreaEg4.feature +52 -0
  247. data/features/disambiguate/AndreaEg5.feature +53 -0
  248. data/features/disambiguate/BasedOnEtAlSubsequent.feature +44 -0
  249. data/features/disambiguate/BasedOnSubsequentFormWithBackref.feature +63 -0
  250. data/features/disambiguate/BasedOnSubsequentFormWithLocator.feature +67 -0
  251. data/features/disambiguate/ByCiteBaseNameCountOnFailureIfYearSuffixAvailable.feature +47 -0
  252. data/features/disambiguate/ByCiteDisambiguateCondition.feature +54 -0
  253. data/features/disambiguate/ByCiteGivennameExpandCrossNestedNames.feature +40 -0
  254. data/features/disambiguate/ByCiteGivennameNoShortFormInitializeWith.feature +39 -0
  255. data/features/disambiguate/ByCiteGivennameShortFormInitializeWith.feature +40 -0
  256. data/features/disambiguate/ByCiteGivennameShortFormNoInitializeWith.feature +39 -0
  257. data/features/disambiguate/ByCiteIncremental1.feature +355 -0
  258. data/features/disambiguate/ByCiteIncremental2.feature +352 -0
  259. data/features/disambiguate/ByCiteIsDefault.feature +250 -0
  260. data/features/disambiguate/ByCiteMinimalGivennameExpandMinimalNames.feature +48 -0
  261. data/features/disambiguate/ByCiteRetainNamesOnFailureIfYearSuffixNotAvailable.feature +46 -0
  262. data/features/disambiguate/ByCiteTwoAuthorsSameCite.feature +38 -0
  263. data/features/disambiguate/ByCiteTwoAuthorsSameFamilyName.feature +44 -0
  264. data/features/disambiguate/CitationLabelDefault.feature +34 -0
  265. data/features/disambiguate/CitationLabelInData.feature +34 -0
  266. data/features/disambiguate/DifferentSpacingInInitials.feature +40 -0
  267. data/features/disambiguate/DisambiguateTrueAndYearSuffixOne.feature +220 -0
  268. data/features/disambiguate/DisambiguateTrueAndYearSuffixTwo.feature +220 -0
  269. data/features/disambiguate/DisambiguateWithThree.feature +48 -0
  270. data/features/disambiguate/DisambiguateWithThree2.feature +91 -0
  271. data/features/disambiguate/DisambiguationHang.feature +48 -0
  272. data/features/disambiguate/ExtraTextCitation.feature +44 -0
  273. data/features/disambiguate/FailWithYearSuffix.feature +390 -0
  274. data/features/disambiguate/FamilyNameOnly.feature +43 -0
  275. data/features/disambiguate/HonorFullnameInBibliography.feature +49 -0
  276. data/features/disambiguate/ImplicitYearSuffixOnceOnly.feature +56 -0
  277. data/features/disambiguate/IncrementalExtraText.feature +55 -0
  278. data/features/disambiguate/InitializeWithButNoDisambiguation.feature +292 -0
  279. data/features/disambiguate/LastOnlyFailWithByCite.feature +49 -0
  280. data/features/disambiguate/NoTextElementUsesYearSuffixVariable.feature +39 -0
  281. data/features/disambiguate/PrimaryNameGenerally.feature +42 -0
  282. data/features/disambiguate/PrimaryNameWithInitialsLimitedToPrimary.feature +46 -0
  283. data/features/disambiguate/SetsOfNames.feature +205 -0
  284. data/features/disambiguate/SkipAccessedYearSuffix.feature +258 -0
  285. data/features/disambiguate/ThreeNoAuthorNoTitleEntries.feature +63 -0
  286. data/features/disambiguate/ToInitialOnly.feature +39 -0
  287. data/features/disambiguate/Trigraph.feature +36 -0
  288. data/features/disambiguate/YearCollapseWithInstitution.feature +51 -0
  289. data/features/disambiguate/YearSuffixAndSort.feature +50 -0
  290. data/features/disambiguate/YearSuffixAtTwoLevels.feature +45 -0
  291. data/features/disambiguate/YearSuffixFiftyTwoEntries.feature +48 -0
  292. data/features/disambiguate/YearSuffixFiftyTwoEntriesByCite.feature +48 -0
  293. data/features/disambiguate/YearSuffixMacroSameYearExplicit.feature +45 -0
  294. data/features/disambiguate/YearSuffixMacroSameYearImplicit.feature +42 -0
  295. data/features/disambiguate/YearSuffixMidInsert.feature +391 -0
  296. data/features/disambiguate/YearSuffixMixedDates.feature +52 -0
  297. data/features/disambiguate/YearSuffixTwoPairsBibliography.feature +63 -0
  298. data/features/disambiguate/YearSuffixTwoPairsFirstNameBibliography.feature +65 -0
  299. data/features/disambiguate/YearSuffixTwoPairsFullNamesBibliography.feature +63 -0
  300. data/features/disambiguate/YearSuffixWithEtAlSubequent.feature +51 -0
  301. data/features/disambiguate/YearSuffixWithMixedCreatorTypes.feature +53 -0
  302. data/features/discretionary/AuthorDateAuthorOnlyThenSuppressAuthor.feature +46 -0
  303. data/features/discretionary/AuthorOnly.feature +42 -0
  304. data/features/discretionary/CitationNumberAuthorOnlyThenSuppressAuthor.feature +41 -0
  305. data/features/discretionary/CitationNumberSuppressAuthor.feature +40 -0
  306. data/features/discretionary/SuppressAuthorSolo.feature +45 -0
  307. data/features/discretionary/SuppressEditorSolo.feature +45 -0
  308. data/features/discretionary/SuppressEditorSubstitute.feature +45 -0
  309. data/features/discretionary/SuppressMultipleAuthors.feature +45 -0
  310. data/features/display/AuthorAsHeading.feature +80 -0
  311. data/features/display/DisplayBlock.feature +54 -0
  312. data/features/display/SecondFieldAlignClone.feature +65 -0
  313. data/features/display/SecondFieldAlignMigratePunctuation.feature +154 -0
  314. data/features/etal/ShortFormOfName.feature +38 -0
  315. data/features/etal/UseZeroFirst.feature +47 -0
  316. data/features/flipflop/Apostrophes.feature +1064 -0
  317. data/features/flipflop/BoldfaceNodeLevelMarkup.feature +33 -0
  318. data/features/flipflop/ItalicsFlipped.feature +35 -0
  319. data/features/flipflop/ItalicsSimple.feature +39 -0
  320. data/features/flipflop/ItalicsWithOk.feature +48 -0
  321. data/features/flipflop/ItalicsWithOkAndTextcase.feature +48 -0
  322. data/features/flipflop/LeadingSingleQuote.feature +33 -0
  323. data/features/flipflop/QuotesInFieldNotOnNode.feature +33 -0
  324. data/features/flipflop/QuotesNodeLevelMarkup.feature +40 -0
  325. data/features/flipflop/SingleQuotesOnItalics.feature +33 -0
  326. data/features/flipflop/SmallCaps.feature +36 -0
  327. data/features/flipflop/StartingApostrophe.feature +33 -0
  328. data/features/form/TitleShort.feature +33 -0
  329. data/features/form/TitleShortNoLong.feature +33 -0
  330. data/features/form/TitleTestNoLongFalse.feature +40 -0
  331. data/features/fullstyles/ABdNT.feature +675 -0
  332. data/features/fullstyles/APA.feature +361 -0
  333. data/features/fullstyles/ChicagoArticleTitleQuestion.feature +390 -0
  334. data/features/fullstyles/ChicagoAuthorDateSimple.feature +394 -0
  335. data/features/fullstyles/ChicagoNoteWithBibliographyWithPublisher.feature +716 -0
  336. data/features/group/ComplexNesting.feature +397 -0
  337. data/features/group/ShortOutputOnly.feature +35 -0
  338. data/features/group/SuppressTermWhenNoOutputFromPartialDate.feature +39 -0
  339. data/features/group/SuppressValueWithEmptySubgroup.feature +46 -0
  340. data/features/group/SuppressWithEmptyNestedDateNode.feature +202 -0
  341. data/features/integration/CitationSort.feature +50 -0
  342. data/features/integration/CitationSortTwice.feature +51 -0
  343. data/features/integration/CrossCitationIbidOnInsert.feature +82 -0
  344. data/features/integration/DeleteName.feature +36 -0
  345. data/features/integration/DisambiguateAddGivenname1.feature +45 -0
  346. data/features/integration/DisambiguateAddGivenname2.feature +45 -0
  347. data/features/integration/DuplicateItem.feature +45 -0
  348. data/features/integration/DuplicateItem2.feature +45 -0
  349. data/features/integration/FirstReferenceNoteNumberPositionChange.feature +62 -0
  350. data/features/integration/IbidOnInsert.feature +50 -0
  351. data/features/integration/IbidWithDifferentLocators.feature +59 -0
  352. data/features/integration/SimpleFirstReferenceNoteNumber.feature +61 -0
  353. data/features/integration/SimpleIbid.feature +57 -0
  354. data/features/integration/SubsequentWhenInterveningFootnote.feature +51 -0
  355. data/features/integration/YearSuffixOnOffOn.feature +46 -0
  356. data/features/label/CollapsedPageNumberPluralDetection.feature +42 -0
  357. data/features/label/EditorTranslator1.feature +556 -0
  358. data/features/label/EmptyLabelVanish.feature +43 -0
  359. data/features/label/ImplicitForm.feature +36 -0
  360. data/features/label/NoFirstCharCapWithInTextClass.feature +38 -0
  361. data/features/label/NonexistentNameVariableLabel.feature +36 -0
  362. data/features/label/PageWithEmbeddedLabel.feature +35 -0
  363. data/features/label/PluralNumberOfVolumes.feature +36 -0
  364. data/features/label/PluralPagesWithAlphaPrefix.feature +37 -0
  365. data/features/locale/EffectOfStyleDefinition.feature +38 -0
  366. data/features/locale/EmptyDate.feature +41 -0
  367. data/features/locale/EmptyPlusOverrideDate.feature +48 -0
  368. data/features/locale/EmptyPlusOverrideStyleOpt.feature +39 -0
  369. data/features/locale/EmptyPlusOverrideTerm.feature +44 -0
  370. data/features/locale/EmptyStyleOpt.feature +36 -0
  371. data/features/locale/EmptyTerm.feature +39 -0
  372. data/features/locale/ForceEmptyAndOthersTerm.feature +41 -0
  373. data/features/locale/ForceEmptyEtAlTerm.feature +40 -0
  374. data/features/locale/NonExistentLocaleDef.feature +48 -0
  375. data/features/locale/OverloadWithEmptyString.feature +46 -0
  376. data/features/locale/PageRangeDelimiterTermDefined.feature +38 -0
  377. data/features/locale/PageRangeDelimiterTermFrenchUndef.feature +34 -0
  378. data/features/locale/PageRangeDelimiterTermUndefined.feature +33 -0
  379. data/features/locale/SpecificDate.feature +41 -0
  380. data/features/locale/SpecificStyleOpt.feature +36 -0
  381. data/features/locale/SpecificTerm.feature +39 -0
  382. data/features/locale/TermInSort.feature +77 -0
  383. data/features/locale/TitleCaseEmptyLangEmptyLocale.feature +33 -0
  384. data/features/locale/TitleCaseEmptyLangNonEnglishLocale.feature +34 -0
  385. data/features/locale/TitleCaseEnglishLangUpperEmptyLocale.feature +33 -0
  386. data/features/locale/TitleCaseGarbageLangEmptyLocale.feature +33 -0
  387. data/features/locale/TitleCaseGarbageLangEnglishLocale.feature +34 -0
  388. data/features/locale/TitleCaseGarbageLangNonEnglishLocale.feature +34 -0
  389. data/features/locale/TitleCaseNonEnglishLangUpperEmptyLocale.feature +33 -0
  390. data/features/locale/UnknownTerm.feature +34 -0
  391. data/features/locator/SimpleLocators.feature +46 -0
  392. data/features/locator/TermSelection.feature +40 -0
  393. data/features/locator/TrickyEntryForPlurals.feature +40 -0
  394. data/features/locator/WorkaroundTestForSubVerbo.feature +47 -0
  395. data/features/magic/AllowRepeatDateRenderings.feature +47 -0
  396. data/features/magic/CapitalizeFirstOccurringNameParticle.feature +35 -0
  397. data/features/magic/CapitalizeFirstOccurringTerm.feature +33 -0
  398. data/features/magic/CitationLabelInBibliography.feature +234 -0
  399. data/features/magic/CitationLabelInCitation.feature +224 -0
  400. data/features/magic/EntrySpacingDouble.feature +52 -0
  401. data/features/magic/HangingIndent.feature +52 -0
  402. data/features/magic/ImplicitYearSuffixDelimiter.feature +38 -0
  403. data/features/magic/ImplicitYearSuffixExplicitDelimiter.feature +52 -0
  404. data/features/magic/LineSpacingDouble.feature +52 -0
  405. data/features/magic/LineSpacingTripleStretch.feature +52 -0
  406. data/features/magic/NameParticle.feature +35 -0
  407. data/features/magic/NameSuffixNoComma.feature +35 -0
  408. data/features/magic/NameSuffixWithComma.feature +35 -0
  409. data/features/magic/NumberRangeEnglish.feature +33 -0
  410. data/features/magic/NumberRangeFrench.feature +34 -0
  411. data/features/magic/PunctuationInQuoteDefaultEnglishDelimiter.feature +41 -0
  412. data/features/magic/PunctuationInQuoteDefaultEnglishSuffix.feature +39 -0
  413. data/features/magic/PunctuationInQuoteDelimiterTrue.feature +44 -0
  414. data/features/magic/PunctuationInQuoteFalse.feature +44 -0
  415. data/features/magic/PunctuationInQuoteFalseSuppressExtra.feature +37 -0
  416. data/features/magic/PunctuationInQuoteNested.feature +47 -0
  417. data/features/magic/PunctuationInQuoteSuffixTrue.feature +42 -0
  418. data/features/magic/PunctuationInQuoteTrueSuppressExtra.feature +37 -0
  419. data/features/magic/QuotesAndBraces1.feature +36 -0
  420. data/features/magic/QuotesAndBraces2.feature +36 -0
  421. data/features/magic/SecondFieldAlign.feature +57 -0
  422. data/features/magic/StripPeriodsExcludeAffixes.feature +44 -0
  423. data/features/magic/StripPeriodsFalse.feature +34 -0
  424. data/features/magic/StripPeriodsTrue.feature +34 -0
  425. data/features/magic/StripPeriodsTrueShortForm.feature +46 -0
  426. data/features/magic/SubsequentAuthorSubstitute.feature +55 -0
  427. data/features/magic/SubsequentAuthorSubstituteNotFooled.feature +497 -0
  428. data/features/magic/SubsequentAuthorSubstituteOfTitleField.feature +55 -0
  429. data/features/magic/SuperscriptChars.feature +241 -0
  430. data/features/magic/SuppressDuplicateVariableRendering.feature +43 -0
  431. data/features/magic/SuppressExtraTerminalPunctuationAfterTerm.feature +410 -0
  432. data/features/magic/SuppressLayoutDelimiterIfPrefixComma.feature +34 -0
  433. data/features/magic/TermCapitalizationWithPrefix.feature +49 -0
  434. data/features/magic/TextRangeEnglish.feature +33 -0
  435. data/features/magic/TextRangeFrench.feature +34 -0
  436. data/features/name/AfterInvertedName.feature +42 -0
  437. data/features/name/AllCapsInitialsUntouched.feature +46 -0
  438. data/features/name/AndTextDelimiterPrecedesLastAlways.feature +35 -0
  439. data/features/name/ArticularNameAsSortOrder.feature +35 -0
  440. data/features/name/ArticularPlain.feature +35 -0
  441. data/features/name/ArticularShortForm.feature +35 -0
  442. data/features/name/ArticularShortFormCommaSuffix.feature +35 -0
  443. data/features/name/ArticularWithComma.feature +35 -0
  444. data/features/name/ArticularWithCommaNameAsSortOrder.feature +35 -0
  445. data/features/name/Asian.feature +35 -0
  446. data/features/name/AsianGlyphs.feature +35 -0
  447. data/features/name/AuthorCount.feature +39 -0
  448. data/features/name/AuthorCountWithMultipleVariables.feature +37 -0
  449. data/features/name/AuthorCountWithSameVarContentAndCombinedTermFail.feature +45 -0
  450. data/features/name/AuthorCountWithSameVarContentAndCombinedTermSucceed.feature +45 -0
  451. data/features/name/AuthorEditorCount.feature +37 -0
  452. data/features/name/CelticClanName.feature +35 -0
  453. data/features/name/CeltsAndToffsCrowdedInitials.feature +35 -0
  454. data/features/name/CeltsAndToffsNoHyphens.feature +36 -0
  455. data/features/name/CeltsAndToffsSpacedInitials.feature +35 -0
  456. data/features/name/CeltsAndToffsWithHyphens.feature +36 -0
  457. data/features/name/CollapseRoleLabels.feature +46 -0
  458. data/features/name/Delimiter.feature +37 -0
  459. data/features/name/EditorTranslatorBoth.feature +189 -0
  460. data/features/name/EditorTranslatorSameEmptyTerm.feature +41 -0
  461. data/features/name/EditorTranslatorSameWithTerm.feature +36 -0
  462. data/features/name/EditorTranslatorWithTranslatorOnly.feature +35 -0
  463. data/features/name/EditorTranslatorWithTranslatorOnlyBib.feature +189 -0
  464. data/features/name/EtAlUseLast.feature +47 -0
  465. data/features/name/FormattingOfParticles.feature +37 -0
  466. data/features/name/GreekSimple.feature +35 -0
  467. data/features/name/HebrewAnd.feature +40 -0
  468. data/features/name/HierarchicalDelimiter.feature +35 -0
  469. data/features/name/HyphenatedFirstName.feature +35 -0
  470. data/features/name/HyphenatedNonDroppingParticle1.feature +51 -0
  471. data/features/name/HyphenatedNonDroppingParticle2.feature +51 -0
  472. data/features/name/InheritAttributesEtAlStyle.feature +37 -0
  473. data/features/name/Institution.feature +35 -0
  474. data/features/name/InstitutionDecoration.feature +45 -0
  475. data/features/name/LabelAfterPlural.feature +36 -0
  476. data/features/name/LabelAfterPluralDecorations.feature +38 -0
  477. data/features/name/LongAbbreviation.feature +35 -0
  478. data/features/name/LowercaseSurnameSuffix.feature +35 -0
  479. data/features/name/MixedFormatsInitialSortOrderAllWithDecorationsEtAl.feature +39 -0
  480. data/features/name/MixedFormatsInitialSortOrderFirstWithDecorationsEtAl.feature +39 -0
  481. data/features/name/MixedFormatsInitialsWithDecorationsEtAl.feature +39 -0
  482. data/features/name/MixedFormatsPrimaryDecorations.feature +37 -0
  483. data/features/name/MixedFormatsWithDecorationsEtAl.feature +39 -0
  484. data/features/name/MixedFormatsWithDecorationsPlusAlternateEtAlDecorations.feature +40 -0
  485. data/features/name/MixedFormatsWithDecorationsPlusEtAlDecorations.feature +40 -0
  486. data/features/name/MultipleLiteral.feature +35 -0
  487. data/features/name/NoNameNode.feature +33 -0
  488. data/features/name/NonDroppingParticleDefault.feature +35 -0
  489. data/features/name/OnlyFamilyname.feature +35 -0
  490. data/features/name/OnlyGivenname.feature +35 -0
  491. data/features/name/OverridingHierarchicalDelimiter.feature +36 -0
  492. data/features/name/ParseNames.feature +39 -0
  493. data/features/name/ParsedCommaDelimitedDroppingParticleNormalOrderingWithAffixes.feature +38 -0
  494. data/features/name/ParsedCommaDelimitedDroppingParticleNormalOrderingWithoutAffixes.feature +36 -0
  495. data/features/name/ParsedCommaDelimitedDroppingParticleSortOrderingWithoutAffixes.feature +38 -0
  496. data/features/name/ParsedDroppingParticleWithAffixes.feature +39 -0
  497. data/features/name/ParsedDroppingParticleWithApostrophe.feature +38 -0
  498. data/features/name/ParsedNonDroppingParticleWithAffixes.feature +39 -0
  499. data/features/name/ParsedNonDroppingParticleWithApostrophe.feature +39 -0
  500. data/features/name/ParsedUpperCaseNonDroppingParticle.feature +39 -0
  501. data/features/name/ParticleCaps1.feature +40 -0
  502. data/features/name/ParticleCaps2.feature +46 -0
  503. data/features/name/ParticleCaps3.feature +47 -0
  504. data/features/name/ParticleFormatting.feature +38 -0
  505. data/features/name/ParticlesDemoteNonDroppingNever.feature +99 -0
  506. data/features/name/PeriodAfterInitials.feature +38 -0
  507. data/features/name/QuashOrdinaryVariableRenderedViaSubstitute.feature +39 -0
  508. data/features/name/RomanianTwo.feature +36 -0
  509. data/features/name/SemicolonWithAnd.feature +38 -0
  510. data/features/name/SplitInitials.feature +35 -0
  511. data/features/name/SubsequentAuthorSubstituteMultipleNames.feature +50 -0
  512. data/features/name/SubstituteInheritLabel.feature +44 -0
  513. data/features/name/SubstituteMacroInheritDecorations.feature +42 -0
  514. data/features/name/SubstituteName.feature +38 -0
  515. data/features/name/SubstituteOnDateGroupSpanFail.feature +45 -0
  516. data/features/name/SubstituteOnGroupSpanGroupSpanFail.feature +46 -0
  517. data/features/name/SubstituteOnMacroGroupSpanFail.feature +46 -0
  518. data/features/name/SubstituteOnNamesSingletonGroupSpanFail.feature +42 -0
  519. data/features/name/SubstituteOnNamesSpanGroupSpanFail.feature +44 -0
  520. data/features/name/SubstituteOnNamesSpanNamesSpanFail.feature +43 -0
  521. data/features/name/SubstituteOnNumberGroupSpanFail.feature +42 -0
  522. data/features/name/TwoRolesSameRenderingSeparateRoleLabels.feature +43 -0
  523. data/features/name/WesternArticularLowercase.feature +35 -0
  524. data/features/name/WesternPrimaryFontStyle.feature +37 -0
  525. data/features/name/WesternPrimaryFontStyleTwoAuthors.feature +37 -0
  526. data/features/name/WesternSimple.feature +35 -0
  527. data/features/name/WesternTwoAuthors.feature +35 -0
  528. data/features/name/namepartAffixes.feature +38 -0
  529. data/features/name/namepartAffixesNameAsSortOrder.feature +39 -0
  530. data/features/name/namepartAffixesNameAsSortOrderDemoteNonDroppingParticle.feature +39 -0
  531. data/features/nameattr/AndOnBibliographyInBibliography.feature +43 -0
  532. data/features/nameattr/AndOnBibliographyInCitation.feature +43 -0
  533. data/features/nameattr/AndOnCitationInBibliography.feature +45 -0
  534. data/features/nameattr/AndOnCitationInCitation.feature +36 -0
  535. data/features/nameattr/AndOnNamesInBibliography.feature +42 -0
  536. data/features/nameattr/AndOnNamesInCitation.feature +35 -0
  537. data/features/nameattr/AndOnStyleInBibliography.feature +43 -0
  538. data/features/nameattr/AndOnStyleInCitation.feature +43 -0
  539. data/features/nameattr/DelimiterPrecedesEtAlOnBibliographyInBibliography.feature +43 -0
  540. data/features/nameattr/DelimiterPrecedesEtAlOnBibliographyInCitation.feature +43 -0
  541. data/features/nameattr/DelimiterPrecedesEtAlOnCitationInBibliography.feature +45 -0
  542. data/features/nameattr/DelimiterPrecedesEtAlOnCitationInCitation.feature +36 -0
  543. data/features/nameattr/DelimiterPrecedesEtAlOnNamesInBibliography.feature +42 -0
  544. data/features/nameattr/DelimiterPrecedesEtAlOnNamesInCitation.feature +35 -0
  545. data/features/nameattr/DelimiterPrecedesEtAlOnStyleInBibliography.feature +43 -0
  546. data/features/nameattr/DelimiterPrecedesEtAlOnStyleInCitation.feature +36 -0
  547. data/features/nameattr/DelimiterPrecedesLastOnBibliographyInBibliography.feature +43 -0
  548. data/features/nameattr/DelimiterPrecedesLastOnBibliographyInCitation.feature +43 -0
  549. data/features/nameattr/DelimiterPrecedesLastOnCitationInBibliography.feature +45 -0
  550. data/features/nameattr/DelimiterPrecedesLastOnCitationInCitation.feature +36 -0
  551. data/features/nameattr/DelimiterPrecedesLastOnNamesInBibliography.feature +42 -0
  552. data/features/nameattr/DelimiterPrecedesLastOnNamesInCitation.feature +35 -0
  553. data/features/nameattr/DelimiterPrecedesLastOnStyleInBibliography.feature +43 -0
  554. data/features/nameattr/DelimiterPrecedesLastOnStyleInCitation.feature +36 -0
  555. data/features/nameattr/EtAlMinOnBibliographyInBibliography.feature +43 -0
  556. data/features/nameattr/EtAlMinOnBibliographyInCitation.feature +43 -0
  557. data/features/nameattr/EtAlMinOnCitationInBibliography.feature +45 -0
  558. data/features/nameattr/EtAlMinOnCitationInCitation.feature +36 -0
  559. data/features/nameattr/EtAlMinOnNamesInBibliography.feature +42 -0
  560. data/features/nameattr/EtAlMinOnNamesInCitation.feature +35 -0
  561. data/features/nameattr/EtAlMinOnStyleInBibliography.feature +42 -0
  562. data/features/nameattr/EtAlMinOnStyleInCitation.feature +35 -0
  563. data/features/nameattr/EtAlSubsequentMinOnBibliographyInBibliography.feature +43 -0
  564. data/features/nameattr/EtAlSubsequentMinOnBibliographyInCitation.feature +43 -0
  565. data/features/nameattr/EtAlSubsequentMinOnCitationInBibliography.feature +45 -0
  566. data/features/nameattr/EtAlSubsequentMinOnCitationInCitation.feature +37 -0
  567. data/features/nameattr/EtAlSubsequentMinOnNamesInBibliography.feature +42 -0
  568. data/features/nameattr/EtAlSubsequentMinOnStyleInBibliography.feature +42 -0
  569. data/features/nameattr/EtAlSubsequentMinOnStyleInCitation.feature +38 -0
  570. data/features/nameattr/EtAlSubsequentUseFirstOnBibliographyInBibliography.feature +43 -0
  571. data/features/nameattr/EtAlSubsequentUseFirstOnBibliographyInCitation.feature +43 -0
  572. data/features/nameattr/EtAlSubsequentUseFirstOnCitationInBibliography.feature +45 -0
  573. data/features/nameattr/EtAlSubsequentUseFirstOnCitationInCitation.feature +44 -0
  574. data/features/nameattr/EtAlSubsequentUseFirstOnStyleInBibliography.feature +43 -0
  575. data/features/nameattr/EtAlSubsequentUseFirstOnStyleInCitation.feature +37 -0
  576. data/features/nameattr/EtAlUseFirstOnBibliographyInBibliography.feature +43 -0
  577. data/features/nameattr/EtAlUseFirstOnBibliographyInCitation.feature +43 -0
  578. data/features/nameattr/EtAlUseFirstOnCitationInBibliography.feature +45 -0
  579. data/features/nameattr/EtAlUseFirstOnCitationInCitation.feature +43 -0
  580. data/features/nameattr/EtAlUseFirstOnNamesInBibliography.feature +42 -0
  581. data/features/nameattr/EtAlUseFirstOnNamesInCitation.feature +35 -0
  582. data/features/nameattr/EtAlUseFirstOnStyleInBibliography.feature +43 -0
  583. data/features/nameattr/EtAlUseFirstOnStyleInCitation.feature +35 -0
  584. data/features/nameattr/InitializeWithOnBibliographyInBibliography.feature +43 -0
  585. data/features/nameattr/InitializeWithOnBibliographyInCitation.feature +43 -0
  586. data/features/nameattr/InitializeWithOnCitationInBibliography.feature +45 -0
  587. data/features/nameattr/InitializeWithOnCitationInCitation.feature +36 -0
  588. data/features/nameattr/InitializeWithOnNamesInBibliography.feature +42 -0
  589. data/features/nameattr/InitializeWithOnNamesInCitation.feature +35 -0
  590. data/features/nameattr/InitializeWithOnStyleInBibliography.feature +43 -0
  591. data/features/nameattr/InitializeWithOnStyleInCitation.feature +36 -0
  592. data/features/nameattr/NameAsSortOrderOnBibliographyInBibliography.feature +43 -0
  593. data/features/nameattr/NameAsSortOrderOnBibliographyInCitation.feature +43 -0
  594. data/features/nameattr/NameAsSortOrderOnCitationInBibliography.feature +45 -0
  595. data/features/nameattr/NameAsSortOrderOnCitationInCitation.feature +36 -0
  596. data/features/nameattr/NameAsSortOrderOnNamesInBibliography.feature +42 -0
  597. data/features/nameattr/NameAsSortOrderOnNamesInCitation.feature +35 -0
  598. data/features/nameattr/NameAsSortOrderOnStyleInBibliography.feature +43 -0
  599. data/features/nameattr/NameAsSortOrderOnStyleInCitation.feature +35 -0
  600. data/features/nameattr/NameDelimiterOnBibliographyInBibliography.feature +43 -0
  601. data/features/nameattr/NameDelimiterOnBibliographyInCitation.feature +43 -0
  602. data/features/nameattr/NameDelimiterOnCitationInBibliography.feature +45 -0
  603. data/features/nameattr/NameDelimiterOnCitationInCitation.feature +43 -0
  604. data/features/nameattr/NameDelimiterOnNamesInBibliography.feature +42 -0
  605. data/features/nameattr/NameDelimiterOnNamesInCitation.feature +42 -0
  606. data/features/nameattr/NameDelimiterOnStyleInBibliography.feature +43 -0
  607. data/features/nameattr/NameDelimiterOnStyleInCitation.feature +43 -0
  608. data/features/nameattr/NameFormOnBibliographyInBibliography.feature +43 -0
  609. data/features/nameattr/NameFormOnBibliographyInCitation.feature +43 -0
  610. data/features/nameattr/NameFormOnCitationInBibliography.feature +45 -0
  611. data/features/nameattr/NameFormOnCitationInCitation.feature +43 -0
  612. data/features/nameattr/NameFormOnNamesInBibliography.feature +42 -0
  613. data/features/nameattr/NameFormOnNamesInCitation.feature +35 -0
  614. data/features/nameattr/NameFormOnStyleInBibliography.feature +43 -0
  615. data/features/nameattr/NameFormOnStyleInCitation.feature +36 -0
  616. data/features/nameattr/NamesDelimiterOnBibliographyInBibliography.feature +43 -0
  617. data/features/nameattr/NamesDelimiterOnBibliographyInCitation.feature +43 -0
  618. data/features/nameattr/NamesDelimiterOnCitationInBibliography.feature +45 -0
  619. data/features/nameattr/NamesDelimiterOnCitationInCitation.feature +36 -0
  620. data/features/nameattr/NamesDelimiterOnNamesInBibliography.feature +42 -0
  621. data/features/nameattr/NamesDelimiterOnNamesInCitation.feature +35 -0
  622. data/features/nameattr/NamesDelimiterOnStyleInBibliography.feature +42 -0
  623. data/features/nameattr/NamesDelimiterOnStyleInCitation.feature +36 -0
  624. data/features/nameattr/SortSeparatorOnBibliographyInBibliography.feature +43 -0
  625. data/features/nameattr/SortSeparatorOnBibliographyInCitation.feature +44 -0
  626. data/features/nameattr/SortSeparatorOnCitationInBibliography.feature +45 -0
  627. data/features/nameattr/SortSeparatorOnCitationInCitation.feature +36 -0
  628. data/features/nameattr/SortSeparatorOnNamesInBibliography.feature +42 -0
  629. data/features/nameattr/SortSeparatorOnNamesInCitation.feature +35 -0
  630. data/features/nameattr/SortSeparatorOnStyleInBibliography.feature +43 -0
  631. data/features/nameattr/SortSeparatorOnStyleInCitation.feature +36 -0
  632. data/features/nameorder/Long.feature +35 -0
  633. data/features/nameorder/LongNameAsSortDemoteDisplayAndSort.feature +36 -0
  634. data/features/nameorder/LongNameAsSortDemoteNever.feature +36 -0
  635. data/features/nameorder/Short.feature +35 -0
  636. data/features/nameorder/ShortDemoteDisplayAndSort.feature +36 -0
  637. data/features/nameorder/ShortNameAsSortDemoteNever.feature +36 -0
  638. data/features/namespaces/NonNada3.feature +33 -0
  639. data/features/number/EditionSort.feature +47 -0
  640. data/features/number/FailingDelimiters.feature +44 -0
  641. data/features/number/IsNumericWithAlpha.feature +40 -0
  642. data/features/number/MixedPageRange.feature +34 -0
  643. data/features/number/MixedText.feature +33 -0
  644. data/features/number/NewOrdinals.feature +64 -0
  645. data/features/number/NewOrdinalsEdition.feature +1044 -0
  646. data/features/number/NewOrdinalsWithGenderChange.feature +45 -0
  647. data/features/number/PageFirst.feature +36 -0
  648. data/features/number/PageRange.feature +33 -0
  649. data/features/number/PlainHyphenOrEnDashAlwaysPlural.feature +42 -0
  650. data/features/number/SeparateOrdinalNamespaces.feature +55 -0
  651. data/features/number/SimpleNumberArabic.feature +33 -0
  652. data/features/number/SimpleNumberOrdinalLong.feature +35 -0
  653. data/features/number/SimpleNumberOrdinalShort.feature +33 -0
  654. data/features/number/SimpleNumberRoman.feature +33 -0
  655. data/features/number/StrangeError.feature +34 -0
  656. data/features/page/Chicago.feature +55 -0
  657. data/features/page/Expand.feature +42 -0
  658. data/features/page/Minimal.feature +55 -0
  659. data/features/page/NoOption.feature +34 -0
  660. data/features/page/NumberPageFirst.feature +33 -0
  661. data/features/page/PluralDetectWithEndash.feature +33 -0
  662. data/features/parallel/Bibliography.feature +87 -0
  663. data/features/parallel/HackedChicago.feature +715 -0
  664. data/features/parallel/JournalArticleReverse.feature +46 -0
  665. data/features/parallel/JournalArticleSimple.feature +46 -0
  666. data/features/parallel/TrailingIbid.feature +69 -0
  667. data/features/plural/LabelForced.feature +37 -0
  668. data/features/plural/NameLabelAlways.feature +36 -0
  669. data/features/plural/NameLabelContextualPlural.feature +36 -0
  670. data/features/plural/NameLabelContextualSingular.feature +36 -0
  671. data/features/plural/NameLabelDefaultPlural.feature +36 -0
  672. data/features/plural/NameLabelDefaultSingular.feature +36 -0
  673. data/features/plural/NameLabelNever.feature +36 -0
  674. data/features/position/FalseInBibliography.feature +47 -0
  675. data/features/position/FirstTrueOnlyOnce.feature +55 -0
  676. data/features/position/IbidInText.feature +51 -0
  677. data/features/position/IbidSeparateCiteSameNote.feature +80 -0
  678. data/features/position/IbidWithLocator.feature +52 -0
  679. data/features/position/IbidWithMultipleSoloCitesInBackref.feature +52 -0
  680. data/features/position/IbidWithPrefixFullStop.feature +44 -0
  681. data/features/position/IbidWithSuffix.feature +54 -0
  682. data/features/position/IfIbidIsTrueThenSubsequentIsTrue.feature +61 -0
  683. data/features/position/IfIbidWithLocatorIsTrueThenIbidIsTrue.feature +58 -0
  684. data/features/position/NearNoteFalse.feature +41 -0
  685. data/features/position/NearNoteSameNote.feature +43 -0
  686. data/features/position/NearNoteTrue.feature +41 -0
  687. data/features/position/NearNoteUnsupported.feature +40 -0
  688. data/features/position/NearNoteWithPlugin.feature +454 -0
  689. data/features/position/ResetNoteNumbers.feature +54 -0
  690. data/features/position/TrueInCitation.feature +45 -0
  691. data/features/punctuation/DateStripPeriods.feature +36 -0
  692. data/features/punctuation/DefaultYearSuffixDelimiter.feature +183 -0
  693. data/features/punctuation/DelimiterWithStripPeriodsAndSubstitute1.feature +53 -0
  694. data/features/punctuation/DelimiterWithStripPeriodsAndSubstitute2.feature +52 -0
  695. data/features/punctuation/DelimiterWithStripPeriodsAndSubstitute3.feature +60 -0
  696. data/features/punctuation/DoNotSuppressColonAfterPeriod.feature +34 -0
  697. data/features/punctuation/FrenchOrthography.feature +33 -0
  698. data/features/punctuation/FullMontyField.feature +230 -0
  699. data/features/punctuation/FullMontyPlain.feature +230 -0
  700. data/features/punctuation/FullMontyQuotesIn.feature +233 -0
  701. data/features/punctuation/FullMontyQuotesOut.feature +233 -0
  702. data/features/punctuation/NoSuppressOfPeriodBeforeSemicolon.feature +36 -0
  703. data/features/punctuation/SemicolonDelimiter.feature +62 -0
  704. data/features/punctuation/SuppressPrefixPeriodForDelimiterSemicolon.feature +715 -0
  705. data/features/quotes/Punctuation.feature +43 -0
  706. data/features/quotes/PunctuationNasty.feature +977 -0
  707. data/features/quotes/PunctuationWithInnerQuote.feature +43 -0
  708. data/features/simplespace/case1.feature +202 -0
  709. data/features/sort/AguStyle.feature +94 -0
  710. data/features/sort/AguStyleReverseGroups.feature +94 -0
  711. data/features/sort/AuthorDateWithYearSuffix.feature +202 -0
  712. data/features/sort/BibliographyCitationNumberDescending.feature +51 -0
  713. data/features/sort/BibliographyCitationNumberDescendingViaMacro.feature +54 -0
  714. data/features/sort/BibliographyNosortOption.feature +44 -0
  715. data/features/sort/CaseInsensitiveBibliography.feature +55 -0
  716. data/features/sort/CaseInsensitiveCitation.feature +36 -0
  717. data/features/sort/ChangeInNameSort.feature +54 -0
  718. data/features/sort/ChicagoYearSuffix1.feature +391 -0
  719. data/features/sort/ChicagoYearSuffix2.feature +391 -0
  720. data/features/sort/Citation.feature +42 -0
  721. data/features/sort/CitationEdit.feature +49 -0
  722. data/features/sort/CitationSecondaryKey.feature +46 -0
  723. data/features/sort/CitationUnsorted.feature +42 -0
  724. data/features/sort/CiteGroupDelimiter.feature +45 -0
  725. data/features/sort/ConditionalMacroDates.feature +64 -0
  726. data/features/sort/DateMacroSortWithSecondFieldAlign.feature +56 -0
  727. data/features/sort/DateVariable.feature +36 -0
  728. data/features/sort/DateVariableMixedElementsAscendingA.feature +36 -0
  729. data/features/sort/DateVariableMixedElementsAscendingB.feature +36 -0
  730. data/features/sort/DateVariableMixedElementsDescendingA.feature +36 -0
  731. data/features/sort/DateVariableMixedElementsDescendingB.feature +36 -0
  732. data/features/sort/DateVariableRange.feature +36 -0
  733. data/features/sort/DateVariableRangeMixed.feature +36 -0
  734. data/features/sort/DropNameLabelInSort.feature +116 -0
  735. data/features/sort/EtAlUseLast.feature +54 -0
  736. data/features/sort/FamilyOnly.feature +45 -0
  737. data/features/sort/GroupedByAuthorstring.feature +50 -0
  738. data/features/sort/LatinUnicode.feature +42 -0
  739. data/features/sort/LeadingApostropheOnNameParticle.feature +55 -0
  740. data/features/sort/LocalizedDateLimitedParts.feature +40 -0
  741. data/features/sort/NameImplicitSortOrderAndForm.feature +51 -0
  742. data/features/sort/NameParticleInNameSortFalse.feature +48 -0
  743. data/features/sort/NameParticleInNameSortTrue.feature +48 -0
  744. data/features/sort/NameVariable.feature +47 -0
  745. data/features/sort/NamesUseLast.feature +64 -0
  746. data/features/sort/NumberOfAuthorsAsKey.feature +68 -0
  747. data/features/sort/SeparateAuthorsAndOthers.feature +127 -0
  748. data/features/sort/StatusFieldAscending.feature +46 -0
  749. data/features/sort/StatusFieldDescending.feature +46 -0
  750. data/features/sort/StripMarkup.feature +39 -0
  751. data/features/sort/SubstituteTitle.feature +398 -0
  752. data/features/sort/VariousNameMacros1.feature +287 -0
  753. data/features/sort/VariousNameMacros2.feature +287 -0
  754. data/features/sort/VariousNameMacros3.feature +288 -0
  755. data/features/sort/WithAndInOneEntry.feature +228 -0
  756. data/features/sortseparator/SortSeparatorEmpty.feature +44 -0
  757. data/features/substitute/RepeatedNamesOk.feature +52 -0
  758. data/features/substitute/SuppressOrdinaryVariable.feature +79 -0
  759. data/features/testers/FirstAutoGeneratedZoteroPluginTest.feature +715 -0
  760. data/features/testers/SecondAutoGeneratedZoteroPluginTest.feature +717 -0
  761. data/features/textcase/CapitalizeAll.feature +33 -0
  762. data/features/textcase/CapitalizeFirst.feature +33 -0
  763. data/features/textcase/CapitalizeFirstWithDecor.feature +33 -0
  764. data/features/textcase/CapitalsUntouched.feature +37 -0
  765. data/features/textcase/Lowercase.feature +33 -0
  766. data/features/textcase/SentenceCapitalization.feature +33 -0
  767. data/features/textcase/SkipNameParticlesInTitleCase.feature +33 -0
  768. data/features/textcase/TitleCapitalization.feature +33 -0
  769. data/features/textcase/TitleCaseNonEnglish.feature +33 -0
  770. data/features/textcase/TitleCaseNonEnglish2.feature +34 -0
  771. data/features/textcase/TitleCaseWithHyphens.feature +33 -0
  772. data/features/textcase/TitleCaseWithInitials.feature +33 -0
  773. data/features/textcase/Uppercase.feature +59 -0
  774. data/features/textcase/UppercaseNumber.feature +33 -0
  775. data/features/unicode/NonBreakingSpace.feature +34 -0
  776. data/features/variables/ShortForm.feature +54 -0
  777. data/features/variables/TitleShortOnAbbrevWithTitle.feature +37 -0
  778. data/features/variables/TitleShortOnAbbrevWithTitleCondition.feature +57 -0
  779. data/features/variables/TitleShortOnAbbrevWithTitleGroup.feature +44 -0
  780. data/features/variables/TitleShortOnShortTitleNoTitle.feature +33 -0
  781. data/features/variables/TitleShortOnShortTitleNoTitleCondition.feature +53 -0
  782. data/features/variables/TitleShortOnShortTitleNoTitleGroup.feature +40 -0
  783. data/features/virtual/PageFirst.feature +37 -0
  784. data/lib/citeproc/attributes.rb +7 -1
  785. data/lib/citeproc/version.rb +1 -1
  786. data/spec/citeproc/attributes_spec.rb +71 -27
  787. data/spec/citeproc/item_spec.rb +12 -0
  788. metadata +1563 -4
@@ -0,0 +1,1201 @@
1
+ Feature: bugreports
2
+ As a CSL cite processor hacker
3
+ I want the test bugreports_GreekStyleTwoEditors to pass
4
+
5
+ @citation @bugreports
6
+ Scenario: Greek Style Two Editors
7
+ Given the following style:
8
+ """
9
+ <?xml version="1.0" encoding="utf-8"?>
10
+ <style xmlns="http://purl.org/net/xbiblio/csl" class="note" default-locale="el" version="1.0">
11
+ <info>
12
+ <title>Greek (Full Note with Bibliography) g2</title>
13
+ <id>http://www.zotero.org/styles/gr2</id>
14
+ <link href="http://www.zotero.org/styles/gr2" rel="self"/>
15
+ <author>
16
+ <name>A.D.</name>
17
+ </author>
18
+ <summary>Greek based on Chicago format with full notes and bibliography</summary>
19
+ <category field="generic-base"/>
20
+ <category citation-format="note"/>
21
+ <updated>2010-11-04T20:22:16+00:00</updated>
22
+ </info>
23
+ <locale xml:lang="el">
24
+ <terms>
25
+ <term name="accessed">ημερομηνία πρόσβασης</term>
26
+ <term name="and">και</term>
27
+ <term name="and others">και άλλοι</term>
28
+ <term name="anonymous">ανώνυμο</term>
29
+ <term name="anonymous" form="short">ανών</term>
30
+ <term name="at">εφ</term>
31
+ <term name="by">του</term>
32
+ <term name="circa">περίπου</term>
33
+ <term name="circa" form="short">περ</term>
34
+ <term name="cited">παρατίθεται</term>
35
+ <term name="edition">
36
+ <single>έκδοση</single>
37
+ <multiple>εκδόσεις</multiple>
38
+ </term>
39
+ <term name="edition" form="short">έκδ</term>
40
+ <term name="et-al">κ.ά.</term>
41
+ <term name="forthcoming">προσεχές</term>
42
+ <term name="from">από</term>
43
+ <term name="ibid">Στο ίδιο</term>
44
+ <term name="in">στο</term>
45
+ <term name="in press">υπό έκδοση</term>
46
+ <term name="internet">διαδίκτυο</term>
47
+ <term name="interview">συνέντευξη</term>
48
+ <term name="letter">επιστολή</term>
49
+ <term name="no date">χωρίς χρονολογία</term>
50
+ <term name="no date" form="short">χ.χ.</term>
51
+ <term name="online">έκδοση σε ψηφιακή μορφή</term>
52
+ <term name="presented at">παρουσιάστηκε στο</term>
53
+ <term name="reference">
54
+ <single>αναφορά</single>
55
+ <multiple>αναφορές</multiple>
56
+ </term>
57
+ <term name="reference" form="short">
58
+ <single>αναφ</single>
59
+ <multiple>αναφ</multiple>
60
+ </term>
61
+ <term name="retrieved">ανακτήθηκε</term>
62
+ <term name="ad">μ.Χ.</term>
63
+ <term name="bc">π.Χ.</term>
64
+ <term name="open-quote"/>
65
+ <term name="close-quote"/>
66
+ <term name="open-inner-quote"/>
67
+ <term name="close-inner-quote"/>
68
+ <term name="ordinal-01">ος</term>
69
+ <term name="ordinal-02">ος</term>
70
+ <term name="ordinal-03">ος</term>
71
+ <term name="ordinal-04">ος</term>
72
+ <term name="long-ordinal-01">πρώτος</term>
73
+ <term name="long-ordinal-02">δεύτερος</term>
74
+ <term name="long-ordinal-03">τρίτος</term>
75
+ <term name="long-ordinal-04">τέταρτος</term>
76
+ <term name="long-ordinal-05">πέμπτος</term>
77
+ <term name="long-ordinal-06">έκτος</term>
78
+ <term name="long-ordinal-07">έβδομος</term>
79
+ <term name="long-ordinal-08">όγδοος</term>
80
+ <term name="long-ordinal-09">ένατος</term>
81
+ <term name="long-ordinal-10">δέκατος</term>
82
+ <term name="anthropology">ανθρωπολογία</term>
83
+ <term name="astronomy">αστρονομία</term>
84
+ <term name="biology">βιολογία</term>
85
+ <term name="botany">βοτανική</term>
86
+ <term name="chemistry">χημεία</term>
87
+ <term name="engineering">μηχανική</term>
88
+ <term name="generic-base">γενική βάση</term>
89
+ <term name="geography">γεωγραφία</term>
90
+ <term name="geology">γεωλογία</term>
91
+ <term name="history">ιστορία</term>
92
+ <term name="humanities">ανθρωπιστικές σπουδές</term>
93
+ <term name="literature">λογοτεχνία</term>
94
+ <term name="math">μαθηματικά</term>
95
+ <term name="medicine">ιατρική</term>
96
+ <term name="philosophy">φιλοσοφία</term>
97
+ <term name="physics">φυσική</term>
98
+ <term name="psychology">ψυχολογία</term>
99
+ <term name="sociology">κοινωνιολογία</term>
100
+ <term name="science">θετικές επιστήμες</term>
101
+ <term name="political_science">πολιτικές επιστήμες</term>
102
+ <term name="social_science">κοινωνικές επιστήμες</term>
103
+ <term name="theology">θεολογία</term>
104
+ <term name="zoology">ζωολογία</term>
105
+ <term name="book">
106
+ <single>βιβλίο</single>
107
+ <multiple>βιβλίο</multiple>
108
+ </term>
109
+ <term name="chapter">
110
+ <single>κεφάλαιο</single>
111
+ <multiple>κεφάλαια</multiple>
112
+ </term>
113
+ <term name="column">
114
+ <single>στήλη</single>
115
+ <multiple>στήλες</multiple>
116
+ </term>
117
+ <term name="figure">
118
+ <single>εικόνα</single>
119
+ <multiple>εικόνες</multiple>
120
+ </term>
121
+ <term name="folio">
122
+ <single>φάκελος</single>
123
+ <multiple>φάκελοι</multiple>
124
+ </term>
125
+ <term name="issue">
126
+ <single>τεύχος</single>
127
+ <multiple>τεύχη</multiple>
128
+ </term>
129
+ <term name="line">
130
+ <single>σειρά</single>
131
+ <multiple>σειρές</multiple>
132
+ </term>
133
+ <term name="note">
134
+ <single>σημείωση</single>
135
+ <multiple>σημειώσεις</multiple>
136
+ </term>
137
+ <term name="opus">
138
+ <single>έργο</single>
139
+ <multiple>έργα</multiple>
140
+ </term>
141
+ <term name="page">
142
+ <single>σελίδα</single>
143
+ <multiple>σελίδες</multiple>
144
+ </term>
145
+ <term name="paragraph">
146
+ <single>παράγραφος</single>
147
+ <multiple>παράγραφοι</multiple>
148
+ </term>
149
+ <term name="part">
150
+ <single>μέρος</single>
151
+ <multiple>μέρη</multiple>
152
+ </term>
153
+ <term name="section">
154
+ <single>τμήμα</single>
155
+ <multiple>τμήματα</multiple>
156
+ </term>
157
+ <term name="sub verbo">
158
+ <single>λήμμα</single>
159
+ <multiple>λήμματα</multiple>
160
+ </term>
161
+ <term name="verse">
162
+ <single>στίχος</single>
163
+ <multiple>στίχοι</multiple>
164
+ </term>
165
+ <term name="volume">
166
+ <single>τόμος</single>
167
+ <multiple>τόμοι</multiple>
168
+ </term>
169
+ <term name="book" form="short">βιβ</term>
170
+ <term name="chapter" form="short">κεφ</term>
171
+ <term name="column" form="short">στ</term>
172
+ <term name="figure" form="short">εικ</term>
173
+ <term name="folio" form="short">φακ</term>
174
+ <term name="issue" form="short">τχ</term>
175
+ <term name="opus" form="short">έργ</term>
176
+ <term name="page" form="short">
177
+ <single>σ</single>
178
+ <multiple>σσ</multiple>
179
+ </term>
180
+ <term name="paragraph" form="short">παρ</term>
181
+ <term name="part" form="short">μερ</term>
182
+ <term name="section" form="short">τμ</term>
183
+ <term name="sub verbo" form="short">
184
+ <single>λήμ</single>
185
+ <multiple>λήμ</multiple>
186
+ </term>
187
+ <term name="verse" form="short">
188
+ <single>στ</single>
189
+ <multiple>στ</multiple>
190
+ </term>
191
+ <term name="volume" form="short">
192
+ <single>τμ</single>
193
+ <multiple>τμ</multiple>
194
+ </term>
195
+ <term name="paragraph" form="symbol">
196
+ <single>ΒΆ</single>
197
+ <multiple>ΒΆΒΆ</multiple>
198
+ </term>
199
+ <term name="section" form="symbol">
200
+ <single/>
201
+ <multiple/>
202
+ </term>
203
+ <term name="author">
204
+ <single/>
205
+ <multiple/>
206
+ </term>
207
+ <term name="editor">
208
+ <single>επιμελητής</single>
209
+ <multiple>επιμελητές</multiple>
210
+ </term>
211
+ <term name="editorial-director">
212
+ <single>γενική εποπτεία</single>
213
+ <multiple>γενική εποπτεία</multiple>
214
+ </term>
215
+ <term name="translator">
216
+ <single>μεταφραστής</single>
217
+ <multiple>μεταφραστές</multiple>
218
+ </term>
219
+ <term name="editortranslator">
220
+ <single>μετάφραση και επιμέλεια</single>
221
+ <multiple>μετάφραση και επιμέλεια</multiple>
222
+ </term>
223
+ <term name="author" form="short">
224
+ <single/>
225
+ <multiple/>
226
+ </term>
227
+ <term name="editor" form="short">
228
+ <single>επιμ</single>
229
+ <multiple>επιμ</multiple>
230
+ </term>
231
+ <term name="editorial-director" form="short">
232
+ <single>γεν. επ</single>
233
+ <multiple>γεν. επ</multiple>
234
+ </term>
235
+ <term name="translator" form="short">
236
+ <single>μτφ</single>
237
+ <multiple>μτφ</multiple>
238
+ </term>
239
+ <term name="editortranslator" form="short">
240
+ <single>μτφ. και επιμ</single>
241
+ <multiple>μτφ. και επιμ</multiple>
242
+ </term>
243
+ <term name="editor" form="verb">επιμ</term>
244
+ <term name="editorial-director" form="verb">γεν επ</term>
245
+ <term name="translator" form="verb">μτφ</term>
246
+ <term name="editortranslator" form="verb">μτφ. και επιμ</term>
247
+ <term name="recipient" form="verb">στο</term>
248
+ <term name="interviewer" form="verb">συνέντευξη</term>
249
+ <term name="container-author" form="verb-short"></term>
250
+ <term name="editor" form="verb-short">επιμ</term>
251
+ <term name="editorial-director" form="verb-short">γεν. επ</term>
252
+ <term name="translator" form="verb-short">μτφ</term>
253
+ <term name="editortranslator" form="verb-short">μτφ. και επιμ</term>
254
+ <term name="month-01">Ιανουάριος</term>
255
+ <term name="month-02">Φεβρουάριος</term>
256
+ <term name="month-03">Μάρτιος</term>
257
+ <term name="month-04">Απρίλιος</term>
258
+ <term name="month-05">Μάιος</term>
259
+ <term name="month-06">Ιούνιος</term>
260
+ <term name="month-07">Ιούλιος</term>
261
+ <term name="month-08">Αύγουστος</term>
262
+ <term name="month-09">Σεπτέμβριος</term>
263
+ <term name="month-10">Οκτώβριος</term>
264
+ <term name="month-11">Νοέμβριος</term>
265
+ <term name="month-12">Δεκέμβριος</term>
266
+ <term name="month-01" form="short">Ιανουαρίου</term>
267
+ <term name="month-02" form="short">Φεβρουαρίου</term>
268
+ <term name="month-03" form="short">Μαρτίου</term>
269
+ <term name="month-04" form="short">Απριλίου</term>
270
+ <term name="month-05" form="short">Μαΐου</term>
271
+ <term name="month-06" form="short">Ιουνίου</term>
272
+ <term name="month-07" form="short">Ιουλίου</term>
273
+ <term name="month-08" form="short">Αυγούστου</term>
274
+ <term name="month-09" form="short">Σεπτεμβρίου</term>
275
+ <term name="month-10" form="short">Οκτωβρίου</term>
276
+ <term name="month-11" form="short">Νοεμβρίου</term>
277
+ <term name="month-12" form="short">Δεκεμβρίου</term>
278
+ <term name="season-01">Άνοιξη</term>
279
+ <term name="season-02">Καλοκαίρι</term>
280
+ <term name="season-03">Φθινόπωρο</term>
281
+ <term name="season-04">Χειμώνας</term>
282
+ </terms>
283
+ <date form="text">
284
+ <date-part name="day" suffix=" "/>
285
+ <date-part name="month" suffix=" "/>
286
+ <date-part name="year"/>
287
+ </date>
288
+ <date form="numeric">
289
+ <date-part name="day" form="numeric-leading-zeros" suffix="/"/>
290
+ <date-part name="month" form="numeric-leading-zeros" suffix="/"/>
291
+ <date-part name="year"/>
292
+ </date>
293
+ </locale>
294
+ <macro name="editor-translator">
295
+ <group delimiter=", ">
296
+ <choose>
297
+ <if variable="container-author" match="any">
298
+ <names variable="translator" delimiter=", ">
299
+ <label form="verb-short" text-case="lowercase" suffix=". " strip-periods="true"/>
300
+ <name and="text" delimiter=", "/>
301
+ </names>
302
+ </if>
303
+ <else-if variable="author">
304
+ <names variable="translator" delimiter=", ">
305
+ <label form="verb-short" text-case="lowercase" suffix=". " strip-periods="true"/>
306
+ <name and="text" delimiter=", "/>
307
+ </names>
308
+ </else-if>
309
+ </choose>
310
+ <choose>
311
+ <if variable="container-author" match="none"/>
312
+ <else-if variable="author" match="any">
313
+ <names variable="editor" delimiter=", ">
314
+ <label form="verb-short" text-case="lowercase" suffix=". " strip-periods="true"/>
315
+ <name and="text" delimiter=", "/>
316
+ </names>
317
+ </else-if>
318
+ </choose>
319
+ </group>
320
+ </macro>
321
+ <macro name="secondary-contributors-note">
322
+ <choose>
323
+ <if type="chapter paper-conference" match="none">
324
+ <group delimiter=", ">
325
+ <choose>
326
+ <if variable="author">
327
+ <names variable="translator" delimiter=". ">
328
+ <label form="verb" text-case="lowercase" suffix=" "/>
329
+ <name and="text" delimiter=", "/>
330
+ </names>
331
+ </if>
332
+ </choose>
333
+ <choose>
334
+ <if variable="author translator" match="any">
335
+ <names variable="editor" delimiter=". ">
336
+ <label form="verb-short" text-case="lowercase" suffix=". " strip-periods="true"/>
337
+ <name and="text" delimiter=", "/>
338
+ </names>
339
+ </if>
340
+ </choose>
341
+ </group>
342
+ </if>
343
+ </choose>
344
+ </macro>
345
+ <macro name="container-contributors-note">
346
+ <choose>
347
+ <if type="chapter paper-conference" match="any">
348
+ <text macro="editor-translator"/>
349
+ </if>
350
+ </choose>
351
+ </macro>
352
+ <macro name="secondary-contributors">
353
+ <choose>
354
+ <if type="chapter paper-conference" match="none">
355
+ <group delimiter=", ">
356
+ <choose>
357
+ <if variable="author">
358
+ <names variable="translator" delimiter=". ">
359
+ <label form="verb" text-case="lowercase" suffix=" "/>
360
+ <name and="text" delimiter=", "/>
361
+ </names>
362
+ </if>
363
+ </choose>
364
+ <choose>
365
+ <if variable="author translator" match="any">
366
+ <names variable="editor" delimiter=". ">
367
+ <label form="verb-short" text-case="lowercase" suffix=". " strip-periods="true"/>
368
+ <name and="text" delimiter=", "/>
369
+ </names>
370
+ </if>
371
+ </choose>
372
+ </group>
373
+ </if>
374
+ </choose>
375
+ </macro>
376
+ <macro name="container-contributors">
377
+ <choose>
378
+ <if type="chapter paper-conference" match="any">
379
+ <text macro="editor-translator"/>
380
+ </if>
381
+ </choose>
382
+ </macro>
383
+ <macro name="editor-note">
384
+ <names variable="editor">
385
+ <name and="text" sort-separator=", " delimiter=", "/>
386
+ <label form="verb-short" prefix=" (" suffix=".)" strip-periods="true"/>
387
+ </names>
388
+ </macro>
389
+ <macro name="translator-note">
390
+ <names variable="translator">
391
+ <name and="text" sort-separator=", " delimiter=", "/>
392
+ <label form="verb-short" prefix=", " suffix="." strip-periods="true"/>
393
+ </names>
394
+ </macro>
395
+ <macro name="recipient-note">
396
+ <names variable="recipient" delimiter=", ">
397
+ <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
398
+ <name and="text" delimiter=", "/>
399
+ </names>
400
+ </macro>
401
+ <macro name="contributors-note">
402
+ <names variable="author">
403
+ <name and="text" sort-separator=", " delimiter=", "/>
404
+ <substitute>
405
+ <text macro="editor-note"/>
406
+ <text macro="translator-note"/>
407
+ </substitute>
408
+ </names>
409
+ <text macro="recipient-note"/>
410
+ </macro>
411
+ <macro name="editor">
412
+ <names variable="editor">
413
+ <name name-as-sort-order="first" and="text" sort-separator=" " delimiter=", " delimiter-precedes-last="never"/>
414
+ <label form="verb-short" prefix=" (" suffix=".)" strip-periods="true"/>
415
+ </names>
416
+ </macro>
417
+ <macro name="translator">
418
+ <names variable="translator">
419
+ <name name-as-sort-order="first" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
420
+ <label form="verb-short" prefix=", " suffix="." strip-periods="true"/>
421
+ </names>
422
+ </macro>
423
+ <macro name="recipient">
424
+ <choose>
425
+ <if type="personal_communication">
426
+ <choose>
427
+ <if variable="genre">
428
+ <text variable="genre" text-case="lowercase"/>
429
+ </if>
430
+ <else>
431
+ <text term="letter" text-case="lowercase"/>
432
+ </else>
433
+ </choose>
434
+ </if>
435
+ </choose>
436
+ <text macro="recipient-note" prefix=" "/>
437
+ </macro>
438
+ <macro name="contributors">
439
+ <names variable="author">
440
+ <name name-as-sort-order="first" and="text" sort-separator=" " delimiter=", " delimiter-precedes-last="never"/>
441
+ <substitute>
442
+ <text macro="editor"/>
443
+ <text macro="translator"/>
444
+ </substitute>
445
+ </names>
446
+ <text macro="recipient" prefix=". "/>
447
+ </macro>
448
+ <macro name="recipient-short">
449
+ <names variable="recipient">
450
+ <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
451
+ <name form="short" and="text" delimiter=", "/>
452
+ </names>
453
+ </macro>
454
+ <macro name="contributors-short">
455
+ <names variable="author">
456
+ <name form="short" and="text" delimiter=", "/>
457
+ <substitute>
458
+ <names variable="editor"/>
459
+ <names variable="translator"/>
460
+ </substitute>
461
+ </names>
462
+ <text macro="recipient-short"/>
463
+ </macro>
464
+ <macro name="contributors-sort">
465
+ <names variable="author">
466
+ <name name-as-sort-order="all" and="text" sort-separator=", " delimiter=", " delimiter-precedes-last="never"/>
467
+ <label form="verb-short" prefix=", " suffix="." strip-periods="true"/>
468
+ <substitute>
469
+ <names variable="editor"/>
470
+ <names variable="translator"/>
471
+ </substitute>
472
+ </names>
473
+ </macro>
474
+ <macro name="interviewer-note">
475
+ <names variable="interviewer" delimiter=", ">
476
+ <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
477
+ <name and="text" delimiter=", "/>
478
+ </names>
479
+ </macro>
480
+ <macro name="interviewer">
481
+ <names variable="interviewer" delimiter=", ">
482
+ <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
483
+ <name and="text" delimiter=", "/>
484
+ </names>
485
+ </macro>
486
+ <macro name="title-note">
487
+ <choose>
488
+ <if variable="title" match="none">
489
+ <text variable="genre"/>
490
+ </if>
491
+ <else-if type="bill book graphic legal_case motion_picture report song" match="any">
492
+ <text variable="title" font-style="italic"/>
493
+ </else-if>
494
+ <else-if type="entry-encyclopedia">
495
+ <choose>
496
+ <if variable="author">
497
+ <text variable="title" prefix="«" suffix="»"/>
498
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
499
+ </if>
500
+ <else>
501
+ <text variable="title" prefix="«" suffix="»"/>
502
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
503
+ </else>
504
+ </choose>
505
+ </else-if>
506
+ <else-if type="entry-dictionary">
507
+ <choose>
508
+ <if variable="author">
509
+ <text variable="title" prefix="«" suffix="»"/>
510
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
511
+ </if>
512
+ <else>
513
+ <text variable="title" prefix="«" suffix="»"/>
514
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
515
+ </else>
516
+ </choose>
517
+ </else-if>
518
+ <else>
519
+ <text variable="title" prefix="«" suffix="»"/>
520
+ </else>
521
+ </choose>
522
+ </macro>
523
+ <macro name="title">
524
+ <choose>
525
+ <if variable="title" match="none">
526
+ <choose>
527
+ <if type="personal_communication" match="none">
528
+ <text variable="genre" text-case="lowercase"/>
529
+ </if>
530
+ </choose>
531
+ </if>
532
+ <else-if type="bill book graphic legal_case motion_picture report song" match="any">
533
+ <text variable="title" font-style="italic"/>
534
+ </else-if>
535
+ <else-if type="entry-encyclopedia">
536
+ <choose>
537
+ <if variable="author">
538
+ <text variable="title" prefix="«" suffix="»"/>
539
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
540
+ </if>
541
+ <else>
542
+ <text variable="title" prefix="«" suffix="»"/>
543
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
544
+ </else>
545
+ </choose>
546
+ </else-if>
547
+ <else-if type="entry-dictionary">
548
+ <choose>
549
+ <if variable="author">
550
+ <text variable="title" prefix="«" suffix="»"/>
551
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
552
+ </if>
553
+ <else>
554
+ <text variable="title" prefix="«" suffix="»"/>
555
+ <text term="sub verbo" text-case="lowercase" prefix=" (" suffix=")"/>
556
+ </else>
557
+ </choose>
558
+ </else-if>
559
+ <else>
560
+ <text variable="title" prefix="«" suffix="»"/>
561
+ </else>
562
+ </choose>
563
+ </macro>
564
+ <macro name="title-short">
565
+ <choose>
566
+ <if variable="title" match="none">
567
+ <choose>
568
+ <if type="interview">
569
+ <text term="interview" text-case="lowercase"/>
570
+ </if>
571
+ <else-if type="manuscript speech" match="any">
572
+ <text variable="genre" form="short"/>
573
+ </else-if>
574
+ <else-if type="personal_communication">
575
+ <text macro="issued"/>
576
+ </else-if>
577
+ </choose>
578
+ </if>
579
+ <else-if type="bill book graphic legal_case motion_picture report song" match="any">
580
+ <text variable="title" form="short" font-style="italic"/>
581
+ </else-if>
582
+ <else>
583
+ <text variable="title" form="short" prefix="" suffix=""/>
584
+ </else>
585
+ </choose>
586
+ </macro>
587
+ <macro name="description-note">
588
+ <group delimiter=", ">
589
+ <text macro="interviewer-note"/>
590
+ <text variable="medium"/>
591
+ <choose>
592
+ <if variable="title" match="none"/>
593
+ <else-if type="thesis speech" match="any"/>
594
+ <else>
595
+ <text variable="genre"/>
596
+ </else>
597
+ </choose>
598
+ </group>
599
+ </macro>
600
+ <macro name="description">
601
+ <group delimiter=", ">
602
+ <group delimiter=". ">
603
+ <text macro="interviewer"/>
604
+ <text variable="medium" text-case="lowercase"/>
605
+ </group>
606
+ <choose>
607
+ <if variable="title" match="none"/>
608
+ <else-if type="thesis speech" match="any"/>
609
+ <else>
610
+ <text variable="genre" text-case="lowercase"/>
611
+ </else>
612
+ </choose>
613
+ </group>
614
+ </macro>
615
+ <macro name="container-title-note">
616
+ <choose>
617
+ <if type="article-newspaper">
618
+ <text term="at" text-case="lowercase" suffix=". "/>
619
+ </if>
620
+ </choose>
621
+ <choose>
622
+ <if variable="container-author">
623
+ <text term="in" text-case="lowercase" suffix=": "/>
624
+ <group suffix=", ">
625
+ <names variable="container-author">
626
+ <label form="verb-short" prefix=" " text-case="lowercase" suffix=" " strip-periods="true"/>
627
+ <name and="text" delimiter=", "/>
628
+ </names>
629
+ </group>
630
+ </if>
631
+ <else-if type="entry-encyclopedia" match="any">
632
+ </else-if>
633
+ <else-if type="entry-dictionary" match="any">
634
+ </else-if>
635
+ <else-if type="chapter paper-conference" match="any">
636
+ <text term="in" suffix=": "/>
637
+ <names variable="editor" delimiter=", " suffix=", ">
638
+ <name and="text" delimiter=", "/>
639
+ <label form="short" prefix=" (" suffix=".)" strip-periods="true"/>
640
+ </names>
641
+ </else-if>
642
+ </choose>
643
+ <choose>
644
+ <if type="legal_case" match="none">
645
+ <text variable="container-title" font-style="italic"/>
646
+ </if>
647
+ </choose>
648
+ </macro>
649
+ <macro name="container-title">
650
+ <choose>
651
+ <if type="article-newspaper">
652
+ <text term="at" text-case="lowercase" suffix=". "/>
653
+ </if>
654
+ </choose>
655
+ <choose>
656
+ <if variable="container-author">
657
+ <text term="in" text-case="lowercase" suffix=": "/>
658
+ <group suffix=", ">
659
+ <names variable="container-author">
660
+ <label form="verb-short" prefix=" " text-case="lowercase" suffix=" " strip-periods="true"/>
661
+ <name and="text" delimiter=", "/>
662
+ </names>
663
+ </group>
664
+ </if>
665
+ <else-if type="entry-encyclopedia" match="any">
666
+ </else-if>
667
+ <else-if type="entry-dictionary" match="any">
668
+ </else-if>
669
+ <else-if type="chapter paper-conference" match="any">
670
+ <text term="in" suffix=": "/>
671
+ <names variable="editor" delimiter=", " suffix=", ">
672
+ <name and="text" delimiter=", "/>
673
+ <label form="short" prefix=" (" suffix=".)" strip-periods="true"/>
674
+ </names>
675
+ </else-if>
676
+ </choose>
677
+ <choose>
678
+ <if type="legal_case" match="none">
679
+ <text variable="container-title" font-style="italic"/>
680
+ </if>
681
+ </choose>
682
+ </macro>
683
+ <macro name="collection-title">
684
+ <text variable="collection-title"/>
685
+ <text variable="collection-number" prefix=" "/>
686
+ </macro>
687
+ <macro name="edition-note">
688
+ <choose>
689
+ <if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
690
+ <choose>
691
+ <if is-numeric="edition">
692
+ <group delimiter=" ">
693
+ <text variable="edition"/>
694
+ <text term="edition" form="short" suffix="." strip-periods="true"/>
695
+ </group>
696
+ </if>
697
+ <else>
698
+ <text variable="edition" suffix="."/>
699
+ </else>
700
+ </choose>
701
+ </if>
702
+ </choose>
703
+ </macro>
704
+ <macro name="edition">
705
+ <choose>
706
+ <if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
707
+ <choose>
708
+ <if is-numeric="edition">
709
+ <group delimiter=" ">
710
+ <text variable="edition"/>
711
+ <text term="edition" form="short" suffix="." strip-periods="true"/>
712
+ </group>
713
+ </if>
714
+ <else>
715
+ <text variable="edition" text-case="lowercase" suffix="."/>
716
+ </else>
717
+ </choose>
718
+ </if>
719
+ </choose>
720
+ </macro>
721
+ <macro name="locators-note">
722
+ <choose>
723
+ <if type="article-journal">
724
+ <group prefix=", ">
725
+ <text term="volume" form="short" suffix=". " strip-periods="true"/>
726
+ <text variable="volume" prefix=""/>
727
+ </group>
728
+ <group prefix=", ">
729
+ <text term="issue" form="short" suffix=". " strip-periods="true"/>
730
+ <text variable="issue"/>
731
+ </group>
732
+ </if>
733
+ </choose>
734
+ <choose>
735
+ <if type="article-magazine">
736
+ <group prefix=", ">
737
+ <text term="volume" form="short" suffix=". " strip-periods="true"/>
738
+ <text variable="volume" prefix=""/>
739
+ </group>
740
+ <group prefix=", ">
741
+ <text term="issue" form="short" suffix=". " strip-periods="true"/>
742
+ <text variable="issue"/>
743
+ </group>
744
+ </if>
745
+ </choose>
746
+ <choose>
747
+ <if type="legal_case">
748
+ <text variable="volume" prefix=", "/>
749
+ <text variable="container-title" prefix=" "/>
750
+ <text macro="pages"/>
751
+ <text variable="locator" prefix=", "/>
752
+ </if>
753
+ </choose>
754
+ <choose>
755
+ <if type="bill book graphic legal_case motion_picture report song chapter paper-conference" match="any">
756
+ <group prefix=", " delimiter=", ">
757
+ <group>
758
+ <text term="volume" form="short" suffix=". " strip-periods="true"/>
759
+ <text variable="volume"/>
760
+ </group>
761
+ <group>
762
+ <text variable="number-of-volumes"/>
763
+ <text term="volume" form="verb-short" prefix=" " suffix="" strip-periods="true"/>
764
+ </group>
765
+ <text macro="edition-note"/>
766
+ </group>
767
+ </if>
768
+ </choose>
769
+ </macro>
770
+ <macro name="locators">
771
+ <choose>
772
+ <if type="article-journal">
773
+ <group prefix=", ">
774
+ <text term="volume" form="short" suffix=". " strip-periods="true"/>
775
+ <text variable="volume" prefix=""/>
776
+ </group>
777
+ <group prefix=", ">
778
+ <text term="issue" form="short" suffix=". " strip-periods="true"/>
779
+ <text variable="issue"/>
780
+ </group>
781
+ </if>
782
+ </choose>
783
+ <choose>
784
+ <if type="article-magazine">
785
+ <group prefix=", ">
786
+ <text term="volume" form="short" suffix=". " strip-periods="true"/>
787
+ <text variable="volume" prefix=""/>
788
+ </group>
789
+ <group prefix=", ">
790
+ <text term="issue" form="short" suffix=". " strip-periods="true"/>
791
+ <text variable="issue"/>
792
+ </group>
793
+ </if>
794
+ <else-if type="legal_case">
795
+ <text variable="volume" prefix=", "/>
796
+ <text variable="container-title" prefix=" "/>
797
+ <text macro="pages"/>
798
+ </else-if>
799
+ <else-if type="bill book graphic legal_case motion_picture report song" match="any">
800
+ <group prefix=", " delimiter=", ">
801
+ <group>
802
+ <text term="volume" form="short" text-case="lowercase" suffix=". " strip-periods="true"/>
803
+ <text variable="volume"/>
804
+ </group>
805
+ <group>
806
+ <text variable="number-of-volumes"/>
807
+ <text term="volume" form="verb-short" prefix=" " suffix="" strip-periods="true"/>
808
+ </group>
809
+ <text macro="edition"/>
810
+ </group>
811
+ </else-if>
812
+ <else-if type="chapter paper-conference" match="any">
813
+ <group prefix=", " delimiter=", ">
814
+ <group>
815
+ <text term="volume" form="short" suffix=". " strip-periods="true"/>
816
+ <text variable="volume"/>
817
+ </group>
818
+ <group>
819
+ <text variable="number-of-volumes"/>
820
+ <text term="volume" form="verb-short" prefix=" " suffix="" strip-periods="true"/>
821
+ </group>
822
+ <text macro="edition-note"/>
823
+ </group>
824
+ </else-if>
825
+ </choose>
826
+ </macro>
827
+ <macro name="locators-newspaper">
828
+ <choose>
829
+ <if type="article-newspaper">
830
+ <group delimiter=", ">
831
+ <group>
832
+ <text variable="edition" suffix=" "/>
833
+ <text term="edition" prefix=" "/>
834
+ </group>
835
+ <group>
836
+ <text term="section" form="short" suffix=". " strip-periods="true"/>
837
+ <text variable="section"/>
838
+ </group>
839
+ </group>
840
+ </if>
841
+ </choose>
842
+ </macro>
843
+ <macro name="event">
844
+ <group>
845
+ <text term="presented at" suffix=" "/>
846
+ <text variable="event"/>
847
+ </group>
848
+ </macro>
849
+ <macro name="publisher">
850
+ <group prefix=", " delimiter=", ">
851
+ <text variable="publisher"/>
852
+ <text variable="publisher-place"/>
853
+ </group>
854
+ </macro>
855
+ <macro name="issued">
856
+ <choose>
857
+ <if variable="issued">
858
+ <choose>
859
+ <if type="article-journal" match="any">
860
+ <group prefix="(" suffix=")">
861
+ <date variable="issued">
862
+ <date-part name="day" suffix=" "/>
863
+ <date-part name="month" suffix=" "/>
864
+ <date-part name="year"/>
865
+ </date>
866
+ </group>
867
+ </if>
868
+ <else-if type="graphic report" match="any">
869
+ <date variable="issued">
870
+ <date-part name="day" suffix=" "/>
871
+ <date-part name="month" form="short" suffix=" " strip-periods="true"/>
872
+ <date-part name="year"/>
873
+ </date>
874
+ </else-if>
875
+ <else-if type="legal_case">
876
+ <text variable="authority" suffix=" "/>
877
+ <date variable="issued">
878
+ <date-part name="year"/>
879
+ </date>
880
+ </else-if>
881
+ <else-if type="bill book graphic legal_case motion_picture report song thesis chapter paper-conference" match="any">
882
+ <date variable="issued">
883
+ <date-part name="year"/>
884
+ </date>
885
+ </else-if>
886
+ <else>
887
+ <date variable="issued">
888
+ <date-part name="day" suffix=" "/>
889
+ <date-part name="month" form="short" suffix=" " strip-periods="true"/>
890
+ <date-part name="year"/>
891
+ </date>
892
+ </else>
893
+ </choose>
894
+ </if>
895
+ <else>
896
+ <text term="no date"/>
897
+ </else>
898
+ </choose>
899
+ </macro>
900
+ <macro name="point-locators-subsequent">
901
+ <group>
902
+ <choose>
903
+ <if locator="page" match="all">
904
+ <choose>
905
+ <if type="bill book graphic legal_case motion_picture report song" match="any">
906
+ <choose>
907
+ <if variable="volume">
908
+ <group>
909
+ <text term="volume" form="short" text-case="lowercase" suffix=". " strip-periods="true"/>
910
+ <text variable="volume" suffix=", "/>
911
+ </group>
912
+ </if>
913
+ </choose>
914
+ </if>
915
+ </choose>
916
+ </if>
917
+ <else-if type="bill book graphic legal_case motion_picture report song" match="any">
918
+ <group>
919
+ <text term="volume" form="short" text-case="lowercase" suffix=". " strip-periods="true"/>
920
+ <text variable="volume" suffix="."/>
921
+ </group>
922
+ </else-if>
923
+ </choose>
924
+ <group>
925
+ <label variable="locator" form="short" suffix=" "/>
926
+ <text variable="locator"/>
927
+ </group>
928
+ </group>
929
+ </macro>
930
+ <macro name="point-locators">
931
+ <choose>
932
+ <if variable="locator" match="none">
933
+ <text macro="pages"/>
934
+ </if>
935
+ <else-if type="article-journal">
936
+ <text variable="locator" prefix=": "/>
937
+ </else-if>
938
+ <else-if type="legal_case"/>
939
+ <else>
940
+ <group prefix=", ">
941
+ <choose>
942
+ <if locator="page" match="all">
943
+ <label variable="locator" form="short" suffix=" "/>
944
+ </if>
945
+ </choose>
946
+ <text variable="locator"/>
947
+ </group>
948
+ </else>
949
+ </choose>
950
+ </macro>
951
+ <macro name="pages">
952
+ <label variable="page" form="short" prefix=", " suffix=" "/>
953
+ <text variable="page"/>
954
+ </macro>
955
+ <macro name="locators-chapter">
956
+ <choose>
957
+ <if type="chapter paper-conference" match="any">
958
+ <choose>
959
+ <if variable="page">
960
+ <text macro="pages"/>
961
+ </if>
962
+ </choose>
963
+ </if>
964
+ </choose>
965
+ </macro>
966
+ <macro name="locators-journal">
967
+ <choose>
968
+ <if type="article-journal">
969
+ <text macro="pages"/>
970
+ </if>
971
+ </choose>
972
+ <choose>
973
+ <if type="article-newspaper">
974
+ <text macro="pages"/>
975
+ </if>
976
+ </choose>
977
+ <choose>
978
+ <if type="article-magazine">
979
+ <text macro="pages"/>
980
+ </if>
981
+ </choose>
982
+ </macro>
983
+ <macro name="archive-note">
984
+ <group delimiter=", ">
985
+ <text variable="archive_location"/>
986
+ <text variable="archive"/>
987
+ <text variable="archive-place"/>
988
+ </group>
989
+ </macro>
990
+ <macro name="archive">
991
+ <group delimiter=". ">
992
+ <text variable="archive_location" text-case="lowercase"/>
993
+ <text variable="archive"/>
994
+ <text variable="archive-place"/>
995
+ </group>
996
+ </macro>
997
+ <macro name="issue-note">
998
+ <choose>
999
+ <if type="article-journal legal_case" match="any">
1000
+ <text macro="issued" prefix=" " suffix=""/>
1001
+ </if>
1002
+ </choose>
1003
+ <choose>
1004
+ <if type="article-newspaper" match="any">
1005
+ <text variable="publisher-place" prefix=" " suffix=""/>
1006
+ <text macro="issued" prefix=", " suffix=""/>
1007
+ </if>
1008
+ <else-if variable="publisher-place publisher" match="any">
1009
+ <group prefix="" suffix="" delimiter="">
1010
+ <group delimiter=" ">
1011
+ <choose>
1012
+ <if variable="title" match="none"/>
1013
+ <else-if type="thesis speech" match="any">
1014
+ <text variable="genre" prefix=", "/>
1015
+ </else-if>
1016
+ </choose>
1017
+ <text macro="event"/>
1018
+ </group>
1019
+ <text macro="publisher"/>
1020
+ <text macro="issued" prefix=" " suffix=""/>
1021
+ </group>
1022
+ </else-if>
1023
+ <else>
1024
+ <text macro="issued" prefix=", "/>
1025
+ </else>
1026
+ </choose>
1027
+ </macro>
1028
+ <macro name="issue">
1029
+ <choose>
1030
+ <if type="article-journal legal_case" match="any">
1031
+ <text macro="issued" prefix=" " suffix=""/>
1032
+ </if>
1033
+ </choose>
1034
+ <choose>
1035
+ <if type="article-newspaper" match="any">
1036
+ <text variable="publisher-place" prefix=" " suffix=""/>
1037
+ <text macro="issued" prefix=", " suffix=""/>
1038
+ </if>
1039
+ <else-if type="speech">
1040
+ <choose>
1041
+ <if variable="title" match="none"/>
1042
+ <else>
1043
+ <text variable="genre" text-case="lowercase" prefix=". "/>
1044
+ </else>
1045
+ </choose>
1046
+ <text macro="event" prefix=" "/>
1047
+ <text variable="event-place" prefix=", "/>
1048
+ <text macro="issued" prefix=", "/>
1049
+ </else-if>
1050
+ <else-if variable="publisher-place publisher" match="any">
1051
+ <group prefix="" delimiter="">
1052
+ <choose>
1053
+ <if type="thesis">
1054
+ <text variable="genre" prefix=", "/>
1055
+ </if>
1056
+ </choose>
1057
+ <text macro="publisher" suffix=" "/>
1058
+ <text macro="issued" suffix=""/>
1059
+ </group>
1060
+ </else-if>
1061
+ <else>
1062
+ <text macro="issued" prefix=", "/>
1063
+ </else>
1064
+ </choose>
1065
+ </macro>
1066
+ <macro name="access-note">
1067
+ <group delimiter=", ">
1068
+ <choose>
1069
+ <if type="graphic report" match="any">
1070
+ <text macro="archive-note" prefix=", "/>
1071
+ </if>
1072
+ <else-if type="bill book graphic legal_case motion_picture report song article-journal article-magazine article-newspaper thesis chapter paper-conference" match="none">
1073
+ <text macro="archive-note" prefix=", "/>
1074
+ </else-if>
1075
+ </choose>
1076
+ </group>
1077
+ <choose>
1078
+ <if variable="DOI">
1079
+ <text variable="DOI" prefix=" &lt;doi:" suffix="&gt;"/>
1080
+ </if>
1081
+ <else>
1082
+ <group prefix=" [" suffix="]">
1083
+ <text term="online"/>
1084
+ <text variable="URL" prefix=": "/>
1085
+ <date variable="accessed">
1086
+ <date-part name="day" prefix=" ("/>
1087
+ <date-part name="month" form="numeric" prefix="/"/>
1088
+ <date-part name="year" prefix="/" suffix=")"/>
1089
+ </date>
1090
+ </group>
1091
+ </else>
1092
+ </choose>
1093
+ </macro>
1094
+ <macro name="access">
1095
+ <group delimiter=", ">
1096
+ <choose>
1097
+ <if type="graphic report" match="any">
1098
+ <text macro="archive-note" prefix=", "/>
1099
+ </if>
1100
+ <else-if type="bill book graphic legal_case motion_picture report song article-journal article-magazine article-newspaper thesis chapter paper-conference" match="none">
1101
+ <text macro="archive-note" prefix=", "/>
1102
+ </else-if>
1103
+ </choose>
1104
+ </group>
1105
+ <choose>
1106
+ <if variable="DOI">
1107
+ <text variable="DOI" prefix=" &lt;doi:" suffix="&gt;"/>
1108
+ </if>
1109
+ <else>
1110
+ <group prefix=" [" suffix="]">
1111
+ <text term="online"/>
1112
+ <text variable="URL" prefix=": "/>
1113
+ <date variable="accessed">
1114
+ <date-part name="day" prefix=" ("/>
1115
+ <date-part name="month" form="numeric" prefix="/"/>
1116
+ <date-part name="year" prefix="/" suffix=")"/>
1117
+ </date>
1118
+ </group>
1119
+ </else>
1120
+ </choose>
1121
+ </macro>
1122
+ <macro name="sort-key">
1123
+ <text macro="contributors-sort" suffix=" "/>
1124
+ <text variable="title" suffix=" "/>
1125
+ <text variable="genre"/>
1126
+ </macro>
1127
+ <citation et-al-min="4" et-al-use-first="1" et-al-subsequent-min="4" et-al-subsequent-use-first="1" disambiguate-add-names="true">
1128
+ <layout prefix="" suffix="." delimiter=". ">
1129
+ <choose>
1130
+ <if position="ibid-with-locator">
1131
+ <group delimiter=", ">
1132
+ <text term="ibid"/>
1133
+ <text macro="point-locators-subsequent"/>
1134
+ </group>
1135
+ </if>
1136
+ <else-if position="ibid">
1137
+ <text term="ibid"/>
1138
+ </else-if>
1139
+ <else-if position="subsequent">
1140
+ <group delimiter=", ">
1141
+ <text macro="contributors-short"/>
1142
+ <text macro="title-short"/>
1143
+ <text macro="point-locators-subsequent"/>
1144
+ </group>
1145
+ </else-if>
1146
+ <else>
1147
+ <group delimiter=", ">
1148
+ <text macro="contributors-note"/>
1149
+ <text macro="title-note"/>
1150
+ <text macro="description-note"/>
1151
+ <text macro="secondary-contributors-note"/>
1152
+ <text macro="container-title-note"/>
1153
+ <text macro="container-contributors-note"/>
1154
+ </group>
1155
+ <text macro="locators-note"/>
1156
+ <text macro="collection-title" prefix=", "/>
1157
+ <text macro="issue-note"/>
1158
+ <text macro="locators-newspaper" prefix=", "/>
1159
+ <text macro="point-locators"/>
1160
+ <text macro="access-note"/>
1161
+ </else>
1162
+ </choose>
1163
+ </layout>
1164
+ </citation>
1165
+ <bibliography hanging-indent="true" et-al-min="11" et-al-use-first="7" subsequent-author-substitute="���" entry-spacing="0">
1166
+ <sort>
1167
+ <key macro="sort-key"/>
1168
+ <key variable="issued"/>
1169
+ </sort>
1170
+ <layout suffix=".">
1171
+ <group delimiter=", ">
1172
+ <text macro="contributors"/>
1173
+ <text macro="title"/>
1174
+ <text macro="description"/>
1175
+ <text macro="secondary-contributors"/>
1176
+ <group delimiter=", ">
1177
+ <text macro="container-title"/>
1178
+ <text macro="container-contributors"/>
1179
+ </group>
1180
+ </group>
1181
+ <text macro="locators"/>
1182
+ <text macro="collection-title" prefix=". "/>
1183
+ <text macro="issue"/>
1184
+ <text macro="locators-chapter"/>
1185
+ <text macro="locators-newspaper" prefix=", "/>
1186
+ <text macro="locators-journal"/>
1187
+ <text macro="access"/>
1188
+ </layout>
1189
+ </bibliography>
1190
+ </style>
1191
+
1192
+ """
1193
+ And the following input:
1194
+ """
1195
+ [{"author":[{"family":"Άγρας","given":"Τέλλος"}],"container-title":"Ποιήματα και πεζά","editor":[{"family":"Σαββίδης","given":"Γ. Π."},{"family":"Καρυωτάκης","given":"Κώστας"}],"id":"ITEM-1","issued":{"date-parts":[["1998"]]},"title":"Ο Καρυωτάκης και οι Σάτιρες","translator":[{"family":"Dimitriadis","given":"Andreas"}],"type":"chapter"}]
1196
+ """
1197
+ When I cite all items
1198
+ Then the result should be:
1199
+ """
1200
+ Τέλλος Άγρας, «Ο Καρυωτάκης και οι Σάτιρες», στο: Γ. Π. Σαββίδης και Κώστας Καρυωτάκης (επιμ.), <i>Ποιήματα και πεζά</i>, μτφ. Andreas Dimitriadis, 1998.
1201
+ """