Open Thuener opened 4 years ago
@Thuener , this is a known issue. The BibTeX style file is not conforming to the institution's rules. I believe this specific issue is caused because there are no rules in the style file to generate a citation key, thus it must be manually inserted in the .bib file (see below) This citation key is the one you see in your excerpt. Unfortunately I have no knowledge of BibTeX style language.
I think that PUC follows the ABNT rules for citations. It may possible to replace the current bst file for a standard ABNT bst.
Ok, I will try to fix it. Thanks for the clarification.
I think PUC-Rio "Sistema alfabético" is exactly as the apalike?
I change to apalike and put natbib in the example and got these results:
This also doesn't need the key tag, he creates it.
In the overleaf version, I simplified this problem by using abntex2-cite
instead of our custom bib class. Was way simpler than try understands the bib class file and fix all necessary points(I tried for a few days).
It seems that the citation is not obeying the norms presented in https://www.puc-rio.br/ensinopesq/ccpg/download/normas%20teses%20revisado%202020.pdf
In the pdf example, there should be a comma between the year and the author name.
@schardong can you confirm that or there is something that I'm missing?