Spring til indhold

Natbib styles

The next commands are the ones that set the bibliography style and import the bibliography file. See Bibliography management with natbib for more information.

%in the preamble
%--------------------------------
  \usepackage{natbib}
  \bibliographystyle{stylename}
%--------------------------------

%Where the bibliography will be printed
  \bibliography{bibfile}

where bibfile is the name of the bibliography .bib file and stylename is one of the following:

stylename output
dinat NatbibStylesEx1.png
plainnat NatbibStylesEx3.png
abbrvnat NatbibStylesEx4.png
unsrtnat NatbibStylesEx5.png
rusnat NatbibStylesEx6.png
ksfh_nat NatbibStylesEx7.png

Further reading

Overleaf guides

LaTeX Basics

Mathematics

Figures and tables

References and Citations

Languages

Document structure

Formatting

Fonts

Presentations

Commands

Field specific

Class files

Advanced TeX/LaTeX