BibTeX, biblatex and biberReferences not as expected

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
OOPM
Posts: 1
Joined: Wed Aug 07, 2013 5:14 pm

References not as expected

Post by OOPM »

I read the commands for the different natbib reference styles here and I tried the command \citep but it doesn't seem to work (see attachment picture). It would be great if someone could help me.

Code: Select all

\documentclass[12pt,a4paper,fleqn]{article}
\usepackage{natbib}

\begin{document}
  \begin{abstract}
    Hello adsjkf dsakjfj asdfjask sdfkjj
    \citep{Hagemann:2006aa} dsfasf sdafaf
    \citep{Henrich:2000aa}
  \end{abstract}

  \bibliographystyle{plain}
  \bibliography{LiteraturBachelorarbeit}
\end{document}
Attachments
output.png
output.png (20.27 KiB) Viewed 2481 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Stefan Kottwitz
Site Admin
Posts: 10308
Joined: Mon Mar 10, 2008 9:44 pm

References not as expected

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

What did you expect? Remember that the bibliography style determines the appearance of the references. And the plain style seems to work correctly here.

Stefan
LaTeX.org admin
Post Reply