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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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: 10360
- 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: 10360
- 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