File tree 1 file changed +7
-16
lines changed
1 file changed +7
-16
lines changed Original file line number Diff line number Diff line change 59
59
</choose >
60
60
</macro >
61
61
<macro name =" publisher" >
62
- <choose >
63
- <if type =" book chapter paper-conference" match =" any" >
64
62
<group delimiter =" : " >
65
63
<text variable =" publisher-place" />
66
64
<text variable =" publisher-place" />
67
65
</group >
68
- </if >
69
- <else >
70
- <group delimiter =" , " prefix =" , " >
71
- <text variable =" publisher-place" />
72
- </group >
73
- </else >
74
- </choose >
75
66
</macro >
76
67
<macro name =" year-date" >
77
68
<date date-parts =" year" form =" numeric" variable =" issued" />
118
109
<key variable =" title" />
119
110
</sort >
120
111
<layout suffix =" ." >
121
- <group delimiter =" . " suffix = " . " >
112
+ <group delimiter =" . " >
122
113
<text macro =" author" />
123
114
<date variable =" issued" >
124
115
<date-part name =" year" />
125
116
</date >
126
117
<text macro =" title" suffix =" ." />
127
118
<choose >
128
119
<if type =" bill book graphic legal_case legislation motion_picture report song thesis" match =" any" >
129
- <group delimiter =" . " prefix = " " >
120
+ <group delimiter =" . " >
130
121
<text macro =" edition" />
131
- <text macro =" editor" suffix = " . " />
122
+ <text macro =" editor" />
132
123
<text macro =" publisher" />
133
124
</group >
134
125
</if >
135
126
<else-if type =" chapter paper-conference" match =" any" >
136
127
<group delimiter =" . " >
137
128
<group delimiter =" " >
138
- <label text-case =" capitalize-first" variable = " page " />
129
+ <label variable = " page " text-case =" capitalize-first" />
139
130
<text variable =" page" />
140
- <text term =" in" prefix = " " />
131
+ <text term =" in" />
141
132
<text variable =" container-title" font-style =" italic" />
142
133
</group >
143
134
<text macro =" editor" suffix =" ." />
144
135
<text macro =" edition" />
145
136
<text variable =" collection-title" />
146
- <text macro =" publisher" prefix = " " />
137
+ <text macro =" publisher" />
147
138
</group >
148
139
</else-if >
149
140
<else >
150
- <group delimiter =" " prefix = " " >
141
+ <group delimiter =" " >
151
142
<text variable =" container-title" font-style =" italic" />
152
143
<group delimiter =" :" >
153
144
<text variable =" volume" />
You can’t perform that action at this time.
0 commit comments