File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 40
40
|
41
41
## Tests whether the locator matches the given locator types.
42
42
attribute locator {
43
- list { ( terms.locator) + }
43
+ list { terms.locator+ }
44
44
}
45
45
|
46
46
## Tests whether the cite position matches the given positions.
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
3
3
4
4
## Variables
5
5
div {
6
-
6
+
7
7
## All variables
8
8
variables = variables.dates | variables.names | variables.standard
9
-
9
+
10
10
## Standard variables
11
11
variables.standard =
12
12
variables.numbers | variables.strings | variables.titles
13
-
13
+
14
14
## Date variables
15
15
variables.dates =
16
16
"accessed"
19
19
| "issued"
20
20
| "original-date"
21
21
| "submitted"
22
-
22
+
23
23
## Name variables
24
24
variables.names =
25
25
"author"
70
70
| "supplement"
71
71
| "version"
72
72
| "volume"
73
-
73
+
74
74
## Title variables
75
75
variables.titles =
76
76
"collection-title"
81
81
| "title"
82
82
| "translated-title"
83
83
| "volume-title"
84
-
84
+
85
85
## String variables
86
86
variables.strings =
87
87
"abstract"
Original file line number Diff line number Diff line change @@ -761,7 +761,12 @@ div {
761
761
762
762
## Reformat page ranges in the "page" variable.
763
763
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"
765
770
}?
766
771
citation.cite-group-delimiter =
767
772
You can’t perform that action at this time.
0 commit comments