BibTeX, biblatex and biberMendeley and .bib generation

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
fabadia
Posts: 3
Joined: Mon Sep 28, 2015 5:26 pm

Mendeley and .bib generation

Post by fabadia »

Working with a LaTeX template, after generating and importing a bib file from Mendeley when I \cite{reference} I GET an error message and a question mark where the reference number should be. How do I have to generate the bib file so that the template work fine with it?

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Mendeley and .bib generation

Post by Stefan Kottwitz »

Please tell us that error message.

If you like, you could show us the bib file (or post as attachment here). It could also help to tell us, which template you use, even if it's just a link where we can see and download it.

Generally, most problems are easily solved when somebody manages to create a Infominimal working example, which reproduces the problem. Sufficient information usually guarantees a solution.

Stefan
LaTeX.org admin
fabadia
Posts: 3
Joined: Mon Sep 28, 2015 5:26 pm

Re: Mendeley and .bib generation

Post by fabadia »

solved! I did not realized I had to direct my reference in the LaTeX doc to the right Mendeley.bib file I previously uploaded
Anywhere after the text there should be a line:
\bibliography{Mendeley}
indicating which is the .bib file to find the reference

Many thanks!!
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: Mendeley and .bib generation

Post by Stefan Kottwitz »

Great to see that it's solved so easily!
Thanks for telling the solution.

Stefan
LaTeX.org admin
Post Reply