I have some issues with the bibliography, it was working on my document, until one day it disappeared actually I had a problem with the numbering the mentionning was not in the right order, I wanted to fix this and I end up with nothing xD.
So this is how I do I begin with these lines
\usepackage[backend=biber,maxnames=12,style=numeric,sorting=ydnt,defernumbers=true]{biblatex}
\addbibresource{lib.bib}
of course lib.bib is in the same folder and to print the bib I simply use \printbibliography.
.aux,.bbland.bcffile from your document directory. Then run the full compilation cycle LaTeX, Biber, LaTeX, LaTeX (where "LaTeX" can be your favourite flavour of LaTeX: pdfLaTeX, LuaLaTeX, XeLaTeX, ...; you can read about why this cycle is necessary in https://tex.stackexchange.com/q/63852/35864). Make sure that the LaTeX runs do not produce any errors. If there are errors, fix them and repeat the procedure (delete the temporary files and recompile with the full cycle). ... – moewe Jun 26 '20 at 04:40.blgfile to your question. – moewe Jun 26 '20 at 04:41sorting=none,instead ofsorting=ydnt,. – moewe Jun 26 '20 at 17:34