I got a problem with citation on my LaTeX document.
I use BibLatex and have a bib file with multiples references.
When I cite a reference from the bib file, all work except 1.
Here is the reference:
Code: Select all
@online{ hog:dochome,
author = "By N. Aranzabal, N. Biesuz, D. Cieri, F. Gonnella, N. Giangiacomi, G. Loustau De Linares, A. Peck",
title = "Hog HDL on git",
year = "2025",
url = "https://hog.readthedocs.io/en/2025.1/",
editor = "The University of Birmingham",
urldate = "25.03.2025"
}
Code: Select all
\autocite{hog:dochome}
Code: Select all
LaTeX Warning: Citation 'hog:dochome' on page 3 undefined on input line 157.
Code: Select all
(hog:dochome)
I searched on the web, but found no solution.
Do you have any idea ?