Text FormattingCitation issue with natbib & apacite

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
marc_oz
Posts: 2
Joined: Fri May 20, 2011 6:45 pm

Citation issue with natbib & apacite

Post by marc_oz »

Hello guys,
after surfing through the web and forums I just couldn't find any answer to my very specific problem. So help is very much appreciated!
I'm using the two packages

Code: Select all

\usepackage{apacite}
\usepackage[comma, sort]{natbib}
which basically works fine. However, I have some authors with a "von" part. Like:

Code: Select all

  editor = {{Dumas, Marlon} and {van der Aalst, Wil M.} and {ter Hofstede, Arthur H. M.}},
I used brakets so that LaTeX can identify the different names with its parts.
Now the problem is as soon as I cite this specific book LaTeX produces
"van der Aalst, Wil M. et. al" instead of "van der Aalst, et. al".
LaTeX only does it wrongly in this circumstance. A "normal" author is cited correctly.
Do you have any clue how to get the proper citing?
Thanks in advance
Marc
Last edited by marc_oz on Sun Jun 12, 2011 11:17 am, edited 1 time in total.

Recommended reading 2024:

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

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

marc_oz
Posts: 2
Joined: Fri May 20, 2011 6:45 pm

Citation issue with natbib & apacite

Post by marc_oz »

The solution is:

Code: Select all

editor = {Dumas, Marlon and {van der Aalst}, Wil M. and {ter Hofstede}, Arthur H. M.}
Post Reply