Theses, Books, Title pagesReferences style

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
Almurshdy
Posts: 5
Joined: Mon Aug 27, 2018 11:15 am

References style

Post by Almurshdy »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

References style

Post by Johannes_B »

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.
Almurshdy
Posts: 5
Joined: Mon Aug 27, 2018 11:15 am

References style

Post by Almurshdy »

Hi Johannes,

I added this line to the template
\usepackage{maxbibnames=99}
but does not working.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

References style

Post by Johannes_B »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

References style

Post by Stefan Kottwitz »

Hi Ahmed,

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
Almurshdy
Posts: 5
Joined: Mon Aug 27, 2018 11:15 am

References style

Post by Almurshdy »

Hi All,
Last edited by Almurshdy on Thu Oct 25, 2018 7:38 pm, edited 1 time in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

References style

Post by Stefan Kottwitz »

Did you read my post?

Stefan
LaTeX.org admin
Almurshdy
Posts: 5
Joined: Mon Aug 27, 2018 11:15 am

References style

Post by Almurshdy »

Stefan Kottwitz wrote:Hi Ahmed,

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

Many Thanks, the issue solved.
Ahmed
Post Reply