BibTeX, biblatex and biberAltered Order of Authors

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
DrCheesy
Posts: 2
Joined: Thu Aug 08, 2013 8:51 pm

Altered Order of Authors

Post by DrCheesy »

I am using natbib to handle the bibliography for my thesis. I have an article defined as:

Code: Select all

@article{Geedipalli,
  author =   "S.S.R. Geedipalli, V. Rakesh and A.K.Datta",
  title =    "Modeling the heating uniformity contributed by a rotating turntable in microwave ovens ",
  journal =  "Journal of Food Engineering",
  year =     "2007",
  volume =   "82"
}
Then in my PDF output the reference is:
V. Rakesh S.S.R. Geedipalli and A.K.Datta. Modeling the heating uniformity contributed by a rotating turntable in microwave ovens. Journal of Food Engineering, 82, 2007.
The author order has been altered so "Geedipalli" is second author when he should be first.

Two primary questions are these.
  1. Why on earth would it think it needs to swap the author order?
  2. How do I fix it?
There are also other issues, like commas being omitted, which just basically take my carefully written references and change them to make me look like an idiot / more of an idiot than I actually am.

Any advice would be really gratefully received.
Last edited by cgnieder on Thu Aug 08, 2013 9:43 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Altered Order of Authors

Post by Johannes_B »

Seperate every name with and. If this does not work, please prepare a minimal working example.


Welcome to the board
Johannes
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
DrCheesy
Posts: 2
Joined: Thu Aug 08, 2013 8:51 pm

Altered Order of Authors

Post by DrCheesy »

Johannes,

many thanks for your reply!

I separated the names with and 'and' and the authors are now in the correct order.

I have over 300 references in my thesis. I am rather reluctant to replace all the separating commas. But I was wondering if there was a less cretinous approach to solving this. Would changing from natbib to biblatex be of any use?

Edit: Got it working now - many thanks :-)
Post Reply