BibTeX, biblatex and biberProblem with bibliography style - Overleaf

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
MarthaS92
Posts: 13
Joined: Wed May 12, 2021 11:31 am

Problem with bibliography style - Overleaf

Post by MarthaS92 »

Hi!

I'm using downloaded LaTeX template in Overleaf and I want to have numbered bibliography. I try this one: \usepackage[backend=biber,citestyle=ieeetr,style=alphabetic,natbib=true]{biblatex}

but it still doesn't show numbers just [abrv of first author's name+year].
I've also tried many other combinations of this code but than it shows errors...
I've studied all code but I can't find place where I should change something to work :(

Please help me :cry:

Recommended reading 2024:

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

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

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

Problem with bibliography style - Overleaf

Post by Ijon Tichy »

Try:

Code: Select all

\usepackage[backend=biber,style=numeric]{biblatex}
You could also add option natbib, but for new documents I would recommend not to use natbib commands but native biblatex commands. See the biblatex manual for more information. Section 3.3 gives an overview of the standard styles.

If this answer is not sufficient, please show a Infominimal working example.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
MarthaS92
Posts: 13
Joined: Wed May 12, 2021 11:31 am

Problem with bibliography style - Overleaf

Post by MarthaS92 »

It works now! :D
Thank you so much! :)
Post Reply