|
516 | 516 | <if type="article-journal"> |
517 | 517 | <group delimiter=", "> |
518 | 518 | <text macro="collection-title-journal"/> |
519 | | - <number variable="volume"/> |
| 519 | + <text variable="volume"/> |
520 | 520 | <group delimiter=" "> |
521 | 521 | <text term="issue" form="short"/> |
522 | | - <number variable="issue"/> |
| 522 | + <text variable="issue"/> |
523 | 523 | </group> |
524 | 524 | </group> |
525 | 525 | </if> |
|
637 | 637 | <if type="article-journal"> |
638 | 638 | <group delimiter=", "> |
639 | 639 | <text macro="collection-title-journal"/> |
640 | | - <number variable="volume"/> |
| 640 | + <text variable="volume"/> |
641 | 641 | <group delimiter=" "> |
642 | 642 | <text term="issue" form="short"/> |
643 | | - <number variable="issue"/> |
| 643 | + <text variable="issue"/> |
644 | 644 | </group> |
645 | 645 | </group> |
646 | 646 | </if> |
|
837 | 837 | <choose> |
838 | 838 | <if locator="page"> |
839 | 839 | <group delimiter=":"> |
840 | | - <number variable="volume"/> |
| 840 | + <text variable="volume"/> |
841 | 841 | <text variable="locator"/> |
842 | 842 | </group> |
843 | 843 | </if> |
|
955 | 955 | <else> |
956 | 956 | <choose> |
957 | 957 | <if variable="page"> |
958 | | - <number variable="volume" suffix=":"/> |
| 958 | + <text variable="volume" suffix=":"/> |
959 | 959 | <text variable="page"/> |
960 | 960 | </if> |
961 | 961 | </choose> |
|
1041 | 1041 | </macro> |
1042 | 1042 | <macro name="issue-note-join-with-comma"> |
1043 | 1043 | <choose> |
1044 | | - <if type="graphic map" match="any"/> |
1045 | | - <else-if type="article-journal bill legislation legal_case manuscript thesis" variable="event-place publisher-place publisher" match="none"> |
| 1044 | + <if type="article-journal bill legislation legal_case manuscript speech thesis" variable="publisher-place publisher" match="none"> |
1046 | 1045 | <text macro="issue-note"/> |
1047 | | - </else-if> |
| 1046 | + </if> |
1048 | 1047 | <else-if type="article-newspaper"> |
1049 | 1048 | <text macro="issue-note"/> |
1050 | 1049 | </else-if> |
|
1094 | 1093 | <text variable="genre"/> |
1095 | 1094 | </if> |
1096 | 1095 | </choose> |
| 1096 | + <text variable="event"/> |
| 1097 | + <text variable="event-place"/> |
1097 | 1098 | <text variable="publisher"/> |
1098 | 1099 | <text macro="issued"/> |
1099 | 1100 | </group> |
|
0 commit comments