Search found 2 matches

by schaedelkeks
Thu Apr 23, 2009 12:09 am
Forum: BibTeX, biblatex and biber
Topic: \citet german but want english
Replies: 3
Views: 6717

Re: \citet german but want english

I found the problem, it was

\bibliographystyle{natdin},

after i changed this to

\bibliographystyle{plainnat}

it now works correctly. I suppose this changes somehow the bibliography is displayed but both of the them look fine for me.
by schaedelkeks
Tue Apr 21, 2009 8:03 pm
Forum: BibTeX, biblatex and biber
Topic: \citet german but want english
Replies: 3
Views: 6717

\citet german but want english

Hi,

i have a problem using \citet{}.

The problem is that the citation comes out in the format "<name> u. a." and not "<name> et al.".

I'm writing the document on a computer with german locale but in my latex headers i have "\usepackage[USenglish]{babel}". As far as i know that is the only command ...