How to AUTHOR UPPERCASE.

Dear Zotero peoples,

I am attempting to edit a citation style so I can have Author name all uppercase.

POTTER. H.,

As far as I can discern it has something to do with

<text-case="uppercase" >

....I have changed text case to "uppercase" (previously was "capitalise") but still cant get author name in uppercase...

Could someone take a look at the linked paste bin file and tell me where I am going wrong?
All your help is very much appreciated.

Damo

http://pastebin.com/2C5Q4xQG
  • <macro name="author">
    <names variable="author">
    <name name-as-sort-order="all" sort-separator="," initialize-with=". " delimiter=", " delimiter-precedes-last="always"/>
    <name-part name="family" text-case="uppercase"/>
    <et-al font-style="italic"/>

    (you can add the same for the given name, but since the style uses intials that doesn't seem to be necessary)
  • YES!!!

    It works!

    Thankyou very much +adamsmith, your help is very much appreciated.
  • Sorry can I ask one more questions...

    How can I ensure there is a space after each surname and initial?
    i.e.
    POTTER, H. J., WEASLY, S
    (instead of POTTER,H.J.,WEASLY,S)
  • it's part of the sort separator
    you currently have
    sort-separator=","
    you want
    sort-separator=", "

    you already should be getting a space between initials and after the comma separating two names (the former is set in initialize-with, the latter in delimiter)
  • Right again Mr adamsmith.

    Thanks so much.

    I gave you a +1 on google+

This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.

Sign In or Register to comment.