|
67 | 67 | </else> |
68 | 68 | </choose> |
69 | 69 | </macro> |
70 | | - <macro name="month"> |
71 | | - <date variable="issued"> |
72 | | - <date-part name="month"/> |
73 | | - </date> |
74 | | - </macro> |
75 | 70 | <macro name="edition"> |
76 | 71 | <number variable="edition" form="ordinal"/> |
77 | 72 | <text term="edition" prefix=" "/> |
|
199 | 194 | <text variable="volume" prefix=", "/> |
200 | 195 | <text variable="issue" prefix="(" suffix=")"/> |
201 | 196 | <text variable="page" prefix=":"/> |
202 | | - <text macro="month" prefix=", "/> |
203 | 197 | </group> |
204 | 198 | </if> |
205 | 199 | <!-- corresponds to "proceedings", "manual", "book", and "periodical" in bibtex --> |
|
212 | 206 | <text variable="publisher"/> |
213 | 207 | <text variable="publisher-place"/> |
214 | 208 | <text macro="edition"/> |
215 | | - <text macro="month"/> |
216 | 209 | </group> |
217 | 210 | </else-if> |
218 | 211 | <!-- corresponds to "inbook" and "incollection" in bibtex --> |
|
236 | 229 | <text variable="publisher"/> |
237 | 230 | <text variable="publisher-place"/> |
238 | 231 | <text macro="edition"/> |
239 | | - <text macro="month"/> |
240 | 232 | </group> |
241 | 233 | </else-if> |
242 | 234 | <!-- corresponds to "booklet" in bibtex --> |
243 | 235 | <else-if type="pamphlet"> |
244 | 236 | <text variable="title" prefix=" " suffix="."/> |
245 | 237 | <group delimiter=", " prefix=" " suffix="."> |
246 | 238 | <text variable="publisher-place"/> |
247 | | - <text macro="month"/> |
248 | 239 | </group> |
249 | 240 | </else-if> |
250 | 241 | <!-- corresponds to "inproceedings" and "conference" in bibtex --> |
|
262 | 253 | <choose> |
263 | 254 | <if variable="event-place publisher-place" match="any"> |
264 | 255 | <text macro="event-or-publisher-place"/> |
265 | | - <text macro="month"/> |
266 | | - </if> |
267 | | - </choose> |
268 | | - </group> |
269 | | - <group prefix=" " suffix="." delimiter=", "> |
270 | | - <text variable="publisher"/> |
271 | | - <choose> |
272 | | - <if variable="event-place publisher-place" match="none"> |
273 | | - <text macro="month"/> |
274 | 256 | </if> |
275 | 257 | </choose> |
276 | 258 | </group> |
| 259 | + <text variable="publisher" prefix=" " suffix="."/> |
277 | 260 | </else-if> |
278 | 261 | <!-- corresponds to "techreport" in bibtex --> |
279 | 262 | <else-if type="report"> |
|
282 | 265 | <text macro="technical-report"/> |
283 | 266 | <text variable="publisher"/> |
284 | 267 | <text variable="publisher-place"/> |
285 | | - <text macro="month"/> |
286 | 268 | </group> |
287 | 269 | </else-if> |
288 | 270 | <!-- corresponds to "phdthesis" and "masterthesis" in bibtex --> |
|
293 | 275 | <text macro="thesis-type"/> |
294 | 276 | <text variable="publisher"/> |
295 | 277 | <text variable="publisher-place"/> |
296 | | - <text macro="month"/> |
297 | 278 | </group> |
298 | 279 | </else-if> |
299 | 280 | <!-- misc. --> |
300 | 281 | <else> |
301 | 282 | <text variable="title" prefix=" " suffix="."/> |
302 | | - <text macro="month" prefix=" " suffix="."/> |
303 | 283 | </else> |
304 | 284 | </choose> |
305 | 285 | <!-- note --> |
|
0 commit comments