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}
Code: Select all
editor = {{Dumas, Marlon} and {van der Aalst, Wil M.} and {ter Hofstede, Arthur H. M.}},
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