0

Why is my bibliography not working?enter image description here

Apparently the code is correct, but my references are not appearing, could someone help me?

enter image description here

Reference code : enter image description here

Include reference on main file: enter image description here

Code new references: enter image description here

  • 2
    \nocite{*} possibly before \printbibliography command. But please, always add a MWE (minimal working example) instead of posting images. Welcome!

    The suggested command is a way to add the bibliography without citation commands, the most common and for me a better way (in most cases) is to \cite each reference at the place that you have used it

    – koleygr Feb 19 '23 at 19:16
  • 3
    Welcome to TeX.SX! Unfortunately, an image of a part of a bib file is not enough for anyone to know what's wrong with your code. You should edit your question to add a minimal working example, that is, a short example of code that can directly be compiled and that reproduces the problem. – Vincent Feb 19 '23 at 19:19
  • In addition to previous comments, you might want to see how to write a working example with bibliography – Luis Turcio Feb 20 '23 at 02:20
  • Check first that you are able to compile these sample examples then compare what you are doing. If you cannot find what is wrong in your code or workflow, make the MWEB linked by the above comment and post the code in plain text marked as code, not in screenshots. – Fran Feb 20 '23 at 09:50
  • Hi guys, sorry for my question. Sorry guys I don't program in this language and I'm using a model provided by the university. – Gabriel Ribeiro Cabral Feb 23 '23 at 02:37
  • I didn't use \cite in the script, now it worked, how would I load all the references, even those without citations? – Gabriel Ribeiro Cabral Feb 23 '23 at 02:38

0 Answers0