I am trying to use the APA style using apacite bibliography style. The bibliography is generated very well but my problem are the citation themselves in the actual document. They just show author names but not the year when I use the \cite command in the text. How can I solve this. I want to get something like this (author,year). But now, I am getting (author,)
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
closed as too localized by lockstep, Claudio Fiandrino, Joseph Wright♦ Oct 6 '12 at 11:35
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
please add
When placing the following in the text they will lead to the afterparts
Note: this package easily works alongside the Bibtex package, I'm supposing you use it. For more information: Source: http://merkel.zoneo.net/Latex/natbib.php |
|||
|
|
apacite, do you load any addition citation-related LaTeX packages? If the citation command you're using --\citeA?, or\citepfrom thenatbibpackage? -- generates something like(author,)instead of(author,year), it is possible that there are errors (such as missing commas between bib fields, or a missingyearfield) in the entries affected by this problem. Please check the.blg(bibliography log) file for any error reports. – Mico Aug 7 '12 at 10:49