citeproc-ruby 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. data/lib/citeproc/version.rb +1 -1
  2. data/lib/csl/nodes.rb +23 -3
  3. data/lib/plugins/formats/default.rb +1 -1
  4. data/resource/locale/locales-af-ZA.xml +289 -288
  5. data/resource/locale/locales-ar-AR.xml +291 -289
  6. data/resource/locale/locales-bg-BG.xml +289 -288
  7. data/resource/locale/locales-ca-AD.xml +289 -288
  8. data/resource/locale/locales-cs-CZ.xml +288 -287
  9. data/resource/locale/locales-da-DK.xml +289 -288
  10. data/resource/locale/locales-de-AT.xml +288 -288
  11. data/resource/locale/locales-de-CH.xml +288 -288
  12. data/resource/locale/locales-de-DE.xml +314 -314
  13. data/resource/locale/locales-el-GR.xml +241 -239
  14. data/resource/locale/locales-en-GB.xml +304 -0
  15. data/resource/locale/locales-en-US.xml +297 -297
  16. data/resource/locale/locales-es-ES.xml +289 -288
  17. data/resource/locale/locales-et-EE.xml +287 -287
  18. data/resource/locale/locales-eu.xml +305 -0
  19. data/resource/locale/locales-fa-IR.xml +304 -0
  20. data/resource/locale/locales-fi-FI.xml +304 -0
  21. data/resource/locale/locales-fr-CA.xml +306 -0
  22. data/resource/locale/locales-fr-FR.xml +290 -288
  23. data/resource/locale/locales-he-IL.xml +288 -288
  24. data/resource/locale/locales-hu-HU.xml +289 -288
  25. data/resource/locale/locales-is-IS.xml +288 -288
  26. data/resource/locale/locales-it-IT.xml +289 -288
  27. data/resource/locale/locales-ja-JP.xml +289 -288
  28. data/resource/locale/locales-km-KH.xml +304 -0
  29. data/resource/locale/locales-ko-KR.xml +289 -288
  30. data/resource/locale/locales-mn-MN.xml +290 -288
  31. data/resource/locale/locales-nb-NO.xml +288 -288
  32. data/resource/locale/locales-nl-NL.xml +288 -288
  33. data/resource/locale/locales-nn-NO.xml +288 -288
  34. data/resource/locale/locales-pl-PL.xml +289 -288
  35. data/resource/locale/locales-pt-BR.xml +288 -288
  36. data/resource/locale/locales-pt-PT.xml +289 -288
  37. data/resource/locale/locales-ro-RO.xml +289 -288
  38. data/resource/locale/locales-ru-RU.xml +290 -288
  39. data/resource/locale/locales-sk-SK.xml +288 -288
  40. data/resource/locale/locales-sl-SI.xml +289 -288
  41. data/resource/locale/locales-sr-RS.xml +289 -288
  42. data/resource/locale/locales-sv-SE.xml +289 -288
  43. data/resource/locale/locales-th-TH.xml +288 -288
  44. data/resource/locale/locales-tr-TR.xml +289 -288
  45. data/resource/locale/locales-uk-UA.xml +290 -288
  46. data/resource/locale/locales-vi-VN.xml +289 -288
  47. data/resource/locale/locales-zh-CN.xml +288 -288
  48. data/resource/locale/locales-zh-TW.xml +289 -288
  49. data/resource/style/apa.csl +316 -127
  50. data/resource/style/{bibtex-x2.csl → bibtex.csl} +7 -5
  51. data/resource/style/chicago-annotated-bibliography.csl +513 -0
  52. data/resource/style/chicago-author-date-basque.csl +707 -0
  53. data/resource/style/chicago-author-date-de.csl +394 -0
  54. data/resource/style/chicago-author-date.csl +223 -167
  55. data/resource/style/chicago-dated-note-biblio-no-ibid.csl +472 -0
  56. data/resource/style/chicago-fullnote-bibliography-delimiter-fixes.csl +972 -0
  57. data/resource/style/chicago-fullnote-bibliography-no-ibid-delimiter-fixes.csl +963 -0
  58. data/resource/style/chicago-fullnote-bibliography-no-ibid.csl +785 -0
  59. data/resource/style/chicago-fullnote-bibliography.csl +429 -321
  60. data/resource/style/chicago-library-list.csl +511 -0
  61. data/resource/style/chicago-note-biblio-no-ibid.csl +514 -0
  62. data/resource/style/chicago-note-bibliography.csl +276 -192
  63. data/resource/style/chicago-quick-copy.csl +685 -0
  64. data/resource/style/ieee.csl +296 -126
  65. data/resource/style/mla-notes.csl +796 -0
  66. data/resource/style/{mla-x.csl → mla-underline.csl} +14 -17
  67. data/resource/style/mla-url.csl +214 -0
  68. data/resource/style/mla.csl +289 -84
  69. data/resource/style/vancouver-brackets.csl +256 -0
  70. data/resource/style/vancouver-superscript-bracket-only-year.csl +165 -0
  71. data/resource/style/vancouver-superscript.csl +256 -0
  72. data/resource/style/vancouver.csl +256 -0
  73. data/spec/citeproc/date_spec.rb +7 -3
  74. data/spec/citeproc/variable_spec.rb +1 -1
  75. data/spec/csl/style_spec.rb +2 -2
  76. metadata +48 -48
  77. data/resource/style/acta-materialia-x.csl +0 -128
  78. data/resource/style/advanced-engineering-materials-x.csl +0 -121
  79. data/resource/style/ama.csl +0 -185
  80. data/resource/style/ama2-x.csl +0 -179
  81. data/resource/style/apa-x.csl +0 -324
  82. data/resource/style/apsa-x.csl +0 -163
  83. data/resource/style/apsa.csl +0 -176
  84. data/resource/style/asa-x.csl +0 -203
  85. data/resource/style/asa.csl +0 -216
  86. data/resource/style/asm-journals-x.csl +0 -131
  87. data/resource/style/bluebook-demo-x.csl +0 -392
  88. data/resource/style/bluebook-demo.csl +0 -942
  89. data/resource/style/greek-chicago-x.csl +0 -1182
  90. data/resource/style/harvard1-institution-italic.csl +0 -190
  91. data/resource/style/harvard1.csl +0 -181
  92. data/resource/style/mhra-x.csl +0 -312
  93. data/resource/style/mhra.csl +0 -390
  94. data/resource/style/mhra_note_without_bibliography-x.csl +0 -330
  95. data/resource/style/mhra_note_without_bibliography.csl +0 -338
  96. data/resource/style/nature-x.csl +0 -81
  97. data/resource/style/nature.csl +0 -88
  98. data/resource/style/nlm.csl +0 -117
