Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <macro name="event">
- <choose>
- <!-- Published Conference Paper -->
- <if type="paper-conference speech" match="any">
- <choose>
- <if variable="container-title" match="any">
- <group delimiter=" ">
- <text term="in" text-case="capitalize-first" />
- <text variable="container-title" font-style="italic"/>
- </group>
- </if>
- <!-- Unpublished Conference Paper -->
- <else>
- <group delimiter=" ">
- <text term="presented at"/>
- <text variable="event"/>
- </group>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement