General ⇒ natbib style
natbib style
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
natbib 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
).