Theses, Books, Title pages ⇒ References style
References style
I am using Masters/Doctoral Thesis template.
Please, how can I change the display of et al to full authors names in the list of references?.
Thanks,
Ahmed.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
References style
References style
I added this line to the template
\usepackage{maxbibnames=99}
but does not working.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
References style
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
References style
welcome to the forum!
Find this line in
main.tex
(maybe line 46):\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex}
Change it to
\usepackage[backend=bibtex,style=authoryear,natbib=true, maxbibnames=99]{biblatex}
Stefan
References style
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
References style
Stefan Kottwitz wrote:Hi Ahmed,
welcome to the forum!
Find this line inmain.tex
(maybe line 46):
\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex}
Change it to
\usepackage[backend=bibtex,style=authoryear,natbib=true, maxbibnames=99]{biblatex}
Stefan
Many Thanks, the issue solved.
Ahmed