I've been trying all day to match my dept. citation style for a report, and with very little progress.
Essentially I want author-year citations with an amsalpha-style entry, that is:
[AuthorLastName Year:Page]
and in the bibliography:
[AuthorLastName Year] AuthorLastName, AuthorFirstName, Initials, Year: TitleInItalics (Publisher).
I've got the citations just as I want them using natbib:
Code: Select all
\setcitestyle{authoryear,square,aysep={,},notesep={: }}
...
\citep[PageNumber]{CitationName}
Code: Select all
Runaway argument?
\relax \BR@bibitem {CitationName}\else \BR@bibitem [\protect \citeauthoryear \ETC.
! Paragraph ended before \citeauthoryear was complete.
<to be read again>
\par
This is the first time I've tried to use BibTex using anything but the defaults and it's driving me mad. Is there a way of achieving the format I want?
Thanks!