General ⇒ natbib style
natbib style
I am currently writing my thesis, and all of a sudden when I compiled my references went from being the author and date to just a number. I have tried playing with the natbib settings trying authorname etc but nothing will work has anybody any suggestions how I can fix this?
NEW: TikZ book now 40% off at Amazon.com for a short time.

natbib style
Hi cia09jh,
Welcome to the LaTeX community!
Without a
minimal working example it's hard to say something definite but this sounds as if you changed the bibliography style or changed natbib's settings. Quoting the
natbib manual section 3.1, Selecting numerical style:
Welcome to the LaTeX community!
Without a


RegardsBy default,natbib
is inauthor–year
mode. This can be changed by
- selecting a numerical bibliography style with predefined citation style, defined either in the package or in the local configuration file;
- giving options
numbers
orsuper
to the\usepackage
command;- issuing
\setcitestyle{numbers}
;- issuing
\citestyle
with the name of a predefined numerical bibliography style (likeplain
and use it withplainnat
).
site moderator & package author