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!
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: Bibliography file does not work
It must be in the text body
Trine
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- 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
