Page LayoutProblem in bibliography

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
Ahmadnia2011
Posts: 8
Joined: Wed Nov 01, 2017 4:02 pm

Problem in bibliography

Post by Ahmadnia2011 »

Hi guys,

I have some problems with bibliography style.
1- Any idea to generate "\shortcite"?
2- When I reference more than three authors, usually "xxx et al" just should appear in the text, but for me, it aooears the same in the list of bibliography! Would you please guide me to solve this issue?

Thanks,
Ben

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Problem in bibliography

Post by Stefan Kottwitz »

Hi Ben!
Ahmadnia2011 wrote:I have some problems with bibliography style.
What is the bibliography style you are using?
Ahmadnia2011 wrote:1- Any idea to generate "\shortcite"?
Use the natbib package, the named package, apacite or biblatex.
Ahmadnia2011 wrote:2- When I reference more than three authors, usually "xxx et al" just should appear in the text
That depends on the bibliography style. Please tell us details of your code, show the code, the template (and what changes you made), and your document preamble. There are too many possibilities.

Stefan
LaTeX.org admin
Ahmadnia2011
Posts: 8
Joined: Wed Nov 01, 2017 4:02 pm

Problem in bibliography

Post by Ahmadnia2011 »

Thank you Stefan for the Reply.
I'm using the default bibliography style pf Master/Doctoral thesis package.
"\usepackage[backend=bibtex,style=authoryear,maxnames=3,natbib=true]{biblatex}"
Any idea for appearing them names of all the authors in the bibliography?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Problem in bibliography

Post by Stefan Kottwitz »

Perhaps add the option

maxcitenames=3

Stefan
LaTeX.org admin
Ahmadnia2011
Posts: 8
Joined: Wed Nov 01, 2017 4:02 pm

Problem in bibliography

Post by Ahmadnia2011 »

Maybe I should explain more;
When I cite a reference with more than three authors, I can see (bla et al. 2222) in body the text and it's ok, while as far as I know, in the main bibliography page, it should not appear the same! I mean in the bibliography page the names of all authors should appear instead of (bla et al. 2222, with rest of information).
It should be (bla, bla, bla, bla 2222, ...) in bibliography page, but in mine is (bla et al 2222 ...).
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Problem in bibliography

Post by Stefan Kottwitz »

Then remove maxnames=3...

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Problem in bibliography

Post by Johannes_B »

There is maxnames, which controls the maximum amount of names in both cites and the bibliography,
maxcitenames, which just controls the amount of names in a cite (main body) and
maxbibnames, which just controls the amount of names in a the bibliography.

If you are interested, there is also a Quick guide to the template
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Ahmadnia2011
Posts: 8
Joined: Wed Nov 01, 2017 4:02 pm

Problem in bibliography

Post by Ahmadnia2011 »

Solved.
Thank you both guys.
Post Reply