www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 0035904e0e12bde9cb7a48525399e5c79da284a4
parent 6b7165c4ff0fa398b23d373f87c2428462128161
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 15 Apr 2008 00:49:18 +0000

italicize volume and fix pages in APA style


Diffstat:
Mcsl/apa.csl | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csl/apa.csl b/csl/apa.csl @@ -180,10 +180,10 @@ <text variable="container-title" font-style="italic"/> <text variable="collection-title" prefix=", " suffix="."/> <text macro="edition" prefix=" (" suffix=")"/> - <text variable="volume" prefix=", "/> + <text variable="volume" prefix=", " font-style="italic"/> <text variable="issue" prefix="(" suffix=")"/> + <text macro="pages"/> <group delimiter=". " prefix=". "> - <text macro="pages"/> <text macro="publisher"/> <text macro="access"/> </group>