@@ -0,0 +1,256 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" page-range-format="minimal">
3
+ <info>
4
+ <title>Vancouver</title>
5
+ <id>http://www.zotero.org/styles/vancouver</id>
6
+ <link href="http://www.zotero.org/styles/vancouver" rel="self"/>
7
+ <author>
8
+ <name>Michael Berkowitz</name>
9
+ <email>mberkowi@gmu.edu</email>
10
+ </author>
11
+ <contributor>
12
+ <name>Sean Takats</name>
13
+ <email>stakats@gmu.edu</email>
14
+ </contributor>
15
+ <contributor>
16
+ <name>Sebastian Karcher</name>
17
+ </contributor>
18
+ <category field="medicine"/>
19
+ <category citation-format="numeric"/>
20
+ <updated>2008-09-16T00:00:00+00:00</updated>
21
+ <summary>
22
+ Vancouver style as outlined by International Committee of Medical Journal Editors Uniform Requirements for Manuscripts Submitted to Biomedical Journals: Sample References
23
+ </summary>
24
+ <link href="http://www.nlm.nih.gov/bsd/uniform_requirements.html" rel="documentation"/>
25
+ <rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>
26
+ </info>
27
+ <locale xml:lang="en">
28
+ <terms>
29
+ <term name="retrieved">available</term>
30
+ <term name="section" form="short">sect.</term>
31
+ </terms>
32
+ </locale>
33
+ <locale xml:lang="de">
34
+ <terms>
35
+ <term name="retrieved">verfügbar</term>
36
+ <term name="from">unter</term>
37
+ </terms>
38
+ </locale>
39
+ <macro name="author">
40
+ <names variable="author">
41
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
42
+ <label form="long" prefix=", "/>
43
+ <substitute>
44
+ <names variable="editor"/>
45
+ </substitute>
46
+ </names>
47
+ </macro>
48
+ <macro name="editor">
49
+ <group delimiter=": ">
50
+ <choose>
51
+ <if type="chapter paper-conference">
52
+ <text term="in" text-case="capitalize-first"/>
53
+ </if>
54
+ </choose>
55
+ <names variable="editor" suffix=".">
56
+ <name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
57
+ <label form="long" prefix=", "/>
58
+ </names>
59
+ </group>
60
+ </macro>
61
+ <macro name="publisher">
62
+ <group delimiter=": " suffix=";">
63
+ <choose>
64
+ <if type="thesis">
65
+ <text variable="publisher-place" prefix="[" suffix="]"/>
66
+ </if>
67
+ <else>
68
+ <text variable="publisher-place"/>
69
+ </else>
70
+ </choose>
71
+ <text variable="publisher"/>
72
+ </group>
73
+ </macro>
74
+ <macro name="access">
75
+ <choose>
76
+ <if variable="URL">
77
+ <group delimiter=": ">
78
+ <group delimiter=" ">
79
+ <text term="retrieved" text-case="capitalize-first"/>
80
+ <text term="from"/>
81
+ </group>
82
+ <text variable="URL"/>
83
+ </group>
84
+ </if>
85
+ </choose>
86
+ </macro>
87
+ <macro name="accessed-date">
88
+ <choose>
89
+ <if variable="URL">
90
+ <group prefix="[" suffix="]" delimiter=" ">
91
+ <text term="cited" text-case="lowercase"/>
92
+ <date variable="accessed" suffix="">
93
+ <date-part name="year"/>
94
+ <date-part name="month" prefix=" " form="short" strip-periods="true"/>
95
+ <date-part name="day" prefix=" "/>
96
+ </date>
97
+ </group>
98
+ </if>
99
+ </choose>
100
+ </macro>
101
+ <macro name="container-title">
102
+ <choose>
103
+ <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="any">
104
+ <group suffix="." delimiter=" ">
105
+ <text variable="container-title" form="short"/>
106
+ <choose>
107
+ <if variable="URL">
108
+ <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/>
109
+ </if>
110
+ </choose>
111
+ </group>
112
+ <text macro="edition" prefix=" "/>
113
+ </if>
114
+ <!--add event-name and event-place once they become available-->
115
+ <else-if type="bill legislation">
116
+ <group delimiter=", ">
117
+ <group delimiter=". ">
118
+ <text variable="container-title" form="short"/>
119
+ <group delimiter=" ">
120
+ <text term="section" form="short" text-case="capitalize-first"/>
121
+ <text variable="section"/>
122
+ </group>
123
+ </group>
124
+ <text variable="number"/>
125
+ </group>
126
+ </else-if>
127
+ <else>
128
+ <text variable="container-title" suffix="." form="short"/>
129
+ </else>
130
+ </choose>
131
+ </macro>
132
+ <macro name="title">
133
+ <text variable="title"/>
134
+ <choose>
135
+ <if type="article-journal article-magazine chapter paper-conference article-newspaper" match="none">
136
+ <choose>
137
+ <if variable="URL">
138
+ <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/>
139
+ </if>
140
+ </choose>
141
+ <text macro="edition" prefix=". "/>
142
+ </if>
143
+ </choose>
144
+ <choose>
145
+ <if type="thesis">
146
+ <text variable="genre" prefix=" [" suffix="]"/>
147
+ </if>
148
+ </choose>
149
+ </macro>
150
+ <macro name="edition">
151
+ <choose>
152
+ <if is-numeric="edition">
153
+ <group delimiter=" ">
154
+ <number variable="edition" form="ordinal"/>
155
+ <text term="edition" form="short"/>
156
+ </group>
157
+ </if>
158
+ <else>
159
+ <text variable="edition" suffix="."/>
160
+ </else>
161
+ </choose>
162
+ </macro>
163
+ <macro name="date">
164
+ <choose>
165
+ <if type="article-journal article-magazine article-newspaper" match="any">
166
+ <group suffix=";" delimiter=" ">
167
+ <date variable="issued" delimiter=" ">
168
+ <date-part name="year"/>
169
+ <date-part name="month" form="short" strip-periods="true"/>
170
+ <date-part name="day"/>
171
+ </date>
172
+ <text macro="accessed-date"/>
173
+ </group>
174
+ </if>
175
+ <else-if type="bill legislation">
176
+ <group delimiter=", ">
177
+ <date variable="issued" delimiter=" ">
178
+ <date-part name="month" form="short" strip-periods="true"/>
179
+ <date-part name="day"/>
180
+ </date>
181
+ <date variable="issued">
182
+ <date-part name="year"/>
183
+ </date>
184
+ </group>
185
+ </else-if>
186
+ <else-if type="report">
187
+ <date variable="issued" delimiter=" ">
188
+ <date-part name="year"/>
189
+ <date-part name="month" form="short" strip-periods="true"/>
190
+ </date>
191
+ </else-if>
192
+ <else>
193
+ <group suffix=".">
194
+ <date variable="issued">
195
+ <date-part name="year"/>
196
+ </date>
197
+ <text macro="accessed-date" prefix=" "/>
198
+ </group>
199
+ </else>
200
+ </choose>
201
+ </macro>
202
+ <macro name="pages">
203
+ <choose>
204
+ <if type="article-journal article-magazine article-newspaper" match="any">
205
+ <text variable="page" prefix=":"/>
206
+ </if>
207
+ <else>
208
+ <text variable="page" prefix=" p. "/>
209
+ </else>
210
+ </choose>
211
+ </macro>
212
+ <macro name="journal-location">
213
+ <choose>
214
+ <if type="article-journal article-magazine" match="any">
215
+ <text variable="volume"/>
216
+ <text variable="issue" prefix="(" suffix=")"/>
217
+ </if>
218
+ </choose>
219
+ </macro>
220
+ <macro name="report-details">
221
+ <choose>
222
+ <if type="report">
223
+ <text variable="number" prefix="Report No.: "/>
224
+ </if>
225
+ </choose>
226
+ </macro>
227
+ <citation collapse="citation-number">
228
+ <sort>
229
+ <key variable="citation-number"/>
230
+ </sort>
231
+ <layout prefix="(" suffix=")" delimiter=",">
232
+ <text variable="citation-number"/>
233
+ </layout>
234
+ </citation>
235
+ <bibliography et-al-min="7" et-al-use-first="6" second-field-align="flush">
236
+ <layout>
237
+ <text variable="citation-number" suffix=". "/>
238
+ <group delimiter=". " suffix=". ">
239
+ <text macro="author"/>
240
+ <text macro="title"/>
241
+ </group>
242
+ <group delimiter=" " suffix=". ">
243
+ <text macro="editor"/>
244
+ <text macro="container-title"/>
245
+ <text macro="publisher"/>
246
+ <group>
247
+ <text macro="date"/>
248
+ <text macro="journal-location"/>
249
+ <text macro="pages"/>
250
+ </group>
251
+ </group>
252
+ <text macro="report-details" suffix=". "/>
253
+ <text macro="access"/>
254
+ </layout>
255
+ </bibliography>
256
+ </style>
@@ -6,12 +6,17 @@ module CiteProc
6
6
 
