BibTeX, biblatex and biber ⇒ Problem in bibliography style
-
- Posts: 8
- Joined: Wed Nov 01, 2017 4:02 pm
Problem in bibliography style
Regarding the Master/Doctoral Thesis template, I have a problem in Bibliography style;
I have some bib items with same authors and different years,
how can I cite them in the text to appear with the same style?
In some cases they appear (Och and Ney, 2000) and (Och F.J. and H. Ney, 2002) and (F.J. Och and H. Ney, 2003) while I need to have the second and third ones equal to the first one!
Any idea to fix it?
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
Problem in bibliography style
uniquenames=false
to the biblatex options. Untested, since no testable example was given.