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 335 times
-
- Example.bib
- (450 Bytes) Downloaded 324 times
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
- 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.