Skip to content

Instantly share code, notes, and snippets.

@omian
Created July 14, 2011 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omian/1083515 to your computer and use it in GitHub Desktop.
Save omian/1083515 to your computer and use it in GitHub Desktop.
<macro name="author-short">
<names variable="author">
<name form="short" and="symbol" delimiter=", " initialize-with=". "/>
<et-al font-style="italic"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
<choose>
<if type="bill book graphic legal_case motion_picture report song" match="any">
<text variable="title" form="short" font-style="italic"/>
</if>
<else>
<text variable="title" form="short" quotes="true"/>
</else>
</choose>
</substitute>
</names>
</macro>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment