Advertisement
Guest User

Punctuation delimiter

a guest
Oct 27th, 2023
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!-- Specific Formats -->
  2. <if type="article-journal">
  3. <group delimiter=", ">
  4. <text macro="title"/>
  5. <text variable="container-title" font-style="italic" form="long"/>
  6. <text macro="issued"/>
  7. <text macro="locators"/>
  8. <text macro="page"/>
  9. <text macro="status"/>
  10. </group>
  11. <choose>
  12. <if variable="URL DOI" match="none">
  13. <text value="."/>
  14. </if>
  15. <else>
  16. <text value=","/>
  17. </else>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement