Search found 3 matches

by M.L.
Mon Sep 27, 2010 2:50 pm
Forum: BibTeX, biblatex and biber
Topic: Citation error
Replies: 2
Views: 2053

Re: Citation error

Don't know TexMaker, but the usual procedure when adding/modifying references is:

1) Do text change
2) compile document (latex)
3) run bibtex
4) compile document twice (latex)

Hope this helps.

M.L.
by M.L.
Sun Sep 26, 2010 2:37 pm
Forum: BibTeX, biblatex and biber
Topic: appending a, b, c, etc. to year in the Chicago style
Replies: 1
Views: 1509

appending a, b, c, etc. to year in the Chicago style

Hi group,

I am having a problem with citations using the chicago style (I also use the natbib package if that matters). In the cases where I reference two papers that have the same author, I would like to have a, b, c etc. appended to the year in the citation, e.g., Doe et al. (2008a). That didn't ...