7
7
  describe '#new' do
8
8
  it { should_not be_nil }
9
+
10
+ it 'accepts date-parts containing a single year' do
11
+ Date.new('date-parts' => [[1998]]).year.should == 1998
12
+ end
13
+
9
14
  end
10
15
 
11
16
  describe '.create' do
12
- it 'should accept parameters and return a new instance' do
17
+ it 'accepts parameters and returns a new instance' do
13
18
  Date.create('date-parts' => [[2001, 1]]).year.should == 2001
14
- end
19
+ end
15
20
  end
16
21
 
17
22
  describe '#sort' do
@@ -79,7 +84,6 @@ module CiteProc
79
84
  end
80
85
  end
81
86
 
82
-
83
87
  end
84
88
 
85
89
  end
@@ -15,7 +15,7 @@ module CiteProc
15
15
 
16
16
  it 'supports self yielding block' do
17
17
  Variable.new { |v| v.value = 'test' }.value.should == 'test'
18
- end
18
+ end
19
19
  end
20
20
 
21
21
  describe '#to_s' do
@@ -30,13 +30,13 @@ module CSL
30
30
  it 'returns id, title, and link information' do
31
31
  # style.id.should == 'http://www.zotero.org/styles/apa'
32
32
  # style.link.should == 'http://www.zotero.org/styles/apa'
