BibTeX, biblatex and biberremoving et al from References

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
igorsfsiqueira
Posts: 1
Joined: Wed Oct 26, 2022 3:10 pm

removing et al from References

Post by igorsfsiqueira »

Hello all,

I am adjusting the references of my thesis, however I am not able to remove the "et al." from the references, using the default template from university.

I found these lines in the master file as:

Code: Select all

\RequirePackage[backend=biber,style=abnt,maxbibnames=1,maxcitenames=1,uniquelist=false, uniquename=full]{biblatex}
\RequirePackage{url}
I tried to reduce the maxcitenames from 3 to 1, which works to show just the first authors name. Reading the bibtex manual, found the commands nohashothers=true e nosortothers= true, which had no effect in the text.

The only change that looks to imapct the file is the change of style from abnt to any other parameter, however everything that I tried create a format issue

Any idea of what I can do?

Recommended reading 2024:

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

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

Post Reply