APA: p. and pp. instead of pag. and "et al." in bold
Goodmorning,
how can I modify the style to have p. (for singular page) and pp. (for multiple pages) instead of "pag." and how can I put "et al." in bold?
Thank you very much
how can I modify the style to have p. (for singular page) and pp. (for multiple pages) instead of "pag." and how can I put "et al." in bold?
Thank you very much
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.
Upgrade Storage
here is a sample citation the way it looks in the bibliography of apa.csl:
Mares, I. (2001). Firms and the welfare state: When, why, and how does social policy matter to employers? In P. A. Hall & D. Soskice (Eds.), Varieties of capitalism. The institutional foundations of comparative advantage (pp. 184–213). New York: Oxford University Press.
Carson, J. B., Tesluk, P. E., & Marrone, J. A. (2007). Shared leadership in teams: an investigation of antecedent conditions and performance. Academy of Management Journal, 50(5), 1217–1234. https://doi.org/10.2307/20159921
I'd need your result in bibliography but especially in in-test.
(Campbell & Pedersen, 2007, pp. 244–252)
Campbell, J. L., & Pedersen, O. K. (2007). The varieties of capitalism and hybrid success. Comparative Political Studies, 40(3), 307–332. https://doi.org/10.11770010414006286542
It already shows it correctly for the in-text part.
Can you check how the data is entered in your Zotero? The page field should only have the number. Not "pag.". It's not the style that is wrong here.. (You can also test it out in a fresh document).
To get the p/pp. in the bibliography, change the locators macro to this:
<macro name="locators">
<choose>
<if type="article-journal article-magazine" match="any">
<group prefix=", " delimiter=", ">
<group>
<text variable="volume" font-style="italic"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</group>
<choose>
<if variable="issued">
<choose>
<if variable="page issue" match="none">
<text variable="status" prefix=". "/>
</if>
</choose>
</if>
</choose>
</if>
<else-if type="article-newspaper">
<group delimiter=" " prefix=", ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
</else-if>
<else-if type="book graphic motion_picture report song chapter paper-conference entry-encyclopedia entry-dictionary" match="any">
<group prefix=" (" suffix=")" delimiter=", ">
<choose>
<if type="report" match="none">
<text macro="edition"/>
</if>
</choose>
<choose>
<if variable="volume" match="any">
<group>
<text term="volume" form="short" text-case="capitalize-first" suffix=" "/>
<number variable="volume" form="numeric"/>
</group>
</if>
<else>
<group>
<text term="volume" form="short" plural="true" text-case="capitalize-first" suffix=" "/>
<number variable="number-of-volumes" form="numeric" prefix="1–"/>
</group>
</else>
</choose>
<group>
<label variable="page" form="short" suffix=" "/>
<text variable="page"/>
</group>
</group>
</else-if>
<else-if type="legal_case">
<group prefix=" (" suffix=")" delimiter=" ">
<text variable="authority"/>
<choose>
<if variable="container-title" match="any">
<date variable="issued" form="numeric" date-parts="year"/>
</if>
<else>
<date variable="issued" form="text"/>
</else>
</choose>
</group>
</else-if>
<else-if type="bill legislation" match="any">
<date variable="issued" prefix=" (" suffix=")">
<date-part name="year"/>
</date>
</else-if>
</choose>
</macro>
The in-text isn't ok and I can see it in the preview in Zotero.
Then I'll test.
Thanks
(Caillier, 2017, pag. 12)
Caillier, J. G. (2017). The impact of high-quality workplace relationships in public organizations: Public Administration, 95(3), 638–653.
(Kozlowski, Chao, Grand, Braun, & Kuljanin, 2013, pag. 13) and (Kozlowski et al., 2013)
Ps. I can't put all the code here
I would like (it's only an example):
Caillier, 2017, pp. 12-13
Caillier, 2017, p.12
Caillier et al., 2017
The et al. in bold is a bit trickier, let's do this second
It's in italian.
I use add-on in Word 2016 and I use the "old" procedure to put the page number.
Open it in a text editor (e.g., Notepad, Atom, SublimeText, TextEdit) and go to line 139 (the
</substitute>line in the author-short macro). Add this line after</substitute>:<et-al font-style="bold" prefix=" "/>Then, change the style IDs and title in lines 4-6 of the style, save, and add the style to Zotero.