33
- apa.title.should == 'American Psychological Association'
33
+ apa.title.should =~ /American Psychological Association/
34
34
  end
35
35
  end
36
36
 
37
37
  describe 'macros' do
38
38
  it 'initialises a macros hash' do
39
- apa.macros.keys.sort.should == ["access", "author", "author-short", "citation-locator", "container-contributors", "edition", "event", "issued", "issued-year", "locators", "publisher", "secondary-contributors", "title"]
39
+ apa.macros.keys.sort.should include("issued")
40
40
  apa.macros.values.map(&:class).uniq.should == [CSL::Nodes::Macro]
41
41
  end
42
42
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: citeproc-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-01 00:00:00.000000000Z
12
+ date: 2012-04-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: logging
16
- requirement: &2152765020 !ruby/object:Gem::Requirement
16
+ requirement: &70124942643240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,73 +21,73 @@ dependencies:
21
21
  version: '1.5'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2152765020
24
+ version_requirements: *70124942643240
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: nokogiri
27
- requirement: &2152764360 !ruby/object:Gem::Requirement
27
+ requirement: &70124942640860 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
31
31
  - !ruby/object:Gem::Version
32
- version: '1.4'
32
+ version: '1.5'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *2152764360
35
+ version_requirements: *70124942640860
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: bundler
38
- requirement: &2152763640 !ruby/object:Gem::Requirement
38
+ requirement: &70124942654240 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
42
42
  - !ruby/object:Gem::Version
