Advertisement
Guest User

mhra with ibid

a guest
Aug 3rd, 2017
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.32 KB | None | 0 0
  1. <citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
  2.     <layout suffix="." delimiter="; ">
  3.       <choose>
  4.         <if position="ibid-with-locator">
  5.                     <text term="ibid"/>
  6.                     <text macro="point-locators-subsequent"/>
  7.                 </if>
  8.                 <else-if position="ibid">
  9.                     <text term="ibid"/>
  10.                 </else-if>
  11.                 <else-if position="subsequent">
  12.                     <group delimiter=", ">
  13.                         <text macro="contributors-short"/>
  14.                         <text macro="title-note"/>
  15.                         <text macro="locators-specific-note"/>
  16.                     </group>
  17.                     <text macro="point-locators-subsequent"/>
  18.                 </else-if>
  19.         <else>
  20.           <group delimiter=", ">
  21.             <text macro="contributors-note"/>
  22.             <text macro="title-note"/>
  23.             <text macro="secondary-contributors-note"/>
  24.             <text macro="container-title-note"/>
  25.             <text macro="container-contributors-note"/>
  26.             <text macro="collection-title"/>
  27.             <text macro="locators-note"/>
  28.           </group>
  29.           <text macro="issue-note"/>
  30.           <text macro="locators-specific-note" prefix=", "/>
  31.           <text macro="locators-newspaper" prefix=", "/>
  32.           <text macro="point-locators"/>
  33.           <text macro="access-note"/>
  34.         </else>
  35.       </choose>
  36.     </layout>
  37.   </citation>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement