General ⇒ Bibliography file does not work
-
- Posts: 2
- Joined: Thu Sep 18, 2008 2:13 am
Bibliography file does not work
- Latex Error: Missing \begin{document}
- Overfull \hbox (20.0pt too wide) in paragraph at lines 1 -- 20
Why is Latex looking for \begin{document} in a .bib file?
The process terminates with:
==> Fatal erro ocurred, no utput PDF file prodcued.
The log file shows:
- Latex Error: Missing \begin{document}
and then
Missing character: There is no @ in font nullfont!
Missing character: There is no A in font nullfont!
.... for every character
I have been able to generate simple example bibliographies. Same errors are produced but the process seems to work and results in a PDF file of text with citations correctly embedded.
Help!
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
Re: Bibliography file does not work
It must be in the text body
Trine
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Bibliography file does not work
welcome to the board!
It seems to me that you are running latex on the .bib file, not bibtex. In that case one would get those errors LaTeX Error: Missing \begin{document}, Missing character: There is no @ in font nullfont! etc.
Perhaps have a look at this tutorial: Getting to Grips with Latex - Bibliography Management, section Why won't Latex generate any output?, the commands needed are listed there.
Stefan
-
- Posts: 2
- Joined: Thu Sep 18, 2008 2:13 am
Re: Bibliography file does not work
Yes I was running latex on on the .bib file not bibtex. I misunderstanding of how TeXnic Center works. Running it the righ tway now and all looks good