43
- version: '1.0'
43
+ version: '1.1'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2152763640
46
+ version_requirements: *70124942654240
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: rdoc
49
- requirement: &2152762940 !ruby/object:Gem::Requirement
49
+ requirement: &70124942651940 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
- - - ~>
52
+ - - ! '>='
53
53
  - !ruby/object:Gem::Version
54
- version: '2.5'
54
+ version: '0'
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *2152762940
57
+ version_requirements: *70124942651940
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: rake
60
- requirement: &2152762240 !ruby/object:Gem::Requirement
60
+ requirement: &70124942650180 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
- - - ! '>='
63
+ - - ~>
64
64
  - !ruby/object:Gem::Version
65
- version: 0.8.0
65
+ version: '0.9'
66
66
  type: :development
67
67
  prerelease: false
68
- version_requirements: *2152762240
68
+ version_requirements: *70124942650180
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rspec
71
- requirement: &2152761540 !ruby/object:Gem::Requirement
71
+ requirement: &70124942648420 !ruby/object:Gem::Requirement
72
72
  none: false
73
73
  requirements:
74
74
  - - ~>
75
75
  - !ruby/object:Gem::Version
76
- version: '2.5'
76
+ version: '2.9'
77
77
  type: :development
78
78
  prerelease: false
79
- version_requirements: *2152761540
79
+ version_requirements: *70124942648420
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: cucumber
82
- requirement: &2152761000 !ruby/object:Gem::Requirement
82
+ requirement: &70124942672100 !ruby/object:Gem::Requirement
83
83
  none: false
84
84
  requirements:
85
85
  - - ~>
86
86
  - !ruby/object:Gem::Version
87
- version: '0.3'
87
+ version: '1.1'
88
88
  type: :development
89
89
  prerelease: false
90
- version_requirements: *2152761000
90
+ version_requirements: *70124942672100
91
91
  description: A CSL (Citation Style Language) Processor
92
92
  email:
93
93
  - http://sylvester.keil.or.at
@@ -131,9 +131,14 @@ files:
131
131
  - resource/locale/locales-de-CH.xml
132
132
  - resource/locale/locales-de-DE.xml
133
133
  - resource/locale/locales-el-GR.xml
134
+ - resource/locale/locales-en-GB.xml
134
135
  - resource/locale/locales-en-US.xml
