i am a passive follower of this forum for quite a time and it usually helped my but now i can't figure a probleme. I want to have a simple bibliography (prefered) in APA but it does not work. I tried almost everything but it displays a error.
\documentclass[12pt,titlepage]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\synctex=1
\usepackage{color}
\usepackage[a4paper,lmargin={3cm},rmargin={2cm},tmargin={2cm},bmargin={2cm}]{geometry}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amstext}
\usepackage{mathptmx}
\usepackage{amsfonts}
\usepackage{mathrsfs}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{setspace}
\onehalfspacing
\usepackage{nicefrac}
\usepackage{tocloft}
\usepackage{titlesec}
\usepackage{nameref}
\usepackage{csquotes}
\usepackage{natbib}
\usepackage{url}
\usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
\begin{document}
test test
test \cite{dohmen2011}
\bibliography{Literatur}
\bibliographystyle{apacite}
\end{document}
This are the error messages:
Undefined control sequence. test \citet Undefined control sequence. dohmen2011} Undefined control sequence. \APACinsertmetastar Environment APACrefauthors undefined. \begin{APACrefauthors} Undefined control sequence. \BCBL Undefined control sequence. \BCBL {}\ \BBA Undefined control sequence. \BCBL {}\ \BBA {} Wagner, G\BPBI \begin{thebibliography} on input line 1 ended by \end{APACrefauthors}. \end{APACrefauthors} Undefined control sequence. \APACrefYearMonthDay Undefined control sequence. {\BBOQ Undefined control sequence. {\BBOQ}\APACrefatitle Undefined control sequence. ...nants, and behavioral consequences}.{\BBCQ Undefined control sequence. \APACjournalVolNumPages Undefined control sequence. \PrintBackRefs Undefined control sequence. \PrintBackRefs{\CurrentBib
This is the bib-file:
@article{dohmen2011,
title={Individual risk attitudes: Measurement, determinants, and behavioral consequences},
author={Dohmen, Thomas and Falk, Armin and Huffman, David and Sunde, Uwe and Schupp, J{\"u}rgen and Wagner, Gert G},
journal={Journal of the European Economic Association},
volume={9},
number={3},
pages={522--550},
year={2011},
publisher={Wiley Online Library}
}
bibtex? – Sigur Jan 22 '16 at 14:24apacitevia\usepackage{apacite}too. – Andrew Swann Jan 22 '16 at 14:46\usepackage[natbibapa]{apacite}– Alan Munn Jan 22 '16 at 17:40