BibTeX, biblatex and biberProblems with BibTex/TeXnicCenter

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jmamos
Posts: 1
Joined: Mon Apr 13, 2009 2:51 am

Problems with BibTex/TeXnicCenter

Post by jmamos »

I'm not getting Bibtex to work at all, using even sample code I've found online. The problem seems to be that the compiler can't find the .bib file.

When I compile I get "Warning: Empty `thebibliography` environment on input line 3."

I'm using TexnicCenter, LaTeX => PDF, compiling with pdflatex.exe, the "Do not use BibTeX" option is unchecked, and it is executing with bibtex.exe.

My tex file ends with:

Code: Select all

\cite{something}

\bibliographystyle{plain}
\bibliography{test}

\end{document}
The text file test.bib is contained in the same folder as the tex code and is:

Code: Select all

@Book{something,
  author    =     "Milton {Abramowitz} and Irene A. {Stegun}",
  title     =      "Handbook of Mathematical Functions with
                  Formulas, Graphs, and Mathematical Tables",
  publisher =      "Dover",
  year      =      1964,
  address   =     "New York",
  edition   =     "ninth Dover printing, tenth GPO printing"
}
Any help would be appreciated.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Problems with BibTex/TeXnicCenter

Post by localghost »

It requires at least three runs to get everything working. The BibTeX manual tells you more. You can try to use biblatex as an alternative.


Best regards
Thorsten¹
Post Reply