Skip to content

Commit 79b68e2

Browse files
bwiernikbdarcus
authored andcommitted
trang v1.1
1 parent ef994af commit 79b68e2

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

schemas/styles/csl-choose.rnc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ div {
4040
|
4141
## Tests whether the locator matches the given locator types.
4242
attribute locator {
43-
list { (terms.locator)+ }
43+
list { terms.locator+ }
4444
}
4545
|
4646
## Tests whether the cite position matches the given positions.

schemas/styles/csl-variables.rnc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
33

44
## Variables
55
div {
6-
6+
77
## All variables
88
variables = variables.dates | variables.names | variables.standard
9-
9+
1010
## Standard variables
1111
variables.standard =
1212
variables.numbers | variables.strings | variables.titles
13-
13+
1414
## Date variables
1515
variables.dates =
1616
"accessed"
@@ -19,7 +19,7 @@ div {
1919
| "issued"
2020
| "original-date"
2121
| "submitted"
22-
22+
2323
## Name variables
2424
variables.names =
2525
"author"
@@ -70,7 +70,7 @@ div {
7070
| "supplement"
7171
| "version"
7272
| "volume"
73-
73+
7474
## Title variables
7575
variables.titles =
7676
"collection-title"
@@ -81,7 +81,7 @@ div {
8181
| "title"
8282
| "translated-title"
8383
| "volume-title"
84-
84+
8585
## String variables
8686
variables.strings =
8787
"abstract"

schemas/styles/csl.rnc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,12 @@ div {
761761

762762
## Reformat page ranges in the "page" variable.
763763
attribute page-range-format {
764-
"expanded" | "minimal" | "minimal-two" | "minimal-oup" | "chicago" | "mhra"
764+
"expanded"
765+
| "minimal"
766+
| "minimal-two"
767+
| "minimal-oup"
768+
| "chicago"
769+
| "mhra"
765770
}?
766771
citation.cite-group-delimiter =
767772

0 commit comments

Comments
 (0)