Advertisement
Guest User

Untitled

a guest
Oct 27th, 2023
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <macro name="event">
  2. <choose>
  3. <!-- Published Conference Paper -->
  4. <if type="paper-conference speech" match="any">
  5. <choose>
  6. <if variable="container-title" match="any">
  7. <group delimiter=" ">
  8. <text term="in" text-case="capitalize-first" />
  9. <text variable="container-title" font-style="italic"/>
  10. </group>
  11. </if>
  12. <!-- Unpublished Conference Paper -->
  13. <else>
  14. <group delimiter=" ">
  15. <text term="presented at"/>
  16. <text variable="event"/>
  17. </group>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement