Chicago 15b
Hi, my school uses Chicago 15b formatting (Author Date). I've tried editing or duplicating the existing (author date) style to match, but I must not know what I'm doing.
I cannot seem to find where to change (Author Date, page) to (Author Date:Page).
Anyone have any insight to offer?.... or is there a fully formatted 15b style out there?
I cannot seem to find where to change (Author Date, page) to (Author Date:Page).
Anyone have any insight to offer?.... or is there a fully formatted 15b style out there?
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
You'd have to change
this
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
to this
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=":">
<group delimiter=" ">
(the only change is in the middle line, changing the comma-space to a colon without space.