135
136
  - resource/locale/locales-es-ES.xml
136
137
  - resource/locale/locales-et-EE.xml
138
+ - resource/locale/locales-eu.xml
139
+ - resource/locale/locales-fa-IR.xml
140
+ - resource/locale/locales-fi-FI.xml
141
+ - resource/locale/locales-fr-CA.xml
137
142
  - resource/locale/locales-fr-FR.xml
138
143
  - resource/locale/locales-he-IL.xml
139
144
  - resource/locale/locales-hu-HU.xml
@@ -141,6 +146,7 @@ files:
141
146
  - resource/locale/locales-it-IT.xml
142
147
  - resource/locale/locales-ja-JP.xml
143
148
  - resource/locale/locales-kh-KH.xml
149
+ - resource/locale/locales-km-KH.xml
144
150
  - resource/locale/locales-ko-KR.xml
145
151
  - resource/locale/locales-mn-MN.xml
146
152
  - resource/locale/locales-nb-NO.xml
@@ -167,39 +173,33 @@ files:
167
173
  - resource/schema/csl-types.rnc
168
174
  - resource/schema/csl-variables.rnc
169
175
  - resource/schema/csl.rnc
170
- - resource/style/acta-materialia-x.csl
171
- - resource/style/advanced-engineering-materials-x.csl
172
- - resource/style/ama.csl
173
- - resource/style/ama2-x.csl
174
- - resource/style/apa-x.csl
175
176
  - resource/style/apa.csl
176
- - resource/style/apsa-x.csl
177
- - resource/style/apsa.csl
178
- - resource/style/asa-x.csl
179
- - resource/style/asa.csl
180
- - resource/style/asm-journals-x.csl
181
- - resource/style/bibtex-x2.csl
182
- - resource/style/bluebook-demo-x.csl
183
- - resource/style/bluebook-demo.csl
177
+ - resource/style/bibtex.csl
178
+ - resource/style/chicago-annotated-bibliography.csl
179
+ - resource/style/chicago-author-date-basque.csl
180
+ - resource/style/chicago-author-date-de.csl
184
181
  - resource/style/chicago-author-date-listing.csl
185
182
  - resource/style/chicago-author-date.csl
183
+ - resource/style/chicago-dated-note-biblio-no-ibid.csl
186
184
  - resource/style/chicago-fullnote-bibliography-bb.csl
185
+ - resource/style/chicago-fullnote-bibliography-delimiter-fixes.csl
186
+ - resource/style/chicago-fullnote-bibliography-no-ibid-delimiter-fixes.csl
187
+ - resource/style/chicago-fullnote-bibliography-no-ibid.csl
187
188
  - resource/style/chicago-fullnote-bibliography.csl
189
+ - resource/style/chicago-library-list.csl
190
+ - resource/style/chicago-note-biblio-no-ibid.csl
188
191
  - resource/style/chicago-note-bibliography.csl
189
192
  - resource/style/chicago-note.csl
190
- - resource/style/greek-chicago-x.csl
191
- - resource/style/harvard1-institution-italic.csl
192
- - resource/style/harvard1.csl
193
+ - resource/style/chicago-quick-copy.csl
193
194
  - resource/style/ieee.csl
194
- - resource/style/mhra-x.csl
195
- - resource/style/mhra.csl
196
- - resource/style/mhra_note_without_bibliography-x.csl
197
- - resource/style/mhra_note_without_bibliography.csl
198
- - resource/style/mla-x.csl
195
+ - resource/style/mla-notes.csl
196
+ - resource/style/mla-underline.csl
197
+ - resource/style/mla-url.csl
199
198
  - resource/style/mla.csl
200
- - resource/style/nature-x.csl
201
- - resource/style/nature.csl
202
- - resource/style/nlm.csl
199
+ - resource/style/vancouver-brackets.csl
200
+ - resource/style/vancouver-superscript-bracket-only-year.csl
201
+ - resource/style/vancouver-superscript.csl
202
+ - resource/style/vancouver.csl
203
203
  - spec/citeproc/bibliography_spec.rb
204
204
  - spec/citeproc/citeproc_spec.rb
205
205
  - spec/citeproc/date_spec.rb