BibTeX, biblatex and biberSome citation works while some remained undefined

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
asetiyawan
Posts: 2
Joined: Wed Sep 07, 2022 9:45 am

Some citation works while some remained undefined

Post by asetiyawan »

Hello,
I am trying to create a bibtex for my new document by using the bibtex that I used for my previous project as I reuse some of the references. Some thing weird with the new document is that the previously worked references are now undefined, and a lot of websites reference (I use @misc) are not working while some of them are okay. The tag option also appears when i type ~\cite{}. The example are on the figures I attached.
I am using the AIAA bibliographystyle and confused as half of my citation right now are in question marks.
Attachments
cite1.JPG
cite1.JPG (12.77 KiB) Viewed 9672 times
cite.JPG
cite.JPG (19.73 KiB) Viewed 9672 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Some citation works while some remained undefined

Post by rais »

Sounds like BibTeX chokes on something within an entry and skips the rest of the .bib file. Have a look at the .blg file (BibTeX's log file) or post it here.

KR
Rainer
asetiyawan
Posts: 2
Joined: Wed Sep 07, 2022 9:45 am

Some citation works while some remained undefined

Post by asetiyawan »

rais wrote:Sounds like BibTeX chokes on something within an entry and skips the rest of the .bib file. Have a look at the .blg file (BibTeX's log file) or post it here.

KR
Rainer
Hello, thanks for the reply. As I am using overleaf as the interface. I supposed the .blg file is the same with the log that is comes from the overleaf. The only log error that is about the citation and reference shown the exactly same message like the message below. I have no idea what is wrong as I just copy paste the bib template and change title,author,year etc.

Image
rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

Some citation works while some remained undefined

Post by rais »

asetiyawan wrote:As I am using overleaf as the interface. I supposed the .blg file is the same with the log that is comes from the overleaf.
No. Suppose your main .tex file is called `foo.tex', then `foo.log' would be the log file generated by running LaTeX on `foo.tex'. After running `bibtex foo[.aux]', BibTeX's log file `foo.blg' is created. That's the file I referred to.

OTOH, I'm no overleaf user, so I can't tell you how to get at this `foo.blg' file from there.
BTW:
asetiyawan wrote:Image
looks a bit odd to me...

KR
Rainer
Post Reply