MiKTeX and proTeXt ⇒ Strange problem with one citation with MikTex
-
- Posts: 6
- Joined: Thu Jan 20, 2011 6:22 pm
Strange problem with one citation with MikTex
In connection with these issues, it has been discovered by Emma Strubell
and colleagues [?] that the process of training a large AI model can
The reference details are like this:
@INPROCEEDINGS{strubell_etal_2019,
AUTHOR = {E. Strubell and A. Ganesh and A. McCallum},
TITLE = {Energy and policy considerations for deep learning in {NLP}},
BOOKTITLE = {The 57th Annual Meeting of the Association for Computational Linguistics (ACL).
Florence, Italy. July 2019},
YEAR = 2019}
I have tried everything I can think of to get a valid citation for Emma Strubell and colleagues:
* I have uninstalled MikTex and reinstalled it, and rebooted Windows.
* I have retyped the whole paragraph and the whole of the reference details.
* I have tried to make visible any invisible characters that might be upsetting things.
* And more.
Any suggestions for how to fix this problem will be very welcome.
With thanks.
Gerry
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
-
- Posts: 6
- Joined: Thu Jan 20, 2011 6:22 pm
Strange problem with one citation with MikTex
In connection with these issues, it has been discovered by Emma Strubell and colleagues \cite{strubell_etal_2019} that the process of training a large AI model
Gerry
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Strange problem with one citation with MikTex


-
- Posts: 6
- Joined: Thu Jan 20, 2011 6:22 pm
Strange problem with one citation with MikTex
* The blg-file contains lines like this:
Warning--I didn't find a database entry for "sp_autonomous_robots"
Warning--I didn't find a database entry for "wolff_1988"
Warning--I didn't find a database entry for "chomsky_1965"
Warning--I didn't find a database entry for "strubell_etal_2019"
Warning--I didn't find a database entry for "sp_winograd_schemas"
Warning--I didn't find a database entry for "davis_marcus_2015"
Warning--I didn't find a database entry for "schmidhuber_2015"
Warning--I didn't find a database entry for "spcsrk2_2019"
All of these, except strubell_etal_2019, work fine.
* The log file contains just one line like this:
LaTeX Warning: Citation `strubell_etal_2019' on page 20 undefined on input line 414.
That identifier is indeed on line 414 in the BibTex source file. It appears to be perfectly OK. Here is the entry:
@INPROCEEDINGS{strubell_etal_2019,
AUTHOR = {E. Strubell and A. Ganesh and A. McCallum},
TITLE = {Energy and policy considerations for deep learning in {NLP}},
BOOKTITLE = {The 57th Annual Meeting of the Association for Computational Linguistics (ACL).
Florence, Italy. July 2019},
YEAR = 2019}
* I'm running pdflatex and BibTex like this:
pdflatex %1
bibtex %1
pdflatex %1
pdflatex %1
I hope that helps.
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Strange problem with one citation with MikTex
BibTeX cannot add not existing database entries to the bbl-file. So it is absolute impossible, that those entries work fine. If these entries work, either this is not the blg-file of the last bibtex run or not of the bibtex run that generated the bbl file that is used by LaTeX. Please make aGerryWolff wrote:* The blg-file contains lines like this:
Warning--I didn't find a database entry for "sp_autonomous_robots"
Warning--I didn't find a database entry for "wolff_1988"
Warning--I didn't find a database entry for "chomsky_1965"
Warning--I didn't find a database entry for "strubell_etal_2019"
Warning--I didn't find a database entry for "sp_winograd_schemas"
Warning--I didn't find a database entry for "davis_marcus_2015"
Warning--I didn't find a database entry for "schmidhuber_2015"
Warning--I didn't find a database entry for "spcsrk2_2019"
All of these, except strubell_etal_2019, work fine.


-
- Posts: 6
- Joined: Thu Jan 20, 2011 6:22 pm
Strange problem with one citation with MikTex
Many thanks indeed for your help!
Gerry