natbib by default generates named citations but you are forcing it to
generate numbered citations.
The problem is that latex2rtf recognizes natbib and assumes an aux file
compatible with named citations but the aux file generated by latex is
made for numbered citations.
Solution:
Comment-out the line
\usepackage[square,sort&compress,comma,numbers]{natbib}
, then first run latex again (to update the aux file), then latex2rtf
works correctly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use:
\usepackage{bibgerm}
\usepackage[square,sort&compress,comma,numbers]{natbib}
[..]
\bibliographystyle{gerunsrt}
Last edit: Daniel Leidert 2012-11-18
natbib by default generates named citations but you are forcing it to
generate numbered citations.
The problem is that latex2rtf recognizes natbib and assumes an aux file
compatible with named citations but the aux file generated by latex is
made for numbered citations.
Solution:
Comment-out the line
\usepackage[square,sort&compress,comma,numbers]{natbib}
, then first run latex again (to update the aux file), then latex2rtf
works correctly.