|
150 | 150 | <choose> |
151 | 151 | <if variable="container-title"> |
152 | 152 | <text variable="container-title" font-style="italic"/> |
153 | | - <text value=","/> |
| 153 | + <text value=", "/> |
154 | 154 | </if> |
155 | 155 | <else> |
156 | 156 | <text variable="event" font-style="italic"/> |
|
339 | 339 | </group> |
340 | 340 | </if> |
341 | 341 | <else> |
342 | | - <text variable="edition" text-case="capitalize-first" suffix="."/> |
| 342 | + <text variable="edition" text-case="capitalize-first"/> |
343 | 343 | </else> |
344 | 344 | </choose> |
345 | 345 | </macro> |
|
465 | 465 | <choose> |
466 | 466 | <if variable="URL"> |
467 | 467 | <group> |
468 | | - <text term="available at" suffix=" : " text-case="capitalize-first"/> |
| 468 | + <!-- <text term="available at" suffix=" : " text-case="capitalize-first"/> --> |
| 469 | + <text term="available at" suffix=" : "/> |
469 | 470 | <text variable="URL"/> |
470 | 471 | </group> |
471 | 472 | </if> |
|
499 | 500 | <!-- === Citation reference layout macros ================================ --> |
500 | 501 | <!-- Standard citation reference layout --> |
501 | 502 | <macro name="citation-reference-normal"> |
502 | | - <group delimiter=", " suffix="."> |
| 503 | + <group delimiter=", "> |
503 | 504 | <text macro="responsability" suffix=","/> |
504 | 505 | <group delimiter=" "> |
505 | | - <group delimiter=". "> |
| 506 | + <group> |
506 | 507 | <text macro="title"/> |
507 | 508 | <!-- volume : used for books and monographs (a volume of a multivolume book)--> |
508 | 509 | <text macro="volume"/> |
|
515 | 516 | <!-- secondary-responsability : used for patent inventors and translators --> |
516 | 517 | <!-- <text macro="secondary-responsability"/> --> |
517 | 518 | <group delimiter=", "> |
518 | | - <!-- <group delimiter=". "> --> |
519 | 519 | <group delimiter=", "> |
520 | 520 | <!-- <group delimiter=" : "> --> |
521 | 521 | <group delimiter=", "> |
|
555 | 555 | </macro> |
556 | 556 | <!-- In case of Op.cit / art.cité --> |
557 | 557 | <macro name="citation-reference-subsequent"> |
558 | | - <group delimiter=". "> |
559 | | - <text macro="responsability" suffix=","/> |
| 558 | + <group> |
| 559 | + <text macro="responsability" suffix=", "/> |
560 | 560 | <choose> |
561 | 561 | <if type="paper-conference speech chapter article-journal article-magazine article-newspaper post-weblog post webpage broadcast" match="any"> |
562 | 562 | <choose> |
|
573 | 573 | </if> |
574 | 574 | <else> |
575 | 575 | <text variable="title" form="short" font-style="italic"/> |
576 | | - <text value=","/> |
| 576 | + <text value=", "/> |
577 | 577 | <choose> |
578 | 578 | <if variable="locator"> |
579 | 579 | <text value="op. cit." font-style="italic" suffix=", "/> |
|
587 | 587 | </if> |
588 | 588 | <else> |
589 | 589 | <text variable="title" font-style="italic"/> |
590 | | - <text value=","/> |
| 590 | + <text value=", "/> |
591 | 591 | <choose> |
592 | 592 | <if variable="locator"> |
593 | 593 | <text value="op. cit." font-style="italic" suffix=", "/> |
|
608 | 608 | <!-- ===================================================================== --> |
609 | 609 | <!-- === Bibliography reference layout macro ============================= --> |
610 | 610 | <macro name="bibliography-reference"> |
611 | | - <group delimiter=", " suffix="."> |
| 611 | + <group delimiter=", "> |
612 | 612 | <text macro="responsability"/> |
613 | 613 | <group delimiter=" "> |
614 | 614 | <group delimiter=". "> |
|
0 commit comments