General ⇒ Bibliography
Bibliography
From some reason Latex is stuck every time I'm trying to produce bibliography.
After hours of working I seek for your help
I have attached the bib file and the tex file.
Thanks for all the help!
- Attachments
-
- Untitled.tex
- (468 Bytes) Downloaded 341 times
-
- Example.bib
- (450 Bytes) Downloaded 331 times
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
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Re: Bibliography
In your example, you are using a file extension for the name of the database. Since BibTeX can only handle one kind of database, the ending is omitted and it is assumed that the ending is bib, hence a bibtex database.
On the other hand, you are using a bibliographystyle that is called natbib. A package is called that name, but no bib-style. You have to use a bibstyle that actually exists.
Re: Bibliography
Any suggestions?
Re: Bibliography
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography
\bibliographystyle{plain}
or start from scratch, i don t really have any clue what you want to do.Re: Bibliography
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Bibliography
apacite
instead, that will give you references in apa-style. I assume that this is what you want.