Edit APA-bibliography layout

I'm working with a modified version of APA in Swedish. I've done some modifications myself, but now I need some help.

In the bibliography, when citing works from eg. edited works, APA wants to cite this as:

Cameron, D. (2003). Gender and Language Ideologies. I J. Holmes & M. Meyerhoff (Red:er), The handbook of language and gender (s. 447–468). Oxford: Blackwell.

Now I want to add a colon so it says:

Cameron, D. (2003). Gender and Language Ideologies. I: J. Holmes & M. Meyerhoff (Red:er), The handbook of language and gender (s. 447–468). Oxford: Blackwell.

Any ideas how to do this? I've tried to find my way in editing the style, but I'm lost.

I also want first names to be spelled out in the bibliography, (Cameron, Deborah, not Cameron, D.). Where do I edit this?

Last question:

In the bibliography, when citing an article, the page numbers are not preceded by s. (or p. in English), how do I add this?

Tips, tricks and help are much appreciated!
  • 1. Find the line that has <text term="in"/> and add suffix=":"

    2. Remove all instances of initialize-with=". "

    3. Pretty high up in the macro "locator" you have
    <text variable="page"/>
    Change to
    <group delimiter=" ">
    <label variable="page" form="short"/>
    <text variable="page"/>
    </group>

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.