Hans J. Prueller wrote:
> As you can see in the PDF, instead of "(Author, Year)" only the
> bibtex-key is printed, and the bibliography is empty -- seems as somehow
> the
> citations are not recognised correctly but I cant figure out the
> problem ?

The problem is that LaTeX (or bibtex, for that matter) does not find your 
bibliography. Either specify an absolute path in the \bibliography macro or 
store the bib file in your TEXMF tree, in texmf/bibtex/bib/.

Cf. this instruction on the wiki:

   3. Load your bibliography database in the preamble:
      \bibliography{<name of bib-file without .bib-extension>}

    * Note that the bib file must either be located in your texmf-tree, or you 
      must enter an absolute path in the command above. (Do not forget a "sudo 
      texhash" in the terminal to tell latex where to find the new file in the 
      texmf-tree.)

HTH,
Jürgen

Reply via email to