BibTeX, biblatex and biberBibliography Format Issues on Overleaf with Mendeley Integration

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Sam_Land
Posts: 2
Joined: Mon Nov 14, 2016 8:25 am

Bibliography Format Issues on Overleaf with Mendeley Integration

Post by Sam_Land »

I'm writing my paper on overleaf.com with imported Mendeley.bib.

However, I noticed some of my "web-page type" references do not have URLs.

And some references with URLs are displayed with the notation "\url{...}".

Another problem is that some references interpret their "month" info as number, e.g. "9. 2015", instead of Sept. 2015

Whether I chose "acm" or "ieeetr" bibliography styles, the above issues persist.

Interestingly, if I cite my references on MS Word with the same library from Mendeley, the problems mentioned about do not exist.

Anyone can hint what could be the problem in my case?

Thanks in advance.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Bibliography Format Issues on Overleaf with Mendeley Integration

Post by Johannes_B »

Mendeley has no power about the bibliography in the LaTeX-genrated pdf.

You bibliographystyle (the bst file) takes care of that. You have to either find one, that suits your needs, or tweak the style you already have, which is often very very tedious.

An alternative would be to use package biblatex, where the formatting is done using LaTeX.

What would be the way to go depends on what you are doing right now. If you want to publish with ACM, there is no point to worry about stuff like that. They take care of stuff like that.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply