www

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

commit 8cafc16a801f1dd21efb7737557b60f67151e725
parent 54affb8841fe4baf2bf2d5acd3d652190f18fefd
Author: Bruce D'Arcus <bdarcus@gmail.com>
Date:   Wed, 28 Nov 2007 13:00:29 +0000

added 'event' macro to support conference papers, hearings, etc.; need to integrate

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

diff --git a/csl/apa.csl b/csl/apa.csl @@ -79,6 +79,10 @@ <text variable="publisher"/> </group> </macro> + <macro name="event"> + <text variable="event"/> + <text variable="event-place" prefix=", "/> + </macro> <citation> <option name="et-al-min" value="6"/> <option name="et-al-use-first" value="1"/>