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 2574 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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