Hi All,
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.
Theses, Books, Title pages ⇒ References style
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
References style
maxbibnames=99
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
References style
Hi Johannes,
I added this line to the template
\usepackage{maxbibnames=99}
but does not working.
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
It is an option for biblatex. Please have a look at the package documentation.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
References style
Hi Ahmed,
welcome to the forum!
Find this line in
Change it to
Stefan
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
LaTeX.org admin
References style
Hi All,
Last edited by Almurshdy on Thu Oct 25, 2018 7:38 pm, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- 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