Find the answer to your Linux question:
Results 1 to 2 of 2
Hi there, I cannot have running pdflatex and bibtex in my emacs setting. For example, if I do just latex (i mean to only produce the dvi file) bibtex work ...
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Posts
    1

    bibtex not working with pdflatex

    Hi there,

    I cannot have running pdflatex and bibtex in my emacs setting.
    For example, if I do just latex (i mean to only produce the dvi file) bibtex work OK, but when i want to run pdflatex, bibtex is not working and is telling me that:

    I found no \bibdata command---while reading file report2d.aux

    then is not finding the bib file where my bibliography data is (but it is finding the bibstyle that i want, etc). The strange thing is that when i am doing just latex it works, then i think that the problem is with pdflatex.

    Any suggestion?

    thank you in advance

    Ps: I use emacs 22 in ubuntu-linux 7.10. I have my own .emacs file, etc

    THANK YOU

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    That usually means there is no bibliography in your aux. Delete your .aux and make sure the bibliography is listed in your tex file. Then rerun pdflatex then rerun bibtex. I don't know why it wouldn't error with latex....
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •