|
65 | 65 | <single>org</single>
|
66 | 66 | <multiple>org</multiple>
|
67 | 67 | </term>
|
| 68 | + <!--usando editor de coleção para quando for editor do livro--> |
68 | 69 | <term name="collection-editor" form="short">
|
69 | 70 | <single>ed</single>
|
70 | 71 | <multiple>ed</multiple>
|
|
207 | 208 | <macro name="container-title">
|
208 | 209 | <choose>
|
209 | 210 | <if type="paper-conference" match="any">
|
210 |
| - <text variable="container-title" text-case="uppercase"/> |
| 211 | + <text variable="event" text-case="uppercase"/> |
211 | 212 | <text variable="number" prefix=", " suffix=". , "/>
|
212 | 213 | <text macro="issued-year" prefix=" " suffix=", "/>
|
213 | 214 | <text variable="publisher-place" suffix=". "/>
|
214 | 215 | <choose>
|
215 |
| - <if match="any" variable="title-short"> |
216 |
| - <text variable="title-short" font-weight="bold" suffix=". "/> |
| 216 | + <if match="any" variable="container-title"> |
| 217 | + <text variable="container-title" font-weight="bold" suffix=". "/> |
217 | 218 | </if>
|
| 219 | + <else-if match="any" variable="title-short"> |
| 220 | + <text variable="title-short" font-weight="bold" suffix=". "/> |
| 221 | + </else-if> |
218 | 222 | <else>
|
219 | 223 | <text value="Anais [...]" font-weight="bold" suffix=". "/>
|
220 | 224 | </else>
|
|
486 | 490 | <text macro="author" suffix=". "/>
|
487 | 491 | <text macro="title" suffix=". "/>
|
488 | 492 | <text macro="translator" suffix=". "/>
|
| 493 | + <text variable="genre" suffix=". "/> |
489 | 494 | <text macro="edition" suffix=". "/>
|
490 | 495 | <text variable="version" prefix="Versão " suffix=". "/>
|
491 | 496 | <text macro="publisher" suffix=". "/>
|
492 | 497 | <text macro="collection-title" prefix="(" suffix=")."/>
|
493 | 498 | <text macro="locators"/>
|
494 |
| - <text variable="genre" suffix="."/> |
| 499 | + <text variable="medium" suffix="."/> |
495 | 500 | <text macro="access"/>
|
496 | 501 | </group>
|
497 | 502 | </else-if>
|
|
514 | 519 | <group>
|
515 | 520 | <text macro="author" suffix=". "/>
|
516 | 521 | <text macro="title" suffix=". "/>
|
| 522 | + <text variable="genre" suffix=". "/> |
517 | 523 | <text macro="container-title" suffix=", "/>
|
518 | 524 | <choose>
|
519 | 525 | <if match="any" variable="publisher-place">
|
|
663 | 669 | <text macro="author" suffix=". "/>
|
664 | 670 | <text macro="composer" suffix=". "/>
|
665 | 671 | <text macro="publisher"/>
|
666 |
| - <text variable="medium" prefix=" " suffix=". "/> |
667 |
| - <text variable="genre" prefix=" " suffix="."/> |
| 672 | + <text variable="medium" prefix=" "/> |
| 673 | + <text variable="dimensions" prefix=" (" suffix=")."/> |
668 | 674 | <text macro="access"/>
|
669 | 675 | </group>
|
670 | 676 | </else-if>
|
671 | 677 | <else-if type="article map" match="any">
|
672 | 678 | <group>
|
673 | 679 | <text macro="author" suffix=". "/>
|
674 | 680 | <text macro="title" text-case="capitalize-first" suffix=" "/>
|
| 681 | + <text variable="medium" suffix=". "/> |
675 | 682 | <text macro="publisher" suffix=" "/>
|
676 | 683 | <text variable="genre" suffix="."/>
|
677 | 684 | <text variable="scale" suffix=". "/>
|
|
701 | 708 | <text macro="author" suffix=". "/>
|
702 | 709 | <text macro="title"/>
|
703 | 710 | <text macro="issued-year" suffix=". "/>
|
704 |
| - <text variable="medium" suffix="."/> |
| 711 | + <text variable="medium" suffix=", "/> |
| 712 | + <text variable="dimensions" suffix="."/> |
705 | 713 | <text variable="genre" suffix="."/>
|
706 | 714 | <text macro="access"/>
|
707 | 715 | </group>
|
|
0 commit comments