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?
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.